public sealed class ListBindingsResponse : IPageResponse<Binding>, IEnumerable<Binding>, IEnumerable, IMessage<ListBindingsResponse>, IEquatable<ListBindingsResponse>, IDeepCloneable<ListBindingsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class ListBindingsResponse.
Message for response to listing Bindings
Implements
IPageResponseBinding, IEnumerableBinding, IEnumerable, IMessageListBindingsResponse, IEquatableListBindingsResponse, IDeepCloneableListBindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
ListBindingsResponse()
public ListBindingsResponse()ListBindingsResponse(ListBindingsResponse)
public ListBindingsResponse(ListBindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBindingsResponse |
Properties
Bindings
public RepeatedField<Binding> Bindings { get; }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}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBinding |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListBindingsRequest.page_token].
| 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 |
|