public static final class StreamingReadFeatureValuesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder> implements StreamingReadFeatureValuesRequestOrBuilder
Request message for [FeaturestoreOnlineServingService.StreamingFeatureValuesRead][].Protobuf type
google.cloud.aiplatform.v1beta1.StreamingReadFeatureValuesRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StreamingReadFeatureValuesRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StreamingReadFeatureValuesRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StreamingReadFeatureValuesRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder mergeFrom(StreamingReadFeatureValuesRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public StreamingReadFeatureValuesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamingReadFeatureValuesRequest.Builder>IOExceptionpublic String getEntityType()
Required. The resource name of the entities' type.
Value format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
For example,
for a machine learning model predicting user clicks on a website, an
EntityType ID could be `user`.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getEntityType in interface StreamingReadFeatureValuesRequestOrBuilderpublic com.google.protobuf.ByteString getEntityTypeBytes()
Required. The resource name of the entities' type.
Value format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
For example,
for a machine learning model predicting user clicks on a website, an
EntityType ID could be `user`.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getEntityTypeBytes in interface StreamingReadFeatureValuesRequestOrBuilderpublic StreamingReadFeatureValuesRequest.Builder setEntityType(String value)
Required. The resource name of the entities' type.
Value format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
For example,
for a machine learning model predicting user clicks on a website, an
EntityType ID could be `user`.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The entityType to set.public StreamingReadFeatureValuesRequest.Builder clearEntityType()
Required. The resource name of the entities' type.
Value format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
For example,
for a machine learning model predicting user clicks on a website, an
EntityType ID could be `user`.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public StreamingReadFeatureValuesRequest.Builder setEntityTypeBytes(com.google.protobuf.ByteString value)
Required. The resource name of the entities' type.
Value format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
For example,
for a machine learning model predicting user clicks on a website, an
EntityType ID could be `user`.
string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for entityType to set.public com.google.protobuf.ProtocolStringList getEntityIdsList()
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];getEntityIdsList in interface StreamingReadFeatureValuesRequestOrBuilderpublic int getEntityIdsCount()
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];getEntityIdsCount in interface StreamingReadFeatureValuesRequestOrBuilderpublic String getEntityIds(int index)
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];getEntityIds in interface StreamingReadFeatureValuesRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getEntityIdsBytes(int index)
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];getEntityIdsBytes in interface StreamingReadFeatureValuesRequestOrBuilderindex - The index of the value to return.public StreamingReadFeatureValuesRequest.Builder setEntityIds(int index, String value)
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];index - The index to set the value at.value - The entityIds to set.public StreamingReadFeatureValuesRequest.Builder addEntityIds(String value)
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];value - The entityIds to add.public StreamingReadFeatureValuesRequest.Builder addAllEntityIds(Iterable<String> values)
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];values - The entityIds to add.public StreamingReadFeatureValuesRequest.Builder clearEntityIds()
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];public StreamingReadFeatureValuesRequest.Builder addEntityIdsBytes(com.google.protobuf.ByteString value)
Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be `user_123`.
repeated string entity_ids = 2 [(.google.api.field_behavior) = REQUIRED];value - The bytes of the entityIds to add.public boolean hasFeatureSelector()
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
hasFeatureSelector in interface StreamingReadFeatureValuesRequestOrBuilderpublic FeatureSelector getFeatureSelector()
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
getFeatureSelector in interface StreamingReadFeatureValuesRequestOrBuilderpublic StreamingReadFeatureValuesRequest.Builder setFeatureSelector(FeatureSelector value)
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
public StreamingReadFeatureValuesRequest.Builder setFeatureSelector(FeatureSelector.Builder builderForValue)
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
public StreamingReadFeatureValuesRequest.Builder mergeFeatureSelector(FeatureSelector value)
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
public StreamingReadFeatureValuesRequest.Builder clearFeatureSelector()
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
public FeatureSelector.Builder getFeatureSelectorBuilder()
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
public FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 3 [(.google.api.field_behavior) = REQUIRED];
getFeatureSelectorOrBuilder in interface StreamingReadFeatureValuesRequestOrBuilderpublic final StreamingReadFeatureValuesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>public final StreamingReadFeatureValuesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamingReadFeatureValuesRequest.Builder>Copyright © 2025 Google LLC. All rights reserved.