public interface FetchAvailableBindingsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBindings(int index)
public abstract Binding getBindings(int index)The list of Bindings.
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 Bindings.
repeated .google.cloud.agentregistry.v1.Binding bindings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBindingsList()
public abstract List<Binding> getBindingsList()The list of Bindings.
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 Bindings.
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 Bindings.
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.
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.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |