Class ConvertConversionWorkspaceRequest.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<ConvertConversionWorkspaceRequest.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<ConvertConversionWorkspaceRequest.Builder>
      • getDefaultInstanceForType

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

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

        public ConvertConversionWorkspaceRequest 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<ConvertConversionWorkspaceRequest.Builder>
      • getName

        public String getName()
         Name of the conversion workspace resource to convert in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1 [(.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface ConvertConversionWorkspaceRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the conversion workspace resource to convert in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1 [(.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface ConvertConversionWorkspaceRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ConvertConversionWorkspaceRequest.Builder setName​(String value)
         Name of the conversion workspace resource to convert 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 ConvertConversionWorkspaceRequest.Builder clearName()
         Name of the conversion workspace resource to convert 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 ConvertConversionWorkspaceRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the conversion workspace resource to convert 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()
         Optional. Specifies whether the conversion workspace is to be committed
         automatically after the conversion.
         
        bool auto_commit = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAutoCommit in interface ConvertConversionWorkspaceRequestOrBuilder
        Returns:
        The autoCommit.
      • setAutoCommit

        public ConvertConversionWorkspaceRequest.Builder setAutoCommit​(boolean value)
         Optional. Specifies whether the conversion workspace is to be committed
         automatically after the conversion.
         
        bool auto_commit = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The autoCommit to set.
        Returns:
        This builder for chaining.
      • clearAutoCommit

        public ConvertConversionWorkspaceRequest.Builder clearAutoCommit()
         Optional. Specifies whether the conversion workspace is to be committed
         automatically after the conversion.
         
        bool auto_commit = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         Optional. Filter the entities to convert. Leaving this field empty will
         convert all of the entities. Supports Google AIP-160 style filtering.
         
        string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilter in interface ConvertConversionWorkspaceRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Optional. Filter the entities to convert. Leaving this field empty will
         convert all of the entities. Supports Google AIP-160 style filtering.
         
        string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilterBytes in interface ConvertConversionWorkspaceRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ConvertConversionWorkspaceRequest.Builder setFilter​(String value)
         Optional. Filter the entities to convert. Leaving this field empty will
         convert all of the entities. Supports Google AIP-160 style filtering.
         
        string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ConvertConversionWorkspaceRequest.Builder clearFilter()
         Optional. Filter the entities to convert. Leaving this field empty will
         convert all of the entities. Supports Google AIP-160 style filtering.
         
        string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ConvertConversionWorkspaceRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Optional. Filter the entities to convert. Leaving this field empty will
         convert all of the entities. Supports Google AIP-160 style filtering.
         
        string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getConvertFullPath

        public boolean getConvertFullPath()
         Optional. Automatically convert the full entity path for each entity
         specified by the filter. For example, if the filter specifies a table, that
         table schema (and database if there is one) will also be converted.
         
        bool convert_full_path = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getConvertFullPath in interface ConvertConversionWorkspaceRequestOrBuilder
        Returns:
        The convertFullPath.
      • setConvertFullPath

        public ConvertConversionWorkspaceRequest.Builder setConvertFullPath​(boolean value)
         Optional. Automatically convert the full entity path for each entity
         specified by the filter. For example, if the filter specifies a table, that
         table schema (and database if there is one) will also be converted.
         
        bool convert_full_path = 6 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The convertFullPath to set.
        Returns:
        This builder for chaining.
      • clearConvertFullPath

        public ConvertConversionWorkspaceRequest.Builder clearConvertFullPath()
         Optional. Automatically convert the full entity path for each entity
         specified by the filter. For example, if the filter specifies a table, that
         table schema (and database if there is one) will also be converted.
         
        bool convert_full_path = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.