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

public sealed class ListBindingsRequest : IPageRequest, IMessage<ListBindingsRequest>, IEquatable<ListBindingsRequest>, IDeepCloneable<ListBindingsRequest>, IBufferMessage, IMessage

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

Message for requesting a list of Bindings.

Inheritance

object > ListBindingsRequest

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

Google.Cloud.AgentRegistry.V1.dll

Constructors

ListBindingsRequest()

public ListBindingsRequest()

ListBindingsRequest(ListBindingsRequest)

public ListBindingsRequest(ListBindingsRequest other)
Parameter
Name Description
other ListBindingsRequest

Properties

Filter

public string Filter { get; set; }

Optional. A query string used to filter the list of bindings returned. The filter expression must follow AIP-160 syntax.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. Page size is 500 if unspecified and is capped at 500 even if a larger value is given.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location to list bindings in. Expected format: projects/{project}/locations/{location}.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName