public sealed class ListTagBindingsRequest : IMessage<ListTagBindingsRequest>, IEquatable<ListTagBindingsRequest>, IDeepCloneable<ListTagBindingsRequest>, IBufferMessage, IMessage, IPageRequest
The request message to list all TagBindings for a parent.
Implements
IMessage<ListTagBindingsRequest>, IEquatable<ListTagBindingsRequest>, IDeepCloneable<ListTagBindingsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
ListTagBindingsRequest()
public ListTagBindingsRequest()
ListTagBindingsRequest(ListTagBindingsRequest)
public ListTagBindingsRequest(ListTagBindingsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTagBindingsRequest |
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 | |
---|---|
Type | Description |
Int32 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |