Interface MetadataStoreOrBuilder

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

    public interface MetadataStoreOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • 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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the state field is set.
      • getState

        MetadataStore.MetadataStoreState getState()
         Output only. State information of the MetadataStore.
         
        .google.cloud.aiplatform.v1beta1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The state.
      • getStateOrBuilder

        MetadataStore.MetadataStoreStateOrBuilder getStateOrBuilder()
         Output only. State information of the MetadataStore.
         
        .google.cloud.aiplatform.v1beta1.MetadataStore.MetadataStoreState state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];