Package com.google.cloud.aiplatform.v1
Class ImportFeatureValuesResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
com.google.cloud.aiplatform.v1.ImportFeatureValuesResponse.Builder
- All Implemented Interfaces:
ImportFeatureValuesResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ImportFeatureValuesResponse
public static final class ImportFeatureValuesResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
implements ImportFeatureValuesResponseOrBuilder
Response message for [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ImportFeatureValues].Protobuf type
google.cloud.aiplatform.v1.ImportFeatureValuesResponse-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Number of entities that have been imported by the operation.Number of Feature values that have been imported by the operation.The number of rows in input source that weren't imported due to either * Not having any featureValuesThe number rows that weren't ingested due to having feature timestamps outside the retention boundary.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorlongNumber of entities that have been imported by the operation.longNumber of Feature values that have been imported by the operation.longThe number of rows in input source that weren't imported due to either * Not having any featureValueslongThe number rows that weren't ingested due to having feature timestamps outside the retention boundary.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) setImportedEntityCount(long value) Number of entities that have been imported by the operation.setImportedFeatureValueCount(long value) Number of Feature values that have been imported by the operation.setInvalidRowCount(long value) The number of rows in input source that weren't imported due to either * Not having any featureValuessetTimestampOutsideRetentionRowsCount(long value) The number rows that weren't ingested due to having feature timestamps outside the retention boundary.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
-
mergeFrom
public ImportFeatureValuesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesResponse.Builder>- Throws:
IOException
-
getImportedEntityCount
public long getImportedEntityCount()Number of entities that have been imported by the operation.
int64 imported_entity_count = 1;- Specified by:
getImportedEntityCountin interfaceImportFeatureValuesResponseOrBuilder- Returns:
- The importedEntityCount.
-
setImportedEntityCount
Number of entities that have been imported by the operation.
int64 imported_entity_count = 1;- Parameters:
value- The importedEntityCount to set.- Returns:
- This builder for chaining.
-
clearImportedEntityCount
Number of entities that have been imported by the operation.
int64 imported_entity_count = 1;- Returns:
- This builder for chaining.
-
getImportedFeatureValueCount
public long getImportedFeatureValueCount()Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 2;- Specified by:
getImportedFeatureValueCountin interfaceImportFeatureValuesResponseOrBuilder- Returns:
- The importedFeatureValueCount.
-
setImportedFeatureValueCount
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 2;- Parameters:
value- The importedFeatureValueCount to set.- Returns:
- This builder for chaining.
-
clearImportedFeatureValueCount
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 2;- Returns:
- This builder for chaining.
-
getInvalidRowCount
public long getInvalidRowCount()The number of rows in input source that weren't imported due to either * Not having any featureValues. * Having a null entityId. * Having a null timestamp. * Not being parsable (applicable for CSV sources).
int64 invalid_row_count = 6;- Specified by:
getInvalidRowCountin interfaceImportFeatureValuesResponseOrBuilder- Returns:
- The invalidRowCount.
-
setInvalidRowCount
The number of rows in input source that weren't imported due to either * Not having any featureValues. * Having a null entityId. * Having a null timestamp. * Not being parsable (applicable for CSV sources).
int64 invalid_row_count = 6;- Parameters:
value- The invalidRowCount to set.- Returns:
- This builder for chaining.
-
clearInvalidRowCount
The number of rows in input source that weren't imported due to either * Not having any featureValues. * Having a null entityId. * Having a null timestamp. * Not being parsable (applicable for CSV sources).
int64 invalid_row_count = 6;- Returns:
- This builder for chaining.
-
getTimestampOutsideRetentionRowsCount
public long getTimestampOutsideRetentionRowsCount()The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 4;- Specified by:
getTimestampOutsideRetentionRowsCountin interfaceImportFeatureValuesResponseOrBuilder- Returns:
- The timestampOutsideRetentionRowsCount.
-
setTimestampOutsideRetentionRowsCount
The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 4;- Parameters:
value- The timestampOutsideRetentionRowsCount to set.- Returns:
- This builder for chaining.
-
clearTimestampOutsideRetentionRowsCount
The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 4;- Returns:
- This builder for chaining.
-