Interface ListServicesResponseOrBuilder (0.2.0)

public interface ListServicesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token identifying a page of results the server should return. Used in page_token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return. Used in page_token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getServices(int index)

public abstract Service getServices(int index)

The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

repeated .google.cloud.agentregistry.v1.Service services = 1;

Parameter
Name Description
index int
Returns
Type Description
Service

getServicesCount()

public abstract int getServicesCount()

The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

repeated .google.cloud.agentregistry.v1.Service services = 1;

Returns
Type Description
int

getServicesList()

public abstract List<Service> getServicesList()

The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

repeated .google.cloud.agentregistry.v1.Service services = 1;

Returns
Type Description
List<Service>

getServicesOrBuilder(int index)

public abstract ServiceOrBuilder getServicesOrBuilder(int index)

The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

repeated .google.cloud.agentregistry.v1.Service services = 1;

Parameter
Name Description
index int
Returns
Type Description
ServiceOrBuilder

getServicesOrBuilderList()

public abstract List<? extends ServiceOrBuilder> getServicesOrBuilderList()

The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

repeated .google.cloud.agentregistry.v1.Service services = 1;

Returns
Type Description
List<? extends com.google.cloud.agentregistry.v1.ServiceOrBuilder>