Class SearchFeaturesResponse.Builder (3.44.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

Static 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
Overrides

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
Overrides

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
Overrides

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
Overrides

clone()

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

getDefaultInstanceForType()

public SearchFeaturesResponse getDefaultInstanceForType()
Returns
Type Description
SearchFeaturesResponse

getDescriptorForType()

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

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

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
Overrides

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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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