public sealed class FetchAvailableBindingsResponse : IPageResponse<Binding>, IEnumerable<Binding>, IEnumerable, IMessage<FetchAvailableBindingsResponse>, IEquatable<FetchAvailableBindingsResponse>, IDeepCloneable<FetchAvailableBindingsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class FetchAvailableBindingsResponse.
Message for response to fetching available Bindings.
Implements
IPageResponseBinding, IEnumerableBinding, IEnumerable, IMessageFetchAvailableBindingsResponse, IEquatableFetchAvailableBindingsResponse, IDeepCloneableFetchAvailableBindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
FetchAvailableBindingsResponse()
public FetchAvailableBindingsResponse()FetchAvailableBindingsResponse(FetchAvailableBindingsResponse)
public FetchAvailableBindingsResponse(FetchAvailableBindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchAvailableBindingsResponse |
Properties
Bindings
public RepeatedField<Binding> Bindings { get; }The list of Bindings.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBinding |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Binding> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBinding |
|