Interface ApplyConversionWorkspaceRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. The name of the conversion workspace resource for which to apply
         the draft tree. Must be in the form of:
          projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. The name of the conversion workspace resource for which to apply
         the draft tree. Must be in the form of:
          projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • getFilter

        String getFilter()
         Filter which entities to apply. Leaving this field empty will apply all of
         the entities. Supports Google AIP 160 based filtering.
         
        string filter = 2;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         Filter which entities to apply. Leaving this field empty will apply all of
         the entities. Supports Google AIP 160 based filtering.
         
        string filter = 2;
        Returns:
        The bytes for filter.
      • getDryRun

        boolean getDryRun()
         Optional. Only validates the apply process, but doesn't change the
         destination database. Only works for PostgreSQL destination connection
         profile.
         
        bool dry_run = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The dryRun.
      • getAutoCommit

        boolean getAutoCommit()
         Optional. Specifies whether the conversion workspace is to be committed
         automatically after the apply.
         
        bool auto_commit = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The autoCommit.
      • hasConnectionProfile

        boolean hasConnectionProfile()
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the connectionProfile field is set.
      • getConnectionProfile

        String getConnectionProfile()
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The connectionProfile.
      • getConnectionProfileBytes

        com.google.protobuf.ByteString getConnectionProfileBytes()
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for connectionProfile.