Interface SeedConversionWorkspaceRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Name of the conversion workspace resource to seed with new database
         structure, in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the conversion workspace resource to seed with new database
         structure, in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • getAutoCommit

        boolean getAutoCommit()
         Should the conversion workspace be committed automatically after the
         seed operation.
         
        bool auto_commit = 2;
        Returns:
        The autoCommit.
      • hasSourceConnectionProfile

        boolean hasSourceConnectionProfile()
         Optional. Fully qualified (Uri) name of the source connection profile.
         
        string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the sourceConnectionProfile field is set.
      • getSourceConnectionProfile

        String getSourceConnectionProfile()
         Optional. Fully qualified (Uri) name of the source connection profile.
         
        string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The sourceConnectionProfile.
      • getSourceConnectionProfileBytes

        com.google.protobuf.ByteString getSourceConnectionProfileBytes()
         Optional. Fully qualified (Uri) name of the source connection profile.
         
        string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for sourceConnectionProfile.
      • hasDestinationConnectionProfile

        boolean hasDestinationConnectionProfile()
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the destinationConnectionProfile field is set.
      • getDestinationConnectionProfile

        String getDestinationConnectionProfile()
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The destinationConnectionProfile.
      • getDestinationConnectionProfileBytes

        com.google.protobuf.ByteString getDestinationConnectionProfileBytes()
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for destinationConnectionProfile.