Agent Registry v1 API - Class ListBindingsResponse (1.0.0-beta01)

public sealed class ListBindingsResponse : IPageResponse<Binding>, IEnumerable<Binding>, IEnumerable, IMessage<ListBindingsResponse>, IEquatable<ListBindingsResponse>, IDeepCloneable<ListBindingsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Agent Registry v1 API class ListBindingsResponse.

Message for response to listing Bindings

Inheritance

object > ListBindingsResponse

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

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