Interface MetadataStoreOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MetadataStore, MetadataStore.Builder

@Generated public interface MetadataStoreOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

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

      com.google.protobuf.ByteString getNameBytes()
       Output only. The resource name of the MetadataStore instance.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for name.
    • hasCreateTime

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

      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];
      Returns:
      The createTime.
    • getCreateTimeOrBuilder

      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];
    • hasUpdateTime

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

      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];
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      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];
    • hasEncryptionSpec

      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;
      Returns:
      Whether the encryptionSpec field is set.
    • getEncryptionSpec

      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;
      Returns:
      The encryptionSpec.
    • getEncryptionSpecOrBuilder

      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;
    • getDescription

      String getDescription()
       Description of the MetadataStore.
       
      string description = 6;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description of the MetadataStore.
       
      string description = 6;
      Returns:
      The bytes for description.
    • hasState

      boolean hasState()
       Output only. State information of the MetadataStore.
       
      .google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      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];
      Returns:
      The state.
    • getStateOrBuilder

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

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

      MetadataStore.DataplexConfig getDataplexConfig()
       Optional. Dataplex integration settings.
       
      .google.cloud.aiplatform.v1.MetadataStore.DataplexConfig dataplex_config = 8 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The dataplexConfig.
    • getDataplexConfigOrBuilder

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