- 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 SearchFeaturesResponse.Builder extends GeneratedMessageV3.Builder<SearchFeaturesResponse.Builder> implements SearchFeaturesResponseOrBuilder
Response message for FeaturestoreService.SearchFeatures.
Protobuf type google.cloud.aiplatform.v1.SearchFeaturesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchFeaturesResponse.BuilderImplements
SearchFeaturesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllFeatures(Iterable<? extends Feature> values)
public SearchFeaturesResponse.Builder addAllFeatures(Iterable<? extends Feature> values)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.Feature> |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
addFeatures(Feature value)
public SearchFeaturesResponse.Builder addFeatures(Feature value)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameter | |
---|---|
Name | Description |
value | Feature |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
addFeatures(Feature.Builder builderForValue)
public SearchFeaturesResponse.Builder addFeatures(Feature.Builder builderForValue)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | Feature.Builder |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
addFeatures(int index, Feature value)
public SearchFeaturesResponse.Builder addFeatures(int index, Feature value)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | Feature |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
addFeatures(int index, Feature.Builder builderForValue)
public SearchFeaturesResponse.Builder addFeatures(int index, Feature.Builder builderForValue)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | Feature.Builder |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
addFeaturesBuilder()
public Feature.Builder addFeaturesBuilder()
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
Feature.Builder |
addFeaturesBuilder(int index)
public Feature.Builder addFeaturesBuilder(int index)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
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 SearchFeaturesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
build()
public SearchFeaturesResponse build()
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse |
buildPartial()
public SearchFeaturesResponse buildPartial()
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse |
clear()
public SearchFeaturesResponse.Builder clear()
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
clearFeatures()
public SearchFeaturesResponse.Builder clearFeatures()
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public SearchFeaturesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
clearNextPageToken()
public SearchFeaturesResponse.Builder clearNextPageToken()
A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchFeaturesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
clone()
public SearchFeaturesResponse.Builder clone()
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
getDefaultInstanceForType()
public SearchFeaturesResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFeatures(int index)
public Feature getFeatures(int index)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
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 matching the request.
Fields returned:
name
description
labels
create_time
update_time
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 matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getFeaturesCount()
public int getFeaturesCount()
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
int |
getFeaturesList()
public List<Feature> getFeaturesList()
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
List<Feature> |
getFeaturesOrBuilder(int index)
public FeatureOrBuilder getFeaturesOrBuilder(int index)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
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 matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.FeatureOrBuilder> |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SearchFeaturesResponse other)
public SearchFeaturesResponse.Builder mergeFrom(SearchFeaturesResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchFeaturesResponse |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchFeaturesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SearchFeaturesResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchFeaturesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
removeFeatures(int index)
public SearchFeaturesResponse.Builder removeFeatures(int index)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
setFeatures(int index, Feature value)
public SearchFeaturesResponse.Builder setFeatures(int index, Feature value)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | Feature |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
setFeatures(int index, Feature.Builder builderForValue)
public SearchFeaturesResponse.Builder setFeatures(int index, Feature.Builder builderForValue)
The Features matching the request.
Fields returned:
name
description
labels
create_time
update_time
repeated .google.cloud.aiplatform.v1.Feature features = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | Feature.Builder |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchFeaturesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
setNextPageToken(String value)
public SearchFeaturesResponse.Builder setNextPageToken(String value)
A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value | String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public SearchFeaturesResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchFeaturesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchFeaturesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse.Builder |