Class FeatureOnlineStore.Builder (3.42.0)

public static final class FeatureOnlineStore.Builder extends GeneratedMessageV3.Builder<FeatureOnlineStore.Builder> implements FeatureOnlineStoreOrBuilder

Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureOnlineStore

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeatureOnlineStore.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

build()

public FeatureOnlineStore build()
Returns
TypeDescription
FeatureOnlineStore

buildPartial()

public FeatureOnlineStore buildPartial()
Returns
TypeDescription
FeatureOnlineStore

clear()

public FeatureOnlineStore.Builder clear()
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

clearBigtable()

public FeatureOnlineStore.Builder clearBigtable()

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Returns
TypeDescription
FeatureOnlineStore.Builder

clearCreateTime()

public FeatureOnlineStore.Builder clearCreateTime()

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureOnlineStore.Builder

clearDedicatedServingEndpoint()

public FeatureOnlineStore.Builder clearDedicatedServingEndpoint()

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.Builder

clearEmbeddingManagement()

public FeatureOnlineStore.Builder clearEmbeddingManagement()

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.Builder

clearEtag()

public FeatureOnlineStore.Builder clearEtag()

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

string etag = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public FeatureOnlineStore.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

clearLabels()

public FeatureOnlineStore.Builder clearLabels()
Returns
TypeDescription
FeatureOnlineStore.Builder

clearName()

public FeatureOnlineStore.Builder clearName()

Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureOnlineStore.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

clearOptimized()

public FeatureOnlineStore.Builder clearOptimized()

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Returns
TypeDescription
FeatureOnlineStore.Builder

clearState()

public FeatureOnlineStore.Builder clearState()

Output only. State of the featureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

clearStorageType()

public FeatureOnlineStore.Builder clearStorageType()
Returns
TypeDescription
FeatureOnlineStore.Builder

clearUpdateTime()

public FeatureOnlineStore.Builder clearUpdateTime()

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureOnlineStore.Builder

clone()

public FeatureOnlineStore.Builder clone()
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getBigtable()

public FeatureOnlineStore.Bigtable getBigtable()

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Returns
TypeDescription
FeatureOnlineStore.Bigtable

The bigtable.

getBigtableBuilder()

public FeatureOnlineStore.Bigtable.Builder getBigtableBuilder()

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Returns
TypeDescription
FeatureOnlineStore.Bigtable.Builder

getBigtableOrBuilder()

public FeatureOnlineStore.BigtableOrBuilder getBigtableOrBuilder()

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Returns
TypeDescription
FeatureOnlineStore.BigtableOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDedicatedServingEndpoint()

public FeatureOnlineStore.DedicatedServingEndpoint getDedicatedServingEndpoint()

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint

The dedicatedServingEndpoint.

getDedicatedServingEndpointBuilder()

public FeatureOnlineStore.DedicatedServingEndpoint.Builder getDedicatedServingEndpointBuilder()

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint.Builder

getDedicatedServingEndpointOrBuilder()

public FeatureOnlineStore.DedicatedServingEndpointOrBuilder getDedicatedServingEndpointOrBuilder()

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpointOrBuilder

getDefaultInstanceForType()

public FeatureOnlineStore getDefaultInstanceForType()
Returns
TypeDescription
FeatureOnlineStore

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEmbeddingManagement()

public FeatureOnlineStore.EmbeddingManagement getEmbeddingManagement()

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.EmbeddingManagement

The embeddingManagement.

getEmbeddingManagementBuilder()

public FeatureOnlineStore.EmbeddingManagement.Builder getEmbeddingManagementBuilder()

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.EmbeddingManagement.Builder

getEmbeddingManagementOrBuilder()

public FeatureOnlineStore.EmbeddingManagementOrBuilder getEmbeddingManagementOrBuilder()

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FeatureOnlineStore.EmbeddingManagementOrBuilder

getEtag()

public String getEtag()

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

