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

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

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

Message for response to fetching available Bindings.

Inheritance

object > FetchAvailableBindingsResponse

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

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