public final class BatchReadFeatureValuesRequest extends com.google.protobuf.GeneratedMessageV3 implements BatchReadFeatureValuesRequestOrBuilder
Request message for [FeaturestoreService.BatchReadFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.BatchReadFeatureValues].Protobuf type
google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
BatchReadFeatureValuesRequest.Builder
Request message for
[FeaturestoreService.BatchReadFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.BatchReadFeatureValues].
|
static class |
BatchReadFeatureValuesRequest.EntityTypeSpec
Selects Features of an EntityType to read values of and specifies read
settings.
|
static interface |
BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder |
static class |
BatchReadFeatureValuesRequest.PassThroughField
Describe pass-through fields in read_instance source.
|
static interface |
BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder |
static class |
BatchReadFeatureValuesRequest.ReadOptionCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BIGQUERY_READ_INSTANCES_FIELD_NUMBER |
static int |
CSV_READ_INSTANCES_FIELD_NUMBER |
static int |
DESTINATION_FIELD_NUMBER |
static int |
ENTITY_TYPE_SPECS_FIELD_NUMBER |
static int |
FEATURESTORE_FIELD_NUMBER |
static int |
PASS_THROUGH_FIELDS_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigQuerySource |
getBigqueryReadInstances()
Similar to csv_read_instances, but from BigQuery source.
|
BigQuerySourceOrBuilder |
getBigqueryReadInstancesOrBuilder()
Similar to csv_read_instances, but from BigQuery source.
|
CsvSource |
getCsvReadInstances()
Each read instance consists of exactly one read timestamp and one or more
entity IDs identifying entities of the corresponding EntityTypes whose
Features are requested.
|
CsvSourceOrBuilder |
getCsvReadInstancesOrBuilder()
Each read instance consists of exactly one read timestamp and one or more
entity IDs identifying entities of the corresponding EntityTypes whose
Features are requested.
|
static BatchReadFeatureValuesRequest |
getDefaultInstance() |
BatchReadFeatureValuesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FeatureValueDestination |
getDestination()
Required.
|
FeatureValueDestinationOrBuilder |
getDestinationOrBuilder()
Required.
|
BatchReadFeatureValuesRequest.EntityTypeSpec |
getEntityTypeSpecs(int index)
Required.
|
int |
getEntityTypeSpecsCount()
Required.
|
List<BatchReadFeatureValuesRequest.EntityTypeSpec> |
getEntityTypeSpecsList()
Required.
|
BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder |
getEntityTypeSpecsOrBuilder(int index)
Required.
|
List<? extends BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder> |
getEntityTypeSpecsOrBuilderList()
Required.
|
String |
getFeaturestore()
Required.
|
com.google.protobuf.ByteString |
getFeaturestoreBytes()
Required.
|
com.google.protobuf.Parser<BatchReadFeatureValuesRequest> |
getParserForType() |
BatchReadFeatureValuesRequest.PassThroughField |
getPassThroughFields(int index)
When not empty, the specified fields in the *_read_instances source will be
joined as-is in the output, in addition to those fields from the
Featurestore Entity.
|
int |
getPassThroughFieldsCount()
When not empty, the specified fields in the *_read_instances source will be
joined as-is in the output, in addition to those fields from the
Featurestore Entity.
|
List<BatchReadFeatureValuesRequest.PassThroughField> |
getPassThroughFieldsList()
When not empty, the specified fields in the *_read_instances source will be
joined as-is in the output, in addition to those fields from the
Featurestore Entity.
|
BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder |
getPassThroughFieldsOrBuilder(int index)
When not empty, the specified fields in the *_read_instances source will be
joined as-is in the output, in addition to those fields from the
Featurestore Entity.
|
List<? extends BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder> |
getPassThroughFieldsOrBuilderList()
When not empty, the specified fields in the *_read_instances source will be
joined as-is in the output, in addition to those fields from the
Featurestore Entity.
|
BatchReadFeatureValuesRequest.ReadOptionCase |
getReadOptionCase() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Optional.
|
boolean |
hasBigqueryReadInstances()
Similar to csv_read_instances, but from BigQuery source.
|
boolean |
hasCsvReadInstances()
Each read instance consists of exactly one read timestamp and one or more
entity IDs identifying entities of the corresponding EntityTypes whose
Features are requested.
|
boolean |
hasDestination()
Required.
|
int |
hashCode() |
boolean |
hasStartTime()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchReadFeatureValuesRequest.Builder |
newBuilder() |
static BatchReadFeatureValuesRequest.Builder |
newBuilder(BatchReadFeatureValuesRequest prototype) |
BatchReadFeatureValuesRequest.Builder |
newBuilderForType() |
protected BatchReadFeatureValuesRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BatchReadFeatureValuesRequest |
parseDelimitedFrom(InputStream input) |
static BatchReadFeatureValuesRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReadFeatureValuesRequest |
parseFrom(byte[] data) |
static BatchReadFeatureValuesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReadFeatureValuesRequest |
parseFrom(ByteBuffer data) |
static BatchReadFeatureValuesRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReadFeatureValuesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static BatchReadFeatureValuesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReadFeatureValuesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReadFeatureValuesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReadFeatureValuesRequest |
parseFrom(InputStream input) |
static BatchReadFeatureValuesRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BatchReadFeatureValuesRequest> |
parser() |
BatchReadFeatureValuesRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CSV_READ_INSTANCES_FIELD_NUMBER
public static final int BIGQUERY_READ_INSTANCES_FIELD_NUMBER
public static final int FEATURESTORE_FIELD_NUMBER
public static final int DESTINATION_FIELD_NUMBER
public static final int PASS_THROUGH_FIELDS_FIELD_NUMBER
public static final int ENTITY_TYPE_SPECS_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public BatchReadFeatureValuesRequest.ReadOptionCase getReadOptionCase()
getReadOptionCase in interface BatchReadFeatureValuesRequestOrBuilderpublic boolean hasCsvReadInstances()
Each read instance consists of exactly one read timestamp and one or more
entity IDs identifying entities of the corresponding EntityTypes whose
Features are requested.
Each output instance contains Feature values of requested entities
concatenated together as of the read time.
An example read instance may be `foo_entity_id, bar_entity_id,
2020-01-01T10:00:00.123Z`.
An example output instance may be `foo_entity_id, bar_entity_id,
2020-01-01T10:00:00.123Z, foo_entity_feature1_value,
bar_entity_feature2_value`.
Timestamp in each read instance must be millisecond-aligned.
`csv_read_instances` are read instances stored in a plain-text CSV file.
The header should be:
[ENTITY_TYPE_ID1], [ENTITY_TYPE_ID2], ..., timestamp
The columns can be in any order.
Values in the timestamp column must use the RFC 3339 format, e.g.
`2012-07-30T10:43:17.123Z`.
.google.cloud.aiplatform.v1beta1.CsvSource csv_read_instances = 3;hasCsvReadInstances in interface BatchReadFeatureValuesRequestOrBuilderpublic CsvSource getCsvReadInstances()
Each read instance consists of exactly one read timestamp and one or more
entity IDs identifying entities of the corresponding EntityTypes whose
Features are requested.
Each output instance contains Feature values of requested entities
concatenated together as of the read time.
An example read instance may be `foo_entity_id, bar_entity_id,
2020-01-01T10:00:00.123Z`.
An example output instance may be `foo_entity_id, bar_entity_id,
2020-01-01T10:00:00.123Z, foo_entity_feature1_value,
bar_entity_feature2_value`.
Timestamp in each read instance must be millisecond-aligned.
`csv_read_instances` are read instances stored in a plain-text CSV file.
The header should be:
[ENTITY_TYPE_ID1], [ENTITY_TYPE_ID2], ..., timestamp
The columns can be in any order.
Values in the timestamp column must use the RFC 3339 format, e.g.
`2012-07-30T10:43:17.123Z`.
.google.cloud.aiplatform.v1beta1.CsvSource csv_read_instances = 3;getCsvReadInstances in interface BatchReadFeatureValuesRequestOrBuilderpublic CsvSourceOrBuilder getCsvReadInstancesOrBuilder()
Each read instance consists of exactly one read timestamp and one or more
entity IDs identifying entities of the corresponding EntityTypes whose
Features are requested.
Each output instance contains Feature values of requested entities
concatenated together as of the read time.
An example read instance may be `foo_entity_id, bar_entity_id,
2020-01-01T10:00:00.123Z`.
An example output instance may be `foo_entity_id, bar_entity_id,
2020-01-01T10:00:00.123Z, foo_entity_feature1_value,
bar_entity_feature2_value`.
Timestamp in each read instance must be millisecond-aligned.
`csv_read_instances` are read instances stored in a plain-text CSV file.
The header should be:
[ENTITY_TYPE_ID1], [ENTITY_TYPE_ID2], ..., timestamp
The columns can be in any order.
Values in the timestamp column must use the RFC 3339 format, e.g.
`2012-07-30T10:43:17.123Z`.
.google.cloud.aiplatform.v1beta1.CsvSource csv_read_instances = 3;getCsvReadInstancesOrBuilder in interface BatchReadFeatureValuesRequestOrBuilderpublic boolean hasBigqueryReadInstances()
Similar to csv_read_instances, but from BigQuery source.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_read_instances = 5;hasBigqueryReadInstances in interface BatchReadFeatureValuesRequestOrBuilderpublic BigQuerySource getBigqueryReadInstances()
Similar to csv_read_instances, but from BigQuery source.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_read_instances = 5;getBigqueryReadInstances in interface BatchReadFeatureValuesRequestOrBuilderpublic BigQuerySourceOrBuilder getBigqueryReadInstancesOrBuilder()
Similar to csv_read_instances, but from BigQuery source.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_read_instances = 5;getBigqueryReadInstancesOrBuilder in interface BatchReadFeatureValuesRequestOrBuilderpublic String getFeaturestore()
Required. The resource name of the Featurestore from which to query Feature
values. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`
string featurestore = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getFeaturestore in interface BatchReadFeatureValuesRequestOrBuilderpublic com.google.protobuf.ByteString getFeaturestoreBytes()
Required. The resource name of the Featurestore from which to query Feature
values. Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}`
string featurestore = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getFeaturestoreBytes in interface BatchReadFeatureValuesRequestOrBuilderpublic boolean hasDestination()
Required. Specifies output location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
hasDestination in interface BatchReadFeatureValuesRequestOrBuilderpublic FeatureValueDestination getDestination()
Required. Specifies output location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
getDestination in interface BatchReadFeatureValuesRequestOrBuilderpublic FeatureValueDestinationOrBuilder getDestinationOrBuilder()
Required. Specifies output location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
getDestinationOrBuilder in interface BatchReadFeatureValuesRequestOrBuilderpublic List<BatchReadFeatureValuesRequest.PassThroughField> getPassThroughFieldsList()
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity. For BigQuery source, the type of the pass-through values will be automatically inferred. For CSV source, the pass-through values will be passed as opaque bytes.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.PassThroughField pass_through_fields = 8;
getPassThroughFieldsList in interface BatchReadFeatureValuesRequestOrBuilderpublic List<? extends BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder> getPassThroughFieldsOrBuilderList()
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity. For BigQuery source, the type of the pass-through values will be automatically inferred. For CSV source, the pass-through values will be passed as opaque bytes.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.PassThroughField pass_through_fields = 8;
getPassThroughFieldsOrBuilderList in interface BatchReadFeatureValuesRequestOrBuilderpublic int getPassThroughFieldsCount()
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity. For BigQuery source, the type of the pass-through values will be automatically inferred. For CSV source, the pass-through values will be passed as opaque bytes.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.PassThroughField pass_through_fields = 8;
getPassThroughFieldsCount in interface BatchReadFeatureValuesRequestOrBuilderpublic BatchReadFeatureValuesRequest.PassThroughField getPassThroughFields(int index)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity. For BigQuery source, the type of the pass-through values will be automatically inferred. For CSV source, the pass-through values will be passed as opaque bytes.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.PassThroughField pass_through_fields = 8;
getPassThroughFields in interface BatchReadFeatureValuesRequestOrBuilderpublic BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder getPassThroughFieldsOrBuilder(int index)
When not empty, the specified fields in the *_read_instances source will be joined as-is in the output, in addition to those fields from the Featurestore Entity. For BigQuery source, the type of the pass-through values will be automatically inferred. For CSV source, the pass-through values will be passed as opaque bytes.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.PassThroughField pass_through_fields = 8;
getPassThroughFieldsOrBuilder in interface BatchReadFeatureValuesRequestOrBuilderpublic List<BatchReadFeatureValuesRequest.EntityTypeSpec> getEntityTypeSpecsList()
Required. Specifies EntityType grouping Features to read values of and settings.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.EntityTypeSpec entity_type_specs = 7 [(.google.api.field_behavior) = REQUIRED];
getEntityTypeSpecsList in interface BatchReadFeatureValuesRequestOrBuilderpublic List<? extends BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder> getEntityTypeSpecsOrBuilderList()
Required. Specifies EntityType grouping Features to read values of and settings.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.EntityTypeSpec entity_type_specs = 7 [(.google.api.field_behavior) = REQUIRED];
getEntityTypeSpecsOrBuilderList in interface BatchReadFeatureValuesRequestOrBuilderpublic int getEntityTypeSpecsCount()
Required. Specifies EntityType grouping Features to read values of and settings.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.EntityTypeSpec entity_type_specs = 7 [(.google.api.field_behavior) = REQUIRED];
getEntityTypeSpecsCount in interface BatchReadFeatureValuesRequestOrBuilderpublic BatchReadFeatureValuesRequest.EntityTypeSpec getEntityTypeSpecs(int index)
Required. Specifies EntityType grouping Features to read values of and settings.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.EntityTypeSpec entity_type_specs = 7 [(.google.api.field_behavior) = REQUIRED];
getEntityTypeSpecs in interface BatchReadFeatureValuesRequestOrBuilderpublic BatchReadFeatureValuesRequest.EntityTypeSpecOrBuilder getEntityTypeSpecsOrBuilder(int index)
Required. Specifies EntityType grouping Features to read values of and settings.
repeated .google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.EntityTypeSpec entity_type_specs = 7 [(.google.api.field_behavior) = REQUIRED];
getEntityTypeSpecsOrBuilder in interface BatchReadFeatureValuesRequestOrBuilderpublic boolean hasStartTime()
Optional. Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 11 [(.google.api.field_behavior) = OPTIONAL];
hasStartTime in interface BatchReadFeatureValuesRequestOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Optional. Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 11 [(.google.api.field_behavior) = OPTIONAL];
getStartTime in interface BatchReadFeatureValuesRequestOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Optional. Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 11 [(.google.api.field_behavior) = OPTIONAL];
getStartTimeOrBuilder in interface BatchReadFeatureValuesRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BatchReadFeatureValuesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReadFeatureValuesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReadFeatureValuesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReadFeatureValuesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReadFeatureValuesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReadFeatureValuesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReadFeatureValuesRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReadFeatureValuesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReadFeatureValuesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReadFeatureValuesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReadFeatureValuesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchReadFeatureValuesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchReadFeatureValuesRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchReadFeatureValuesRequest.Builder newBuilder()
public static BatchReadFeatureValuesRequest.Builder newBuilder(BatchReadFeatureValuesRequest prototype)
public BatchReadFeatureValuesRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchReadFeatureValuesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BatchReadFeatureValuesRequest getDefaultInstance()
public static com.google.protobuf.Parser<BatchReadFeatureValuesRequest> parser()
public com.google.protobuf.Parser<BatchReadFeatureValuesRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BatchReadFeatureValuesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.