string etag = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

string etag = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for etag.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getName()

public String getName()

Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
ByteString

The bytes for name.

getOptimized()

public FeatureOnlineStore.Optimized getOptimized()

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Returns
TypeDescription
FeatureOnlineStore.Optimized

The optimized.

getOptimizedBuilder()

public FeatureOnlineStore.Optimized.Builder getOptimizedBuilder()

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Returns
TypeDescription
FeatureOnlineStore.Optimized.Builder

getOptimizedOrBuilder()

public FeatureOnlineStore.OptimizedOrBuilder getOptimizedOrBuilder()

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Returns
TypeDescription
FeatureOnlineStore.OptimizedOrBuilder

getState()

public FeatureOnlineStore.State getState()

Output only. State of the featureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
FeatureOnlineStore.State

The state.

getStateValue()

public int getStateValue()

Output only. State of the featureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getStorageTypeCase()

public FeatureOnlineStore.StorageTypeCase getStorageTypeCase()
Returns
TypeDescription
FeatureOnlineStore.StorageTypeCase

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasBigtable()

public boolean hasBigtable()

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Returns
TypeDescription
boolean

Whether the bigtable field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDedicatedServingEndpoint()

public boolean hasDedicatedServingEndpoint()

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the dedicatedServingEndpoint field is set.

hasEmbeddingManagement()

public boolean hasEmbeddingManagement()

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the embeddingManagement field is set.

hasOptimized()

public boolean hasOptimized()

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Returns
TypeDescription
boolean

Whether the optimized field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeBigtable(FeatureOnlineStore.Bigtable value)

public FeatureOnlineStore.Builder mergeBigtable(FeatureOnlineStore.Bigtable value)

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Parameter
NameDescription
valueFeatureOnlineStore.Bigtable
Returns
TypeDescription
FeatureOnlineStore.Builder

mergeCreateTime(Timestamp value)

public FeatureOnlineStore.Builder mergeCreateTime(Timestamp value)

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
FeatureOnlineStore.Builder

mergeDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)

public FeatureOnlineStore.Builder mergeDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueFeatureOnlineStore.DedicatedServingEndpoint
Returns
TypeDescription
FeatureOnlineStore.Builder

mergeEmbeddingManagement(FeatureOnlineStore.EmbeddingManagement value)

public FeatureOnlineStore.Builder mergeEmbeddingManagement(FeatureOnlineStore.EmbeddingManagement value)

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueFeatureOnlineStore.EmbeddingManagement
Returns
TypeDescription
FeatureOnlineStore.Builder

mergeFrom(FeatureOnlineStore other)

public FeatureOnlineStore.Builder mergeFrom(FeatureOnlineStore other)
Parameter
NameDescription
otherFeatureOnlineStore
Returns
TypeDescription
FeatureOnlineStore.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureOnlineStore.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FeatureOnlineStore.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

mergeOptimized(FeatureOnlineStore.Optimized value)

public FeatureOnlineStore.Builder mergeOptimized(FeatureOnlineStore.Optimized value)

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Parameter
NameDescription
valueFeatureOnlineStore.Optimized
Returns
TypeDescription
FeatureOnlineStore.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureOnlineStore.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

mergeUpdateTime(Timestamp value)

public FeatureOnlineStore.Builder mergeUpdateTime(Timestamp value)

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
FeatureOnlineStore.Builder

putAllLabels(Map<String,String> values)

public FeatureOnlineStore.Builder putAllLabels(Map<String,String> values)

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
FeatureOnlineStore.Builder

putLabels(String key, String value)

public FeatureOnlineStore.Builder putLabels(String key, String value)

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
FeatureOnlineStore.Builder

removeLabels(String key)

public FeatureOnlineStore.Builder removeLabels(String key)

Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.

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 = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
FeatureOnlineStore.Builder

setBigtable(FeatureOnlineStore.Bigtable value)

public FeatureOnlineStore.Builder setBigtable(FeatureOnlineStore.Bigtable value)

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Parameter
NameDescription
valueFeatureOnlineStore.Bigtable
Returns
TypeDescription
FeatureOnlineStore.Builder

setBigtable(FeatureOnlineStore.Bigtable.Builder builderForValue)

public FeatureOnlineStore.Builder setBigtable(FeatureOnlineStore.Bigtable.Builder builderForValue)

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;

Parameter
NameDescription
builderForValueFeatureOnlineStore.Bigtable.Builder
Returns
TypeDescription
FeatureOnlineStore.Builder

setCreateTime(Timestamp value)

public FeatureOnlineStore.Builder setCreateTime(Timestamp value)

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
FeatureOnlineStore.Builder

setCreateTime(Timestamp.Builder builderForValue)

public FeatureOnlineStore.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Timestamp when this FeatureOnlineStore was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
FeatureOnlineStore.Builder

setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)

public FeatureOnlineStore.Builder setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueFeatureOnlineStore.DedicatedServingEndpoint
Returns
TypeDescription
FeatureOnlineStore.Builder

setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint.Builder builderForValue)

public FeatureOnlineStore.Builder setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint.Builder builderForValue)

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueFeatureOnlineStore.DedicatedServingEndpoint.Builder
Returns
TypeDescription
FeatureOnlineStore.Builder

setEmbeddingManagement(FeatureOnlineStore.EmbeddingManagement value)

public FeatureOnlineStore.Builder setEmbeddingManagement(FeatureOnlineStore.EmbeddingManagement value)

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueFeatureOnlineStore.EmbeddingManagement
Returns
TypeDescription
FeatureOnlineStore.Builder

setEmbeddingManagement(FeatureOnlineStore.EmbeddingManagement.Builder builderForValue)

public FeatureOnlineStore.Builder setEmbeddingManagement(FeatureOnlineStore.EmbeddingManagement.Builder builderForValue)

Optional. The settings for embedding management in FeatureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueFeatureOnlineStore.EmbeddingManagement.Builder
Returns
TypeDescription
FeatureOnlineStore.Builder

setEtag(String value)

public FeatureOnlineStore.Builder setEtag(String value)

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

string etag = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public FeatureOnlineStore.Builder setEtagBytes(ByteString value)

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

string etag = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureOnlineStore.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

setName(String value)

public FeatureOnlineStore.Builder setName(String value)

Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FeatureOnlineStore.Builder setNameBytes(ByteString value)

Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

setOptimized(FeatureOnlineStore.Optimized value)

public FeatureOnlineStore.Builder setOptimized(FeatureOnlineStore.Optimized value)

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Parameter
NameDescription
valueFeatureOnlineStore.Optimized
Returns
TypeDescription
FeatureOnlineStore.Builder

setOptimized(FeatureOnlineStore.Optimized.Builder builderForValue)

public FeatureOnlineStore.Builder setOptimized(FeatureOnlineStore.Optimized.Builder builderForValue)

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;

Parameter
NameDescription
builderForValueFeatureOnlineStore.Optimized.Builder
Returns
TypeDescription
FeatureOnlineStore.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FeatureOnlineStore.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

setState(FeatureOnlineStore.State value)

public FeatureOnlineStore.Builder setState(FeatureOnlineStore.State value)

Output only. State of the featureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueFeatureOnlineStore.State

The state to set.

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

setStateValue(int value)

public FeatureOnlineStore.Builder setStateValue(int value)

Output only. State of the featureOnlineStore.

.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
FeatureOnlineStore.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureOnlineStore.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureOnlineStore.Builder
Overrides

setUpdateTime(Timestamp value)

public FeatureOnlineStore.Builder setUpdateTime(Timestamp value)

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
FeatureOnlineStore.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public FeatureOnlineStore.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. Timestamp when this FeatureOnlineStore was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
FeatureOnlineStore.Builder