Class SeedConversionWorkspaceRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>
      • getDefaultInstanceForType

        public SeedConversionWorkspaceRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SeedConversionWorkspaceRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SeedConversionWorkspaceRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SeedConversionWorkspaceRequest.Builder>
      • getName

        public 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) = { ... }
        Specified by:
        getName in interface SeedConversionWorkspaceRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public 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) = { ... }
        Specified by:
        getNameBytes in interface SeedConversionWorkspaceRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public SeedConversionWorkspaceRequest.Builder setName​(String value)
         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) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public SeedConversionWorkspaceRequest.Builder clearName()
         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:
        This builder for chaining.
      • setNameBytes

        public SeedConversionWorkspaceRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         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) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getAutoCommit

        public boolean getAutoCommit()
         Should the conversion workspace be committed automatically after the
         seed operation.
         
        bool auto_commit = 2;
        Specified by:
        getAutoCommit in interface SeedConversionWorkspaceRequestOrBuilder
        Returns:
        The autoCommit.
      • setAutoCommit

        public SeedConversionWorkspaceRequest.Builder setAutoCommit​(boolean value)
         Should the conversion workspace be committed automatically after the
         seed operation.
         
        bool auto_commit = 2;
        Parameters:
        value - The autoCommit to set.
        Returns:
        This builder for chaining.
      • clearAutoCommit

        public SeedConversionWorkspaceRequest.Builder clearAutoCommit()
         Should the conversion workspace be committed automatically after the
         seed operation.
         
        bool auto_commit = 2;
        Returns:
        This builder for chaining.
      • hasSourceConnectionProfile

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

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

        public 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];
        Specified by:
        getSourceConnectionProfileBytes in interface SeedConversionWorkspaceRequestOrBuilder
        Returns:
        The bytes for sourceConnectionProfile.
      • setSourceConnectionProfile

        public SeedConversionWorkspaceRequest.Builder setSourceConnectionProfile​(String value)
         Optional. Fully qualified (Uri) name of the source connection profile.
         
        string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The sourceConnectionProfile to set.
        Returns:
        This builder for chaining.
      • clearSourceConnectionProfile

        public SeedConversionWorkspaceRequest.Builder clearSourceConnectionProfile()
         Optional. Fully qualified (Uri) name of the source connection profile.
         
        string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setSourceConnectionProfileBytes

        public SeedConversionWorkspaceRequest.Builder setSourceConnectionProfileBytes​(com.google.protobuf.ByteString value)
         Optional. Fully qualified (Uri) name of the source connection profile.
         
        string source_connection_profile = 100 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for sourceConnectionProfile to set.
        Returns:
        This builder for chaining.
      • hasDestinationConnectionProfile

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

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

        public 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];
        Specified by:
        getDestinationConnectionProfileBytes in interface SeedConversionWorkspaceRequestOrBuilder
        Returns:
        The bytes for destinationConnectionProfile.
      • setDestinationConnectionProfile

        public SeedConversionWorkspaceRequest.Builder setDestinationConnectionProfile​(String value)
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The destinationConnectionProfile to set.
        Returns:
        This builder for chaining.
      • clearDestinationConnectionProfile

        public SeedConversionWorkspaceRequest.Builder clearDestinationConnectionProfile()
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setDestinationConnectionProfileBytes

        public SeedConversionWorkspaceRequest.Builder setDestinationConnectionProfileBytes​(com.google.protobuf.ByteString value)
         Optional. Fully qualified (Uri) name of the destination connection
         profile.
         
        string destination_connection_profile = 101 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for destinationConnectionProfile to set.
        Returns:
        This builder for chaining.