Cloud Resource Manager v3 API - Class ListTagBindingsRequest (2.4.0)

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

Reference documentation and code samples for the Cloud Resource Manager v3 API class ListTagBindingsRequest.

The request message to list all TagBindings for a parent.

Inheritance

object > ListTagBindingsRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

ListTagBindingsRequest()

public ListTagBindingsRequest()

ListTagBindingsRequest(ListTagBindingsRequest)

public ListTagBindingsRequest(ListTagBindingsRequest other)
Parameter
NameDescription
otherListTagBindingsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of TagBindings to return in the response. The server allows a maximum of 300 TagBindings to return. If unspecified, the server will use 100 as the default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A pagination token returned from a previous call to ListTagBindings that indicates where this listing should continue from.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The full resource name of a resource for which you want to list existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123"

Property Value
TypeDescription
string

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName