Class ConversionWorkspace.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • internalGetFieldAccessorTable

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

        public ConversionWorkspace.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.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<ConversionWorkspace.Builder>
      • getDefaultInstanceForType

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

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

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

        public ConversionWorkspace.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • setField

        public ConversionWorkspace.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • clearField

        public ConversionWorkspace.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • clearOneof

        public ConversionWorkspace.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • setRepeatedField

        public ConversionWorkspace.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • addRepeatedField

        public ConversionWorkspace.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • mergeFrom

        public ConversionWorkspace.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConversionWorkspace.Builder>
      • isInitialized

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

        public ConversionWorkspace.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConversionWorkspace.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Full name of the workspace resource, in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1;
        Specified by:
        getName in interface ConversionWorkspaceOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Full name of the workspace resource, in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1;
        Specified by:
        getNameBytes in interface ConversionWorkspaceOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ConversionWorkspace.Builder setName​(String value)
         Full name of the workspace resource, in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public ConversionWorkspace.Builder clearName()
         Full name of the workspace resource, in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public ConversionWorkspace.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Full name of the workspace resource, in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasSource

        public boolean hasSource()
         Required. The source engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo source = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasSource in interface ConversionWorkspaceOrBuilder
        Returns:
        Whether the source field is set.
      • getSource

        public DatabaseEngineInfo getSource()
         Required. The source engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo source = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getSource in interface ConversionWorkspaceOrBuilder
        Returns:
        The source.
      • mergeSource

        public ConversionWorkspace.Builder mergeSource​(DatabaseEngineInfo value)
         Required. The source engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo source = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearSource

        public ConversionWorkspace.Builder clearSource()
         Required. The source engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo source = 2 [(.google.api.field_behavior) = REQUIRED];
      • getSourceBuilder

        public DatabaseEngineInfo.Builder getSourceBuilder()
         Required. The source engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo source = 2 [(.google.api.field_behavior) = REQUIRED];
      • hasDestination

        public boolean hasDestination()
         Required. The destination engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo destination = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasDestination in interface ConversionWorkspaceOrBuilder
        Returns:
        Whether the destination field is set.
      • getDestination

        public DatabaseEngineInfo getDestination()
         Required. The destination engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo destination = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDestination in interface ConversionWorkspaceOrBuilder
        Returns:
        The destination.
      • setDestination

        public ConversionWorkspace.Builder setDestination​(DatabaseEngineInfo value)
         Required. The destination engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo destination = 3 [(.google.api.field_behavior) = REQUIRED];
      • mergeDestination

        public ConversionWorkspace.Builder mergeDestination​(DatabaseEngineInfo value)
         Required. The destination engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo destination = 3 [(.google.api.field_behavior) = REQUIRED];
      • clearDestination

        public ConversionWorkspace.Builder clearDestination()
         Required. The destination engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo destination = 3 [(.google.api.field_behavior) = REQUIRED];
      • getDestinationBuilder

        public DatabaseEngineInfo.Builder getDestinationBuilder()
         Required. The destination engine details.
         
        .google.cloud.clouddms.v1.DatabaseEngineInfo destination = 3 [(.google.api.field_behavior) = REQUIRED];
      • getGlobalSettingsCount

        public int getGlobalSettingsCount()
        Description copied from interface: ConversionWorkspaceOrBuilder
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGlobalSettingsCount in interface ConversionWorkspaceOrBuilder
      • containsGlobalSettings

        public boolean containsGlobalSettings​(String key)
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        containsGlobalSettings in interface ConversionWorkspaceOrBuilder
      • getGlobalSettingsMap

        public Map<String,​String> getGlobalSettingsMap()
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGlobalSettingsMap in interface ConversionWorkspaceOrBuilder
      • getGlobalSettingsOrDefault

        public String getGlobalSettingsOrDefault​(String key,
                                                 String defaultValue)
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGlobalSettingsOrDefault in interface ConversionWorkspaceOrBuilder
      • getGlobalSettingsOrThrow

        public String getGlobalSettingsOrThrow​(String key)
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGlobalSettingsOrThrow in interface ConversionWorkspaceOrBuilder
      • removeGlobalSettings

        public ConversionWorkspace.Builder removeGlobalSettings​(String key)
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getMutableGlobalSettings

        @Deprecated
        public Map<String,​String> getMutableGlobalSettings()
        Deprecated.
        Use alternate mutation accessors instead.
      • putGlobalSettings

        public ConversionWorkspace.Builder putGlobalSettings​(String key,
                                                             String value)
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
      • putAllGlobalSettings

        public ConversionWorkspace.Builder putAllGlobalSettings​(Map<String,​String> values)
         Optional. A generic list of settings for the workspace.
         The settings are database pair dependant and can indicate default behavior
         for the mapping rules engine or turn on or off specific features.
         Such examples can be: convert_foreign_key_to_interleave=true,
         skip_triggers=false, ignore_non_table_synonyms=true
         
        map<string, string> global_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getHasUncommittedChanges

        public boolean getHasUncommittedChanges()
         Output only. Whether the workspace has uncommitted changes (changes which
         were made after the workspace was committed).
         
        bool has_uncommitted_changes = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHasUncommittedChanges in interface ConversionWorkspaceOrBuilder
        Returns:
        The hasUncommittedChanges.
      • setHasUncommittedChanges

        public ConversionWorkspace.Builder setHasUncommittedChanges​(boolean value)
         Output only. Whether the workspace has uncommitted changes (changes which
         were made after the workspace was committed).
         
        bool has_uncommitted_changes = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The hasUncommittedChanges to set.
        Returns:
        This builder for chaining.
      • clearHasUncommittedChanges

        public ConversionWorkspace.Builder clearHasUncommittedChanges()
         Output only. Whether the workspace has uncommitted changes (changes which
         were made after the workspace was committed).
         
        bool has_uncommitted_changes = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getLatestCommitId

        public String getLatestCommitId()
         Output only. The latest commit ID.
         
        string latest_commit_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLatestCommitId in interface ConversionWorkspaceOrBuilder
        Returns:
        The latestCommitId.
      • getLatestCommitIdBytes

        public com.google.protobuf.ByteString getLatestCommitIdBytes()
         Output only. The latest commit ID.
         
        string latest_commit_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLatestCommitIdBytes in interface ConversionWorkspaceOrBuilder
        Returns:
        The bytes for latestCommitId.
      • setLatestCommitId

        public ConversionWorkspace.Builder setLatestCommitId​(String value)
         Output only. The latest commit ID.
         
        string latest_commit_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The latestCommitId to set.
        Returns:
        This builder for chaining.
      • clearLatestCommitId

        public ConversionWorkspace.Builder clearLatestCommitId()
         Output only. The latest commit ID.
         
        string latest_commit_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setLatestCommitIdBytes

        public ConversionWorkspace.Builder setLatestCommitIdBytes​(com.google.protobuf.ByteString value)
         Output only. The latest commit ID.
         
        string latest_commit_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for latestCommitId to set.
        Returns:
        This builder for chaining.
      • hasLatestCommitTime

        public boolean hasLatestCommitTime()
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLatestCommitTime in interface ConversionWorkspaceOrBuilder
        Returns:
        Whether the latestCommitTime field is set.
      • getLatestCommitTime

        public com.google.protobuf.Timestamp getLatestCommitTime()
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLatestCommitTime in interface ConversionWorkspaceOrBuilder
        Returns:
        The latestCommitTime.
      • setLatestCommitTime

        public ConversionWorkspace.Builder setLatestCommitTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setLatestCommitTime

        public ConversionWorkspace.Builder setLatestCommitTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeLatestCommitTime

        public ConversionWorkspace.Builder mergeLatestCommitTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearLatestCommitTime

        public ConversionWorkspace.Builder clearLatestCommitTime()
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLatestCommitTimeBuilder

        public com.google.protobuf.Timestamp.Builder getLatestCommitTimeBuilder()
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLatestCommitTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getLatestCommitTimeOrBuilder()
         Output only. The timestamp when the workspace was committed.
         
        .google.protobuf.Timestamp latest_commit_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLatestCommitTimeOrBuilder in interface ConversionWorkspaceOrBuilder
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface ConversionWorkspaceOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface ConversionWorkspaceOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public ConversionWorkspace.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public ConversionWorkspace.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public ConversionWorkspace.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public ConversionWorkspace.Builder clearCreateTime()
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The timestamp when the workspace resource was created.
         
        .google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface ConversionWorkspaceOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface ConversionWorkspaceOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface ConversionWorkspaceOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public ConversionWorkspace.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public ConversionWorkspace.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public ConversionWorkspace.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public ConversionWorkspace.Builder clearUpdateTime()
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The timestamp when the workspace resource was last updated.
         
        .google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface ConversionWorkspaceOrBuilder
      • getDisplayName

        public String getDisplayName()
         Optional. The display name for the workspace.
         
        string display_name = 11 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDisplayName in interface ConversionWorkspaceOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Optional. The display name for the workspace.
         
        string display_name = 11 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDisplayNameBytes in interface ConversionWorkspaceOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public ConversionWorkspace.Builder setDisplayName​(String value)
         Optional. The display name for the workspace.
         
        string display_name = 11 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public ConversionWorkspace.Builder clearDisplayName()
         Optional. The display name for the workspace.
         
        string display_name = 11 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public ConversionWorkspace.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         Optional. The display name for the workspace.
         
        string display_name = 11 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ConversionWorkspace.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>
      • mergeUnknownFields

        public final ConversionWorkspace.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConversionWorkspace.Builder>