Class MetadataStore.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<MetadataStore.Builder>
com.google.cloud.aiplatform.v1.MetadataStore.Builder
All Implemented Interfaces:
MetadataStoreOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
MetadataStore

public static final class MetadataStore.Builder extends com.google.protobuf.GeneratedMessage.Builder<MetadataStore.Builder> implements MetadataStoreOrBuilder
 Instance of a metadata store. Contains a set of metadata that can be
 queried.
 
Protobuf type google.cloud.aiplatform.v1.MetadataStore
  • Method Details

    • getDescriptor

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

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

      public MetadataStore.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.GeneratedMessage.Builder<MetadataStore.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.GeneratedMessage.Builder<MetadataStore.Builder>
    • getDefaultInstanceForType

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

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

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

      public MetadataStore.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<MetadataStore.Builder>
    • mergeFrom

      public MetadataStore.Builder mergeFrom(MetadataStore other)
    • isInitialized

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

      public MetadataStore.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<MetadataStore.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       Output only. The resource name of the MetadataStore instance.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getName in interface MetadataStoreOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Output only. The resource name of the MetadataStore instance.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNameBytes in interface MetadataStoreOrBuilder
      Returns:
      The bytes for name.
    • setName

      public MetadataStore.Builder setName(String value)
       Output only. The resource name of the MetadataStore instance.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public MetadataStore.Builder clearName()
       Output only. The resource name of the MetadataStore instance.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setNameBytes

      public MetadataStore.Builder setNameBytes(com.google.protobuf.ByteString value)
       Output only. The resource name of the MetadataStore instance.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasCreateTime

      public boolean hasCreateTime()
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreateTime in interface MetadataStoreOrBuilder
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      public com.google.protobuf.Timestamp getCreateTime()
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTime in interface MetadataStoreOrBuilder
      Returns:
      The createTime.
    • setCreateTime

      public MetadataStore.Builder setCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setCreateTime

      public MetadataStore.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeCreateTime

      public MetadataStore.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearCreateTime

      public MetadataStore.Builder clearCreateTime()
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Timestamp when this MetadataStore was created.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTimeOrBuilder in interface MetadataStoreOrBuilder
    • hasUpdateTime

      public boolean hasUpdateTime()
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdateTime in interface MetadataStoreOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface MetadataStoreOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public MetadataStore.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUpdateTime

      public MetadataStore.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUpdateTime

      public MetadataStore.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUpdateTime

      public MetadataStore.Builder clearUpdateTime()
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when this MetadataStore was last updated.
       
      .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface MetadataStoreOrBuilder
    • hasEncryptionSpec

      public boolean hasEncryptionSpec()
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
      Specified by:
      hasEncryptionSpec in interface MetadataStoreOrBuilder
      Returns:
      Whether the encryptionSpec field is set.
    • getEncryptionSpec

      public EncryptionSpec getEncryptionSpec()
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
      Specified by:
      getEncryptionSpec in interface MetadataStoreOrBuilder
      Returns:
      The encryptionSpec.
    • setEncryptionSpec

      public MetadataStore.Builder setEncryptionSpec(EncryptionSpec value)
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
    • setEncryptionSpec

      public MetadataStore.Builder setEncryptionSpec(EncryptionSpec.Builder builderForValue)
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
    • mergeEncryptionSpec

      public MetadataStore.Builder mergeEncryptionSpec(EncryptionSpec value)
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
    • clearEncryptionSpec

      public MetadataStore.Builder clearEncryptionSpec()
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
    • getEncryptionSpecBuilder

      public EncryptionSpec.Builder getEncryptionSpecBuilder()
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
    • getEncryptionSpecOrBuilder

      public EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
       Customer-managed encryption key spec for a Metadata Store. If set, this
       Metadata Store and all sub-resources of this Metadata Store are secured
       using this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 5;
      Specified by:
      getEncryptionSpecOrBuilder in interface MetadataStoreOrBuilder
    • getDescription

      public String getDescription()
       Description of the MetadataStore.
       
      string description = 6;
      Specified by:
      getDescription in interface MetadataStoreOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Description of the MetadataStore.
       
      string description = 6;
      Specified by:
      getDescriptionBytes in interface MetadataStoreOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public MetadataStore.Builder setDescription(String value)
       Description of the MetadataStore.
       
      string description = 6;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public MetadataStore.Builder clearDescription()
       Description of the MetadataStore.
       
      string description = 6;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public MetadataStore.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       Description of the MetadataStore.
       
      string description = 6;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • hasState

      public boolean hasState()
       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasState in interface MetadataStoreOrBuilder
      Returns:
      Whether the state field is set.
    • getState

       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getState in interface MetadataStoreOrBuilder
      Returns:
      The state.
    • setState

       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setState

       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeState

       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearState

      public MetadataStore.Builder clearState()
       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStateBuilder

      public MetadataStore.MetadataStoreState.Builder getStateBuilder()
       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getStateOrBuilder

      public MetadataStore.MetadataStoreStateOrBuilder getStateOrBuilder()
       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateOrBuilder in interface MetadataStoreOrBuilder
    • hasDataplexConfig

      public boolean hasDataplexConfig()
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasDataplexConfig in interface MetadataStoreOrBuilder
      Returns:
      Whether the dataplexConfig field is set.
    • getDataplexConfig

      public MetadataStore.DataplexConfig getDataplexConfig()
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDataplexConfig in interface MetadataStoreOrBuilder
      Returns:
      The dataplexConfig.
    • setDataplexConfig

      public MetadataStore.Builder setDataplexConfig(MetadataStore.DataplexConfig value)
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
    • setDataplexConfig

      public MetadataStore.Builder setDataplexConfig(MetadataStore.DataplexConfig.Builder builderForValue)
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
    • mergeDataplexConfig

      public MetadataStore.Builder mergeDataplexConfig(MetadataStore.DataplexConfig value)
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
    • clearDataplexConfig

      public MetadataStore.Builder clearDataplexConfig()
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
    • getDataplexConfigBuilder

      public MetadataStore.DataplexConfig.Builder getDataplexConfigBuilder()
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
    • getDataplexConfigOrBuilder

      public MetadataStore.DataplexConfigOrBuilder getDataplexConfigOrBuilder()
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDataplexConfigOrBuilder in interface MetadataStoreOrBuilder