public static final class StreamingFetchFeatureValuesRequest.Builder extends GeneratedMessageV3.Builder<StreamingFetchFeatureValuesRequest.Builder> implements StreamingFetchFeatureValuesRequestOrBuilder
   
   Request message for
 FeatureOnlineStoreService.StreamingFetchFeatureValues.
 For the entities requested, all features under the requested feature view
 will be returned.
 Protobuf type google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder addAllDataKeys(Iterable<? extends FeatureViewDataKey> values)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.FeatureViewDataKey>
 | 
    
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder addDataKeys(FeatureViewDataKey value)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public StreamingFetchFeatureValuesRequest.Builder addDataKeys(FeatureViewDataKey.Builder builderForValue)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public StreamingFetchFeatureValuesRequest.Builder addDataKeys(int index, FeatureViewDataKey value)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public StreamingFetchFeatureValuesRequest.Builder addDataKeys(int index, FeatureViewDataKey.Builder builderForValue)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public FeatureViewDataKey.Builder addDataKeysBuilder()
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public FeatureViewDataKey.Builder addDataKeysBuilder(int index)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public StreamingFetchFeatureValuesRequest build()
   
  
  
  
  
    public StreamingFetchFeatureValuesRequest buildPartial()
   
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder clear()
   
  
  Overrides
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder clearDataFormat()
   
   Specify response data format. If not set, KeyValue format will be used.
 .google.cloud.aiplatform.v1beta1.FeatureViewDataFormat data_format = 3;
    public StreamingFetchFeatureValuesRequest.Builder clearDataKeys()
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public StreamingFetchFeatureValuesRequest.Builder clearFeatureView()
   
   Required. FeatureView resource format
 projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
 
 string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    public StreamingFetchFeatureValuesRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder clone()
   
  
  Overrides
  
  
  
  
    public FeatureViewDataFormat getDataFormat()
   
   Specify response data format. If not set, KeyValue format will be used.
 .google.cloud.aiplatform.v1beta1.FeatureViewDataFormat data_format = 3;
    public int getDataFormatValue()
   
   Specify response data format. If not set, KeyValue format will be used.
 .google.cloud.aiplatform.v1beta1.FeatureViewDataFormat data_format = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for dataFormat. | 
    
  
  
  
  
    public FeatureViewDataKey getDataKeys(int index)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public FeatureViewDataKey.Builder getDataKeysBuilder(int index)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<FeatureViewDataKey.Builder> getDataKeysBuilderList()
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public int getDataKeysCount()
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<FeatureViewDataKey> getDataKeysList()
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public FeatureViewDataKeyOrBuilder getDataKeysOrBuilder(int index)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends FeatureViewDataKeyOrBuilder> getDataKeysOrBuilderList()
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1beta1.FeatureViewDataKeyOrBuilder> |  | 
    
  
  
  
  
    public StreamingFetchFeatureValuesRequest getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public String getFeatureView()
   
   Required. FeatureView resource format
 projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
 
 string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The featureView. | 
    
  
  
  
  
    public ByteString getFeatureViewBytes()
   
   Required. FeatureView resource format
 projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
 
 string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for featureView. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder mergeFrom(StreamingFetchFeatureValuesRequest other)
   
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final StreamingFetchFeatureValuesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder removeDataKeys(int index)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder setDataFormat(FeatureViewDataFormat value)
   
   Specify response data format. If not set, KeyValue format will be used.
 .google.cloud.aiplatform.v1beta1.FeatureViewDataFormat data_format = 3;
    public StreamingFetchFeatureValuesRequest.Builder setDataFormatValue(int value)
   
   Specify response data format. If not set, KeyValue format will be used.
 .google.cloud.aiplatform.v1beta1.FeatureViewDataFormat data_format = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | int
 The enum numeric value on the wire for dataFormat to set. | 
    
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder setDataKeys(int index, FeatureViewDataKey value)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public StreamingFetchFeatureValuesRequest.Builder setDataKeys(int index, FeatureViewDataKey.Builder builderForValue)
   
  repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys = 2;
    public StreamingFetchFeatureValuesRequest.Builder setFeatureView(String value)
   
   Required. FeatureView resource format
 projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
 
 string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The featureView to set. | 
    
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder setFeatureViewBytes(ByteString value)
   
   Required. FeatureView resource format
 projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
 
 string feature_view = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for featureView to set. | 
    
  
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public StreamingFetchFeatureValuesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final StreamingFetchFeatureValuesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides