Package com.google.cloud.aiplatform.v1
Class ImportFeatureValuesRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.aiplatform.v1.ImportFeatureValuesRequest
-
- All Implemented Interfaces:
ImportFeatureValuesRequestOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class ImportFeatureValuesRequest extends com.google.protobuf.GeneratedMessageV3 implements ImportFeatureValuesRequestOrBuilder
Request message for [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ImportFeatureValues].
Protobuf typegoogle.cloud.aiplatform.v1.ImportFeatureValuesRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportFeatureValuesRequest.BuilderRequest message for [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ImportFeatureValues].static classImportFeatureValuesRequest.FeatureSpecDefines the Feature value(s) to import.static interfaceImportFeatureValuesRequest.FeatureSpecOrBuilderstatic classImportFeatureValuesRequest.FeatureTimeSourceCasestatic classImportFeatureValuesRequest.SourceCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intAVRO_SOURCE_FIELD_NUMBERstatic intBIGQUERY_SOURCE_FIELD_NUMBERstatic intCSV_SOURCE_FIELD_NUMBERstatic intDISABLE_INGESTION_ANALYSIS_FIELD_NUMBERstatic intDISABLE_ONLINE_SERVING_FIELD_NUMBERstatic intENTITY_ID_FIELD_FIELD_NUMBERstatic intENTITY_TYPE_FIELD_NUMBERstatic intFEATURE_SPECS_FIELD_NUMBERstatic intFEATURE_TIME_FIELD_FIELD_NUMBERstatic intFEATURE_TIME_FIELD_NUMBERstatic intWORKER_COUNT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)AvroSourcegetAvroSource().google.cloud.aiplatform.v1.AvroSource avro_source = 2;AvroSourceOrBuildergetAvroSourceOrBuilder().google.cloud.aiplatform.v1.AvroSource avro_source = 2;BigQuerySourcegetBigquerySource().google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;BigQuerySourceOrBuildergetBigquerySourceOrBuilder().google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;CsvSourcegetCsvSource().google.cloud.aiplatform.v1.CsvSource csv_source = 4;CsvSourceOrBuildergetCsvSourceOrBuilder().google.cloud.aiplatform.v1.CsvSource csv_source = 4;static ImportFeatureValuesRequestgetDefaultInstance()ImportFeatureValuesRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()booleangetDisableIngestionAnalysis()If true, API doesn't start ingestion analysis pipeline.booleangetDisableOnlineServing()If set, data will not be imported for online serving.StringgetEntityIdField()Source column that holds entity IDs.com.google.protobuf.ByteStringgetEntityIdFieldBytes()Source column that holds entity IDs.StringgetEntityType()Required.com.google.protobuf.ByteStringgetEntityTypeBytes()Required.ImportFeatureValuesRequest.FeatureSpecgetFeatureSpecs(int index)Required.intgetFeatureSpecsCount()Required.List<ImportFeatureValuesRequest.FeatureSpec>getFeatureSpecsList()Required.ImportFeatureValuesRequest.FeatureSpecOrBuildergetFeatureSpecsOrBuilder(int index)Required.List<? extends ImportFeatureValuesRequest.FeatureSpecOrBuilder>getFeatureSpecsOrBuilderList()Required.com.google.protobuf.TimestampgetFeatureTime()Single Feature timestamp for all entities being imported.StringgetFeatureTimeField()Source column that holds the Feature timestamp for all Feature values in each entity.com.google.protobuf.ByteStringgetFeatureTimeFieldBytes()Source column that holds the Feature timestamp for all Feature values in each entity.com.google.protobuf.TimestampOrBuildergetFeatureTimeOrBuilder()Single Feature timestamp for all entities being imported.ImportFeatureValuesRequest.FeatureTimeSourceCasegetFeatureTimeSourceCase()com.google.protobuf.Parser<ImportFeatureValuesRequest>getParserForType()intgetSerializedSize()ImportFeatureValuesRequest.SourceCasegetSourceCase()intgetWorkerCount()Specifies the number of workers that are used to write data to the Featurestore.booleanhasAvroSource().google.cloud.aiplatform.v1.AvroSource avro_source = 2;booleanhasBigquerySource().google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;booleanhasCsvSource().google.cloud.aiplatform.v1.CsvSource csv_source = 4;booleanhasFeatureTime()Single Feature timestamp for all entities being imported.booleanhasFeatureTimeField()Source column that holds the Feature timestamp for all Feature values in each entity.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ImportFeatureValuesRequest.BuildernewBuilder()static ImportFeatureValuesRequest.BuildernewBuilder(ImportFeatureValuesRequest prototype)ImportFeatureValuesRequest.BuildernewBuilderForType()protected ImportFeatureValuesRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ImportFeatureValuesRequestparseDelimitedFrom(InputStream input)static ImportFeatureValuesRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFeatureValuesRequestparseFrom(byte[] data)static ImportFeatureValuesRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFeatureValuesRequestparseFrom(com.google.protobuf.ByteString data)static ImportFeatureValuesRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFeatureValuesRequestparseFrom(com.google.protobuf.CodedInputStream input)static ImportFeatureValuesRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFeatureValuesRequestparseFrom(InputStream input)static ImportFeatureValuesRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFeatureValuesRequestparseFrom(ByteBuffer data)static ImportFeatureValuesRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ImportFeatureValuesRequest>parser()ImportFeatureValuesRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
AVRO_SOURCE_FIELD_NUMBER
public static final int AVRO_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BIGQUERY_SOURCE_FIELD_NUMBER
public static final int BIGQUERY_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CSV_SOURCE_FIELD_NUMBER
public static final int CSV_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURE_TIME_FIELD_FIELD_NUMBER
public static final int FEATURE_TIME_FIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURE_TIME_FIELD_NUMBER
public static final int FEATURE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENTITY_TYPE_FIELD_NUMBER
public static final int ENTITY_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENTITY_ID_FIELD_FIELD_NUMBER
public static final int ENTITY_ID_FIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURE_SPECS_FIELD_NUMBER
public static final int FEATURE_SPECS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISABLE_ONLINE_SERVING_FIELD_NUMBER
public static final int DISABLE_ONLINE_SERVING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKER_COUNT_FIELD_NUMBER
public static final int WORKER_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISABLE_INGESTION_ANALYSIS_FIELD_NUMBER
public static final int DISABLE_INGESTION_ANALYSIS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getSourceCase
public ImportFeatureValuesRequest.SourceCase getSourceCase()
- Specified by:
getSourceCasein interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureTimeSourceCase
public ImportFeatureValuesRequest.FeatureTimeSourceCase getFeatureTimeSourceCase()
- Specified by:
getFeatureTimeSourceCasein interfaceImportFeatureValuesRequestOrBuilder
-
hasAvroSource
public boolean hasAvroSource()
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;- Specified by:
hasAvroSourcein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- Whether the avroSource field is set.
-
getAvroSource
public AvroSource getAvroSource()
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;- Specified by:
getAvroSourcein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The avroSource.
-
getAvroSourceOrBuilder
public AvroSourceOrBuilder getAvroSourceOrBuilder()
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;- Specified by:
getAvroSourceOrBuilderin interfaceImportFeatureValuesRequestOrBuilder
-
hasBigquerySource
public boolean hasBigquerySource()
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;- Specified by:
hasBigquerySourcein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- Whether the bigquerySource field is set.
-
getBigquerySource
public BigQuerySource getBigquerySource()
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;- Specified by:
getBigquerySourcein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The bigquerySource.
-
getBigquerySourceOrBuilder
public BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;- Specified by:
getBigquerySourceOrBuilderin interfaceImportFeatureValuesRequestOrBuilder
-
hasCsvSource
public boolean hasCsvSource()
.google.cloud.aiplatform.v1.CsvSource csv_source = 4;- Specified by:
hasCsvSourcein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- Whether the csvSource field is set.
-
getCsvSource
public CsvSource getCsvSource()
.google.cloud.aiplatform.v1.CsvSource csv_source = 4;- Specified by:
getCsvSourcein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The csvSource.
-
getCsvSourceOrBuilder
public CsvSourceOrBuilder getCsvSourceOrBuilder()
.google.cloud.aiplatform.v1.CsvSource csv_source = 4;- Specified by:
getCsvSourceOrBuilderin interfaceImportFeatureValuesRequestOrBuilder
-
hasFeatureTimeField
public boolean hasFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;- Specified by:
hasFeatureTimeFieldin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- Whether the featureTimeField field is set.
-
getFeatureTimeField
public String getFeatureTimeField()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;- Specified by:
getFeatureTimeFieldin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The featureTimeField.
-
getFeatureTimeFieldBytes
public com.google.protobuf.ByteString getFeatureTimeFieldBytes()
Source column that holds the Feature timestamp for all Feature values in each entity.
string feature_time_field = 6;- Specified by:
getFeatureTimeFieldBytesin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The bytes for featureTimeField.
-
hasFeatureTime
public boolean hasFeatureTime()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;- Specified by:
hasFeatureTimein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- Whether the featureTime field is set.
-
getFeatureTime
public com.google.protobuf.Timestamp getFeatureTime()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;- Specified by:
getFeatureTimein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The featureTime.
-
getFeatureTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getFeatureTimeOrBuilder()
Single Feature timestamp for all entities being imported. The timestamp must not have higher than millisecond precision.
.google.protobuf.Timestamp feature_time = 7;- Specified by:
getFeatureTimeOrBuilderin interfaceImportFeatureValuesRequestOrBuilder
-
getEntityType
public String getEntityType()
Required. The resource name of the EntityType grouping the Features for which values are being imported. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getEntityTypein interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The entityType.
-
getEntityTypeBytes
public com.google.protobuf.ByteString getEntityTypeBytes()
Required. The resource name of the EntityType grouping the Features for which values are being imported. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getEntityTypeBytesin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The bytes for entityType.
-
getEntityIdField
public String getEntityIdField()
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
string entity_id_field = 5;- Specified by:
getEntityIdFieldin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The entityIdField.
-
getEntityIdFieldBytes
public com.google.protobuf.ByteString getEntityIdFieldBytes()
Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
string entity_id_field = 5;- Specified by:
getEntityIdFieldBytesin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The bytes for entityIdField.
-
getFeatureSpecsList
public List<ImportFeatureValuesRequest.FeatureSpec> getFeatureSpecsList()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getFeatureSpecsListin interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureSpecsOrBuilderList
public List<? extends ImportFeatureValuesRequest.FeatureSpecOrBuilder> getFeatureSpecsOrBuilderList()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getFeatureSpecsOrBuilderListin interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureSpecsCount
public int getFeatureSpecsCount()
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getFeatureSpecsCountin interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureSpecs
public ImportFeatureValuesRequest.FeatureSpec getFeatureSpecs(int index)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getFeatureSpecsin interfaceImportFeatureValuesRequestOrBuilder
-
getFeatureSpecsOrBuilder
public ImportFeatureValuesRequest.FeatureSpecOrBuilder getFeatureSpecsOrBuilder(int index)
Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
repeated .google.cloud.aiplatform.v1.ImportFeatureValuesRequest.FeatureSpec feature_specs = 8 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getFeatureSpecsOrBuilderin interfaceImportFeatureValuesRequestOrBuilder
-
getDisableOnlineServing
public boolean getDisableOnlineServing()
If set, data will not be imported for online serving. This is typically used for backfilling, where Feature generation timestamps are not in the timestamp range needed for online serving.
bool disable_online_serving = 9;- Specified by:
getDisableOnlineServingin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The disableOnlineServing.
-
getWorkerCount
public int getWorkerCount()
Specifies the number of workers that are used to write data to the Featurestore. Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.
int32 worker_count = 11;- Specified by:
getWorkerCountin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The workerCount.
-
getDisableIngestionAnalysis
public boolean getDisableIngestionAnalysis()
If true, API doesn't start ingestion analysis pipeline.
bool disable_ingestion_analysis = 12;- Specified by:
getDisableIngestionAnalysisin interfaceImportFeatureValuesRequestOrBuilder- Returns:
- The disableIngestionAnalysis.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ImportFeatureValuesRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ImportFeatureValuesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ImportFeatureValuesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ImportFeatureValuesRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ImportFeatureValuesRequest.Builder newBuilder()
-
newBuilder
public static ImportFeatureValuesRequest.Builder newBuilder(ImportFeatureValuesRequest prototype)
-
toBuilder
public ImportFeatureValuesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ImportFeatureValuesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ImportFeatureValuesRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ImportFeatureValuesRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<ImportFeatureValuesRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ImportFeatureValuesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-