- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class ImportFeatureValuesOperationMetadata.Builder extends GeneratedMessageV3.Builder<ImportFeatureValuesOperationMetadata.Builder> implements ImportFeatureValuesOperationMetadataOrBuilder
Details of operations that perform import Feature values.
Protobuf type google.cloud.aiplatform.v1beta1.ImportFeatureValuesOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImportFeatureValuesOperationMetadata.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllBlockingOperationIds(Iterable<? extends Long> values)
public ImportFeatureValuesOperationMetadata.Builder addAllBlockingOperationIds(Iterable<? extends Long> values)
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends java.lang.Long> The blockingOperationIds to add. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
addAllSourceUris(Iterable<String> values)
public ImportFeatureValuesOperationMetadata.Builder addAllSourceUris(Iterable<String> values)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The sourceUris to add. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
addBlockingOperationIds(long value)
public ImportFeatureValuesOperationMetadata.Builder addBlockingOperationIds(long value)
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Parameter | |
---|---|
Name | Description |
value |
long The blockingOperationIds to add. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportFeatureValuesOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
addSourceUris(String value)
public ImportFeatureValuesOperationMetadata.Builder addSourceUris(String value)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameter | |
---|---|
Name | Description |
value |
String The sourceUris to add. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
addSourceUrisBytes(ByteString value)
public ImportFeatureValuesOperationMetadata.Builder addSourceUrisBytes(ByteString value)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the sourceUris to add. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
build()
public ImportFeatureValuesOperationMetadata build()
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata |
buildPartial()
public ImportFeatureValuesOperationMetadata buildPartial()
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata |
clear()
public ImportFeatureValuesOperationMetadata.Builder clear()
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
clearBlockingOperationIds()
public ImportFeatureValuesOperationMetadata.Builder clearBlockingOperationIds()
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ImportFeatureValuesOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
clearGenericMetadata()
public ImportFeatureValuesOperationMetadata.Builder clearGenericMetadata()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
clearImportedEntityCount()
public ImportFeatureValuesOperationMetadata.Builder clearImportedEntityCount()
Number of entities that have been imported by the operation.
int64 imported_entity_count = 2;
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
clearImportedFeatureValueCount()
public ImportFeatureValuesOperationMetadata.Builder clearImportedFeatureValueCount()
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 3;
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
clearInvalidRowCount()
public ImportFeatureValuesOperationMetadata.Builder 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 | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportFeatureValuesOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
clearSourceUris()
public ImportFeatureValuesOperationMetadata.Builder clearSourceUris()
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
clearTimestampOutsideRetentionRowsCount()
public ImportFeatureValuesOperationMetadata.Builder clearTimestampOutsideRetentionRowsCount()
The number rows that weren't ingested due to having timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 7;
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
clone()
public ImportFeatureValuesOperationMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
getBlockingOperationIds(int index)
public long getBlockingOperationIds(int index)
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
long |
The blockingOperationIds at the given index. |
getBlockingOperationIdsCount()
public int getBlockingOperationIdsCount()
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Returns | |
---|---|
Type | Description |
int |
The count of blockingOperationIds. |
getBlockingOperationIdsList()
public List<Long> getBlockingOperationIdsList()
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Returns | |
---|---|
Type | Description |
List<Long> |
A list containing the blockingOperationIds. |
getDefaultInstanceForType()
public ImportFeatureValuesOperationMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getGenericMetadata()
public GenericOperationMetadata getGenericMetadata()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataBuilder()
public GenericOperationMetadata.Builder getGenericMetadataBuilder()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadata.Builder |
getGenericMetadataOrBuilder()
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadataOrBuilder |
getImportedEntityCount()
public long getImportedEntityCount()
Number of entities that have been imported by the operation.
int64 imported_entity_count = 2;
Returns | |
---|---|
Type | Description |
long |
The importedEntityCount. |
getImportedFeatureValueCount()
public long getImportedFeatureValueCount()
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 3;
Returns | |
---|---|
Type | Description |
long |
The importedFeatureValueCount. |
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;
Returns | |
---|---|
Type | Description |
long |
The invalidRowCount. |
getSourceUris(int index)
public String getSourceUris(int index)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The sourceUris at the given index. |
getSourceUrisBytes(int index)
public ByteString getSourceUrisBytes(int index)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the sourceUris at the given index. |
getSourceUrisCount()
public int getSourceUrisCount()
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Returns | |
---|---|
Type | Description |
int |
The count of sourceUris. |
getSourceUrisList()
public ProtocolStringList getSourceUrisList()
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the sourceUris. |
getTimestampOutsideRetentionRowsCount()
public long getTimestampOutsideRetentionRowsCount()
The number rows that weren't ingested due to having timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 7;
Returns | |
---|---|
Type | Description |
long |
The timestampOutsideRetentionRowsCount. |
hasGenericMetadata()
public boolean hasGenericMetadata()
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the genericMetadata field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ImportFeatureValuesOperationMetadata other)
public ImportFeatureValuesOperationMetadata.Builder mergeFrom(ImportFeatureValuesOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ImportFeatureValuesOperationMetadata |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportFeatureValuesOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ImportFeatureValuesOperationMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
mergeGenericMetadata(GenericOperationMetadata value)
public ImportFeatureValuesOperationMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Parameter | |
---|---|
Name | Description |
value |
GenericOperationMetadata |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportFeatureValuesOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
setBlockingOperationIds(int index, long value)
public ImportFeatureValuesOperationMetadata.Builder setBlockingOperationIds(int index, long value)
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
repeated int64 blocking_operation_ids = 8;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
long The blockingOperationIds to set. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ImportFeatureValuesOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
setGenericMetadata(GenericOperationMetadata value)
public ImportFeatureValuesOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata value)
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Parameter | |
---|---|
Name | Description |
value |
GenericOperationMetadata |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
public ImportFeatureValuesOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
Operation metadata for Featurestore import Feature values.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
GenericOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
setImportedEntityCount(long value)
public ImportFeatureValuesOperationMetadata.Builder setImportedEntityCount(long value)
Number of entities that have been imported by the operation.
int64 imported_entity_count = 2;
Parameter | |
---|---|
Name | Description |
value |
long The importedEntityCount to set. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
setImportedFeatureValueCount(long value)
public ImportFeatureValuesOperationMetadata.Builder setImportedFeatureValueCount(long value)
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 3;
Parameter | |
---|---|
Name | Description |
value |
long The importedFeatureValueCount to set. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
setInvalidRowCount(long value)
public ImportFeatureValuesOperationMetadata.Builder setInvalidRowCount(long value)
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;
Parameter | |
---|---|
Name | Description |
value |
long The invalidRowCount to set. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportFeatureValuesOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
setSourceUris(int index, String value)
public ImportFeatureValuesOperationMetadata.Builder setSourceUris(int index, String value)
The source URI from where Feature values are imported.
repeated string source_uris = 4;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The sourceUris to set. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
setTimestampOutsideRetentionRowsCount(long value)
public ImportFeatureValuesOperationMetadata.Builder setTimestampOutsideRetentionRowsCount(long value)
The number rows that weren't ingested due to having timestamps outside the retention boundary.
int64 timestamp_outside_retention_rows_count = 7;
Parameter | |
---|---|
Name | Description |
value |
long The timestampOutsideRetentionRowsCount to set. |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportFeatureValuesOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ImportFeatureValuesOperationMetadata.Builder |