Class BatchCreateFeaturesResponse.Builder (3.44.0)

public static final class BatchCreateFeaturesResponse.Builder extends GeneratedMessageV3.Builder<BatchCreateFeaturesResponse.Builder> implements BatchCreateFeaturesResponseOrBuilder

Response message for FeaturestoreService.BatchCreateFeatures.

Protobuf type google.cloud.aiplatform.v1.BatchCreateFeaturesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFeatures(Iterable<? extends Feature> values)

public BatchCreateFeaturesResponse.Builder addAllFeatures(Iterable<? extends Feature> values)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1.Feature>
Returns
Type Description
BatchCreateFeaturesResponse.Builder

addFeatures(Feature value)

public BatchCreateFeaturesResponse.Builder addFeatures(Feature value)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
value Feature
Returns
Type Description
BatchCreateFeaturesResponse.Builder

addFeatures(Feature.Builder builderForValue)

public BatchCreateFeaturesResponse.Builder addFeatures(Feature.Builder builderForValue)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
builderForValue Feature.Builder
Returns
Type Description
BatchCreateFeaturesResponse.Builder

addFeatures(int index, Feature value)

public BatchCreateFeaturesResponse.Builder addFeatures(int index, Feature value)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameters
Name Description
index int
value Feature
Returns
Type Description
BatchCreateFeaturesResponse.Builder

addFeatures(int index, Feature.Builder builderForValue)

public BatchCreateFeaturesResponse.Builder addFeatures(int index, Feature.Builder builderForValue)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameters
Name Description
index int
builderForValue Feature.Builder
Returns
Type Description
BatchCreateFeaturesResponse.Builder

addFeaturesBuilder()

public Feature.Builder addFeaturesBuilder()

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Returns
Type Description
Feature.Builder

addFeaturesBuilder(int index)

public Feature.Builder addFeaturesBuilder(int index)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
index int
Returns
Type Description
Feature.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateFeaturesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

build()

public BatchCreateFeaturesResponse build()
Returns
Type Description
BatchCreateFeaturesResponse

buildPartial()

public BatchCreateFeaturesResponse buildPartial()
Returns
Type Description
BatchCreateFeaturesResponse

clear()

public BatchCreateFeaturesResponse.Builder clear()
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

clearFeatures()

public BatchCreateFeaturesResponse.Builder clearFeatures()

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Returns
Type Description
BatchCreateFeaturesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public BatchCreateFeaturesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchCreateFeaturesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

clone()

public BatchCreateFeaturesResponse.Builder clone()
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

getDefaultInstanceForType()

public BatchCreateFeaturesResponse getDefaultInstanceForType()
Returns
Type Description
BatchCreateFeaturesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFeatures(int index)

public Feature getFeatures(int index)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
index int
Returns
Type Description
Feature

getFeaturesBuilder(int index)

public Feature.Builder getFeaturesBuilder(int index)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
index int
Returns
Type Description
Feature.Builder

getFeaturesBuilderList()

public List<Feature.Builder> getFeaturesBuilderList()

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Returns
Type Description
List<Builder>

getFeaturesCount()

public int getFeaturesCount()

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Returns
Type Description
int

getFeaturesList()

public List<Feature> getFeaturesList()

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Returns
Type Description
List<Feature>

getFeaturesOrBuilder(int index)

public FeatureOrBuilder getFeaturesOrBuilder(int index)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
index int
Returns
Type Description
FeatureOrBuilder

getFeaturesOrBuilderList()

public List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.FeatureOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchCreateFeaturesResponse other)

public BatchCreateFeaturesResponse.Builder mergeFrom(BatchCreateFeaturesResponse other)
Parameter
Name Description
other BatchCreateFeaturesResponse
Returns
Type Description
BatchCreateFeaturesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchCreateFeaturesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BatchCreateFeaturesResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateFeaturesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

removeFeatures(int index)

public BatchCreateFeaturesResponse.Builder removeFeatures(int index)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameter
Name Description
index int
Returns
Type Description
BatchCreateFeaturesResponse.Builder

setFeatures(int index, Feature value)

public BatchCreateFeaturesResponse.Builder setFeatures(int index, Feature value)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameters
Name Description
index int
value Feature
Returns
Type Description
BatchCreateFeaturesResponse.Builder

setFeatures(int index, Feature.Builder builderForValue)

public BatchCreateFeaturesResponse.Builder setFeatures(int index, Feature.Builder builderForValue)

The Features created.

repeated .google.cloud.aiplatform.v1.Feature features = 1;

Parameters
Name Description
index int
builderForValue Feature.Builder
Returns
Type Description
BatchCreateFeaturesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateFeaturesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchCreateFeaturesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateFeaturesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BatchCreateFeaturesResponse.Builder
Overrides