Class FeatureView.Builder

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

public static final class FeatureView.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureView.Builder> implements FeatureViewOrBuilder
 FeatureView is representation of values that the FeatureOnlineStore will
 serve based on its syncConfig.
 
Protobuf type google.cloud.aiplatform.v1.FeatureView
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<FeatureView.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<FeatureView.Builder>
    • internalGetFieldAccessorTable

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

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

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

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

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

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

      public FeatureView.Builder mergeFrom(FeatureView other)
    • isInitialized

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

      public FeatureView.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<FeatureView.Builder>
      Throws:
      IOException
    • getSourceCase

      public FeatureView.SourceCase getSourceCase()
      Specified by:
      getSourceCase in interface FeatureViewOrBuilder
    • clearSource

      public FeatureView.Builder clearSource()
    • hasBigQuerySource

      public boolean hasBigQuerySource()
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasBigQuerySource in interface FeatureViewOrBuilder
      Returns:
      Whether the bigQuerySource field is set.
    • getBigQuerySource

      public FeatureView.BigQuerySource getBigQuerySource()
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getBigQuerySource in interface FeatureViewOrBuilder
      Returns:
      The bigQuerySource.
    • setBigQuerySource

      public FeatureView.Builder setBigQuerySource(FeatureView.BigQuerySource value)
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
    • setBigQuerySource

      public FeatureView.Builder setBigQuerySource(FeatureView.BigQuerySource.Builder builderForValue)
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
    • mergeBigQuerySource

      public FeatureView.Builder mergeBigQuerySource(FeatureView.BigQuerySource value)
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
    • clearBigQuerySource

      public FeatureView.Builder clearBigQuerySource()
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
    • getBigQuerySourceBuilder

      public FeatureView.BigQuerySource.Builder getBigQuerySourceBuilder()
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
    • getBigQuerySourceOrBuilder

      public FeatureView.BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()
       Optional. Configures how data is supposed to be extracted from a BigQuery
       source to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.BigQuerySource big_query_source = 6 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getBigQuerySourceOrBuilder in interface FeatureViewOrBuilder
    • hasFeatureRegistrySource

      public boolean hasFeatureRegistrySource()
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasFeatureRegistrySource in interface FeatureViewOrBuilder
      Returns:
      Whether the featureRegistrySource field is set.
    • getFeatureRegistrySource

      public FeatureView.FeatureRegistrySource getFeatureRegistrySource()
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFeatureRegistrySource in interface FeatureViewOrBuilder
      Returns:
      The featureRegistrySource.
    • setFeatureRegistrySource

      public FeatureView.Builder setFeatureRegistrySource(FeatureView.FeatureRegistrySource value)
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
    • setFeatureRegistrySource

      public FeatureView.Builder setFeatureRegistrySource(FeatureView.FeatureRegistrySource.Builder builderForValue)
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
    • mergeFeatureRegistrySource

      public FeatureView.Builder mergeFeatureRegistrySource(FeatureView.FeatureRegistrySource value)
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
    • clearFeatureRegistrySource

      public FeatureView.Builder clearFeatureRegistrySource()
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
    • getFeatureRegistrySourceBuilder

      public FeatureView.FeatureRegistrySource.Builder getFeatureRegistrySourceBuilder()
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
    • getFeatureRegistrySourceOrBuilder

      public FeatureView.FeatureRegistrySourceOrBuilder getFeatureRegistrySourceOrBuilder()
       Optional. Configures the features from a Feature Registry source that
       need to be loaded onto the FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource feature_registry_source = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFeatureRegistrySourceOrBuilder in interface FeatureViewOrBuilder
    • hasVertexRagSource

      public boolean hasVertexRagSource()
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasVertexRagSource in interface FeatureViewOrBuilder
      Returns:
      Whether the vertexRagSource field is set.
    • getVertexRagSource

      public FeatureView.VertexRagSource getVertexRagSource()
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getVertexRagSource in interface FeatureViewOrBuilder
      Returns:
      The vertexRagSource.
    • setVertexRagSource

      public FeatureView.Builder setVertexRagSource(FeatureView.VertexRagSource value)
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
    • setVertexRagSource

      public FeatureView.Builder setVertexRagSource(FeatureView.VertexRagSource.Builder builderForValue)
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
    • mergeVertexRagSource

      public FeatureView.Builder mergeVertexRagSource(FeatureView.VertexRagSource value)
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
    • clearVertexRagSource

      public FeatureView.Builder clearVertexRagSource()
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
    • getVertexRagSourceBuilder

      public FeatureView.VertexRagSource.Builder getVertexRagSourceBuilder()
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
    • getVertexRagSourceOrBuilder

      public FeatureView.VertexRagSourceOrBuilder getVertexRagSourceOrBuilder()
       Optional. The Vertex RAG Source that the FeatureView is linked to.
       
      .google.cloud.aiplatform.v1.FeatureView.VertexRagSource vertex_rag_source = 18 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getVertexRagSourceOrBuilder in interface FeatureViewOrBuilder
    • getName

      public String getName()
       Identifier. Name of the FeatureView. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getName in interface FeatureViewOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Identifier. Name of the FeatureView. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getNameBytes in interface FeatureViewOrBuilder
      Returns:
      The bytes for name.
    • setName

      public FeatureView.Builder setName(String value)
       Identifier. Name of the FeatureView. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public FeatureView.Builder clearName()
       Identifier. Name of the FeatureView. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      This builder for chaining.
    • setNameBytes

      public FeatureView.Builder setNameBytes(com.google.protobuf.ByteString value)
       Identifier. Name of the FeatureView. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasCreateTime

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when this FeatureView was last updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface FeatureViewOrBuilder
    • getEtag

      public String getEtag()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEtag in interface FeatureViewOrBuilder
      Returns:
      The etag.
    • getEtagBytes

      public com.google.protobuf.ByteString getEtagBytes()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEtagBytes in interface FeatureViewOrBuilder
      Returns:
      The bytes for etag.
    • setEtag

      public FeatureView.Builder setEtag(String value)
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The etag to set.
      Returns:
      This builder for chaining.
    • clearEtag

      public FeatureView.Builder clearEtag()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setEtagBytes

      public FeatureView.Builder setEtagBytes(com.google.protobuf.ByteString value)
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for etag to set.
      Returns:
      This builder for chaining.
    • getLabelsCount

      public int getLabelsCount()
      Description copied from interface: FeatureViewOrBuilder
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLabelsCount in interface FeatureViewOrBuilder
    • containsLabels

      public boolean containsLabels(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      containsLabels in interface FeatureViewOrBuilder
    • getLabels

      @Deprecated public Map<String,String> getLabels()
      Deprecated.
      Use getLabelsMap() instead.
      Specified by:
      getLabels in interface FeatureViewOrBuilder
    • getLabelsMap

      public Map<String,String> getLabelsMap()
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLabelsMap in interface FeatureViewOrBuilder
    • getLabelsOrDefault

      public String getLabelsOrDefault(String key, String defaultValue)
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLabelsOrDefault in interface FeatureViewOrBuilder
    • getLabelsOrThrow

      public String getLabelsOrThrow(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLabelsOrThrow in interface FeatureViewOrBuilder
    • clearLabels

      public FeatureView.Builder clearLabels()
    • removeLabels

      public FeatureView.Builder removeLabels(String key)
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getMutableLabels

      @Deprecated public Map<String,String> getMutableLabels()
      Deprecated.
      Use alternate mutation accessors instead.
    • putLabels

      public FeatureView.Builder putLabels(String key, String value)
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • putAllLabels

      public FeatureView.Builder putAllLabels(Map<String,String> values)
       Optional. The labels with user-defined metadata to organize your
       FeatureViews.
      
       Label keys and values can be no longer than 64 characters
       (Unicode codepoints), can only contain lowercase letters, numeric
       characters, underscores and dashes. International characters are allowed.
      
       See https://goo.gl/xmQnxf for more information on and examples of labels.
       No more than 64 user labels can be associated with one
       FeatureOnlineStore(System labels are excluded)." System reserved label keys
       are prefixed with "aiplatform.googleapis.com/" and are immutable.
       
      map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
    • hasSyncConfig

      public boolean hasSyncConfig()
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
      Specified by:
      hasSyncConfig in interface FeatureViewOrBuilder
      Returns:
      Whether the syncConfig field is set.
    • getSyncConfig

      public FeatureView.SyncConfig getSyncConfig()
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
      Specified by:
      getSyncConfig in interface FeatureViewOrBuilder
      Returns:
      The syncConfig.
    • setSyncConfig

      public FeatureView.Builder setSyncConfig(FeatureView.SyncConfig value)
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
    • setSyncConfig

      public FeatureView.Builder setSyncConfig(FeatureView.SyncConfig.Builder builderForValue)
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
    • mergeSyncConfig

      public FeatureView.Builder mergeSyncConfig(FeatureView.SyncConfig value)
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
    • clearSyncConfig

      public FeatureView.Builder clearSyncConfig()
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
    • getSyncConfigBuilder

      public FeatureView.SyncConfig.Builder getSyncConfigBuilder()
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
    • getSyncConfigOrBuilder

      public FeatureView.SyncConfigOrBuilder getSyncConfigOrBuilder()
       Configures when data is to be synced/updated for this FeatureView. At the
       end of the sync the latest featureValues for each entityId of this
       FeatureView are made ready for online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.SyncConfig sync_config = 7;
      Specified by:
      getSyncConfigOrBuilder in interface FeatureViewOrBuilder
    • hasIndexConfig

      public boolean hasIndexConfig()
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasIndexConfig in interface FeatureViewOrBuilder
      Returns:
      Whether the indexConfig field is set.
    • getIndexConfig

      public FeatureView.IndexConfig getIndexConfig()
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getIndexConfig in interface FeatureViewOrBuilder
      Returns:
      The indexConfig.
    • setIndexConfig

      public FeatureView.Builder setIndexConfig(FeatureView.IndexConfig value)
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
    • setIndexConfig

      public FeatureView.Builder setIndexConfig(FeatureView.IndexConfig.Builder builderForValue)
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
    • mergeIndexConfig

      public FeatureView.Builder mergeIndexConfig(FeatureView.IndexConfig value)
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
    • clearIndexConfig

      public FeatureView.Builder clearIndexConfig()
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
    • getIndexConfigBuilder

      public FeatureView.IndexConfig.Builder getIndexConfigBuilder()
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
    • getIndexConfigOrBuilder

      public FeatureView.IndexConfigOrBuilder getIndexConfigOrBuilder()
       Optional. Configuration for index preparation for vector search. It
       contains the required configurations to create an index from source data,
       so that approximate nearest neighbor (a.k.a ANN) algorithms search can be
       performed during online serving.
       
      .google.cloud.aiplatform.v1.FeatureView.IndexConfig index_config = 15 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getIndexConfigOrBuilder in interface FeatureViewOrBuilder
    • hasOptimizedConfig

      public boolean hasOptimizedConfig()
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasOptimizedConfig in interface FeatureViewOrBuilder
      Returns:
      Whether the optimizedConfig field is set.
    • getOptimizedConfig

      public FeatureView.OptimizedConfig getOptimizedConfig()
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getOptimizedConfig in interface FeatureViewOrBuilder
      Returns:
      The optimizedConfig.
    • setOptimizedConfig

      public FeatureView.Builder setOptimizedConfig(FeatureView.OptimizedConfig value)
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
    • setOptimizedConfig

      public FeatureView.Builder setOptimizedConfig(FeatureView.OptimizedConfig.Builder builderForValue)
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
    • mergeOptimizedConfig

      public FeatureView.Builder mergeOptimizedConfig(FeatureView.OptimizedConfig value)
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
    • clearOptimizedConfig

      public FeatureView.Builder clearOptimizedConfig()
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
    • getOptimizedConfigBuilder

      public FeatureView.OptimizedConfig.Builder getOptimizedConfigBuilder()
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
    • getOptimizedConfigOrBuilder

      public FeatureView.OptimizedConfigOrBuilder getOptimizedConfigOrBuilder()
       Optional. Configuration for FeatureView created under Optimized
       FeatureOnlineStore.
       
      .google.cloud.aiplatform.v1.FeatureView.OptimizedConfig optimized_config = 16 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getOptimizedConfigOrBuilder in interface FeatureViewOrBuilder
    • getServiceAgentTypeValue

      public int getServiceAgentTypeValue()
       Optional. Service agent type used during data sync. By default, the Vertex
       AI Service Agent is used. When using an IAM Policy to isolate this
       FeatureView within a project, a separate service account should be
       provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`.
       This will generate a separate service account to access the BigQuery source
       table.
       
      .google.cloud.aiplatform.v1.FeatureView.ServiceAgentType service_agent_type = 14 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getServiceAgentTypeValue in interface FeatureViewOrBuilder
      Returns:
      The enum numeric value on the wire for serviceAgentType.
    • setServiceAgentTypeValue

      public FeatureView.Builder setServiceAgentTypeValue(int value)
       Optional. Service agent type used during data sync. By default, the Vertex
       AI Service Agent is used. When using an IAM Policy to isolate this
       FeatureView within a project, a separate service account should be
       provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`.
       This will generate a separate service account to access the BigQuery source
       table.
       
      .google.cloud.aiplatform.v1.FeatureView.ServiceAgentType service_agent_type = 14 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The enum numeric value on the wire for serviceAgentType to set.
      Returns:
      This builder for chaining.
    • getServiceAgentType

      public FeatureView.ServiceAgentType getServiceAgentType()
       Optional. Service agent type used during data sync. By default, the Vertex
       AI Service Agent is used. When using an IAM Policy to isolate this
       FeatureView within a project, a separate service account should be
       provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`.
       This will generate a separate service account to access the BigQuery source
       table.
       
      .google.cloud.aiplatform.v1.FeatureView.ServiceAgentType service_agent_type = 14 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getServiceAgentType in interface FeatureViewOrBuilder
      Returns:
      The serviceAgentType.
    • setServiceAgentType

      public FeatureView.Builder setServiceAgentType(FeatureView.ServiceAgentType value)
       Optional. Service agent type used during data sync. By default, the Vertex
       AI Service Agent is used. When using an IAM Policy to isolate this
       FeatureView within a project, a separate service account should be
       provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`.
       This will generate a separate service account to access the BigQuery source
       table.
       
      .google.cloud.aiplatform.v1.FeatureView.ServiceAgentType service_agent_type = 14 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The serviceAgentType to set.
      Returns:
      This builder for chaining.
    • clearServiceAgentType

      public FeatureView.Builder clearServiceAgentType()
       Optional. Service agent type used during data sync. By default, the Vertex
       AI Service Agent is used. When using an IAM Policy to isolate this
       FeatureView within a project, a separate service account should be
       provisioned by setting this field to `SERVICE_AGENT_TYPE_FEATURE_VIEW`.
       This will generate a separate service account to access the BigQuery source
       table.
       
      .google.cloud.aiplatform.v1.FeatureView.ServiceAgentType service_agent_type = 14 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • getServiceAccountEmail

      public String getServiceAccountEmail()
       Output only. A Service Account unique to this FeatureView. The role
       bigquery.dataViewer should be granted to this service account to allow
       Vertex AI Feature Store to sync data to the online store.
       
      string service_account_email = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getServiceAccountEmail in interface FeatureViewOrBuilder
      Returns:
      The serviceAccountEmail.
    • getServiceAccountEmailBytes

      public com.google.protobuf.ByteString getServiceAccountEmailBytes()
       Output only. A Service Account unique to this FeatureView. The role
       bigquery.dataViewer should be granted to this service account to allow
       Vertex AI Feature Store to sync data to the online store.
       
      string service_account_email = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getServiceAccountEmailBytes in interface FeatureViewOrBuilder
      Returns:
      The bytes for serviceAccountEmail.
    • setServiceAccountEmail

      public FeatureView.Builder setServiceAccountEmail(String value)
       Output only. A Service Account unique to this FeatureView. The role
       bigquery.dataViewer should be granted to this service account to allow
       Vertex AI Feature Store to sync data to the online store.
       
      string service_account_email = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The serviceAccountEmail to set.
      Returns:
      This builder for chaining.
    • clearServiceAccountEmail

      public FeatureView.Builder clearServiceAccountEmail()
       Output only. A Service Account unique to this FeatureView. The role
       bigquery.dataViewer should be granted to this service account to allow
       Vertex AI Feature Store to sync data to the online store.
       
      string service_account_email = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setServiceAccountEmailBytes

      public FeatureView.Builder setServiceAccountEmailBytes(com.google.protobuf.ByteString value)
       Output only. A Service Account unique to this FeatureView. The role
       bigquery.dataViewer should be granted to this service account to allow
       Vertex AI Feature Store to sync data to the online store.
       
      string service_account_email = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for serviceAccountEmail to set.
      Returns:
      This builder for chaining.
    • getSatisfiesPzs

      public boolean getSatisfiesPzs()
       Output only. Reserved for future use.
       
      bool satisfies_pzs = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSatisfiesPzs in interface FeatureViewOrBuilder
      Returns:
      The satisfiesPzs.
    • setSatisfiesPzs

      public FeatureView.Builder setSatisfiesPzs(boolean value)
       Output only. Reserved for future use.
       
      bool satisfies_pzs = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The satisfiesPzs to set.
      Returns:
      This builder for chaining.
    • clearSatisfiesPzs

      public FeatureView.Builder clearSatisfiesPzs()
       Output only. Reserved for future use.
       
      bool satisfies_pzs = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getSatisfiesPzi

      public boolean getSatisfiesPzi()
       Output only. Reserved for future use.
       
      bool satisfies_pzi = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSatisfiesPzi in interface FeatureViewOrBuilder
      Returns:
      The satisfiesPzi.
    • setSatisfiesPzi

      public FeatureView.Builder setSatisfiesPzi(boolean value)
       Output only. Reserved for future use.
       
      bool satisfies_pzi = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The satisfiesPzi to set.
      Returns:
      This builder for chaining.
    • clearSatisfiesPzi

      public FeatureView.Builder clearSatisfiesPzi()
       Output only. Reserved for future use.
       
      bool satisfies_pzi = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasBigtableMetadata

      public boolean hasBigtableMetadata()
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasBigtableMetadata in interface FeatureViewOrBuilder
      Returns:
      Whether the bigtableMetadata field is set.
    • getBigtableMetadata

      public FeatureView.BigtableMetadata getBigtableMetadata()
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getBigtableMetadata in interface FeatureViewOrBuilder
      Returns:
      The bigtableMetadata.
    • setBigtableMetadata

      public FeatureView.Builder setBigtableMetadata(FeatureView.BigtableMetadata value)
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setBigtableMetadata

      public FeatureView.Builder setBigtableMetadata(FeatureView.BigtableMetadata.Builder builderForValue)
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeBigtableMetadata

      public FeatureView.Builder mergeBigtableMetadata(FeatureView.BigtableMetadata value)
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearBigtableMetadata

      public FeatureView.Builder clearBigtableMetadata()
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getBigtableMetadataBuilder

      public FeatureView.BigtableMetadata.Builder getBigtableMetadataBuilder()
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getBigtableMetadataOrBuilder

      public FeatureView.BigtableMetadataOrBuilder getBigtableMetadataOrBuilder()
       Metadata containing information about the Cloud Bigtable.
       
      .google.cloud.aiplatform.v1.FeatureView.BigtableMetadata bigtable_metadata = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getBigtableMetadataOrBuilder in interface FeatureViewOrBuilder