Interface ListBindingsResponseOrBuilder (0.2.0)

public interface ListBindingsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBindings(int index)

public abstract Binding getBindings(int index)

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

repeated .google.cloud.agentregistry.v1.Binding bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
Binding

getBindingsCount()

public abstract int getBindingsCount()

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

repeated .google.cloud.agentregistry.v1.Binding bindings = 1;

Returns
Type Description
int

getBindingsList()

public abstract List<Binding> getBindingsList()

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

repeated .google.cloud.agentregistry.v1.Binding bindings = 1;

Returns
Type Description
List<Binding>

getBindingsOrBuilder(int index)

public abstract BindingOrBuilder getBindingsOrBuilder(int index)

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

repeated .google.cloud.agentregistry.v1.Binding bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
BindingOrBuilder

getBindingsOrBuilderList()

public abstract List<? extends BindingOrBuilder> getBindingsOrBuilderList()

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

repeated .google.cloud.agentregistry.v1.Binding bindings = 1;

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

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.