Interface SearchFeaturesResponseOrBuilder (3.42.0)

public interface SearchFeaturesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatures(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
Feature

getFeaturesCount()

public abstract 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
TypeDescription
int

getFeaturesList()

public abstract 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
TypeDescription
List<Feature>

getFeaturesOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
FeatureOrBuilder

getFeaturesOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.FeatureOrBuilder>

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.