- 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 BatchCreateFeaturesResponse.Builder extends GeneratedMessageV3.Builder<BatchCreateFeaturesResponse.Builder> implements BatchCreateFeaturesResponseOrBuilder
Response message for FeaturestoreService.BatchCreateFeatures.
Protobuf type google.cloud.aiplatform.v1.BatchCreateFeaturesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchCreateFeaturesResponse.BuilderImplements
BatchCreateFeaturesResponseOrBuilderStatic 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 |
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 |
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 |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateFeaturesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
BatchCreateFeaturesResponse.Builder |
clone()
public BatchCreateFeaturesResponse.Builder clone()
Returns | |
---|---|
Type | Description |
BatchCreateFeaturesResponse.Builder |
getDefaultInstanceForType()
public BatchCreateFeaturesResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BatchCreateFeaturesResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public BatchCreateFeaturesResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
BatchCreateFeaturesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateFeaturesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BatchCreateFeaturesResponse.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateFeaturesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BatchCreateFeaturesResponse.Builder |