Class BatchCreateFeaturesResponse.Builder (3.42.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1.Feature>
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder

addFeatures(Feature value)

public BatchCreateFeaturesResponse.Builder addFeatures(Feature value)

The Features created.

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

Parameter
NameDescription
valueFeature
Returns
TypeDescription
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
NameDescription
builderForValueFeature.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueFeature
Returns
TypeDescription
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
NameDescription
indexint
builderForValueFeature.Builder
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder

addFeaturesBuilder()

public Feature.Builder addFeaturesBuilder()

The Features created.

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

Returns
TypeDescription
Feature.Builder

addFeaturesBuilder(int index)

public Feature.Builder addFeaturesBuilder(int index)

The Features created.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Feature.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateFeaturesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

build()

public BatchCreateFeaturesResponse build()
Returns
TypeDescription
BatchCreateFeaturesResponse

buildPartial()

public BatchCreateFeaturesResponse buildPartial()
Returns
TypeDescription
BatchCreateFeaturesResponse

clear()

public BatchCreateFeaturesResponse.Builder clear()
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

clearFeatures()

public BatchCreateFeaturesResponse.Builder clearFeatures()

The Features created.

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

Returns
TypeDescription
BatchCreateFeaturesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public BatchCreateFeaturesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchCreateFeaturesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

clone()

public BatchCreateFeaturesResponse.Builder clone()
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

getDefaultInstanceForType()

public BatchCreateFeaturesResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchCreateFeaturesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFeatures(int index)

public Feature getFeatures(int index)

The Features created.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Feature

getFeaturesBuilder(int index)

public Feature.Builder getFeaturesBuilder(int index)

The Features created.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Feature.Builder

getFeaturesBuilderList()

public List<Feature.Builder> getFeaturesBuilderList()

The Features created.

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

Returns
TypeDescription
List<Builder>

getFeaturesCount()

public int getFeaturesCount()

The Features created.

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

Returns
TypeDescription
int

getFeaturesList()

public List<Feature> getFeaturesList()

The Features created.

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

Returns
TypeDescription
List<Feature>

getFeaturesOrBuilder(int index)

public FeatureOrBuilder getFeaturesOrBuilder(int index)

The Features created.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureOrBuilder

getFeaturesOrBuilderList()

public List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()

The Features created.

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

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BatchCreateFeaturesResponse other)

public BatchCreateFeaturesResponse.Builder mergeFrom(BatchCreateFeaturesResponse other)
Parameter
NameDescription
otherBatchCreateFeaturesResponse
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchCreateFeaturesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchCreateFeaturesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateFeaturesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

removeFeatures(int index)

public BatchCreateFeaturesResponse.Builder removeFeatures(int index)

The Features created.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueFeature
Returns
TypeDescription
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
NameDescription
indexint
builderForValueFeature.Builder
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateFeaturesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

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

public BatchCreateFeaturesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateFeaturesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchCreateFeaturesResponse.Builder
Overrides