public sealed class ListMembershipRBACRoleBindingsRequest : IPageRequest, IMessage<ListMembershipRBACRoleBindingsRequest>, IEquatable<ListMembershipRBACRoleBindingsRequest>, IDeepCloneable<ListMembershipRBACRoleBindingsRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListMembershipRBACRoleBindingsRequest.
Request to list Membership RBACRoleBindings.
Implements
IPageRequest, IMessageListMembershipRBACRoleBindingsRequest, IEquatableListMembershipRBACRoleBindingsRequest, IDeepCloneableListMembershipRBACRoleBindingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListMembershipRBACRoleBindingsRequest()
public ListMembershipRBACRoleBindingsRequest()ListMembershipRBACRoleBindingsRequest(ListMembershipRBACRoleBindingsRequest)
public ListMembershipRBACRoleBindingsRequest(ListMembershipRBACRoleBindingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMembershipRBACRoleBindingsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. When requesting a 'page' of resources, page_size specifies
number of resources to return. If unspecified or set to 0, all resources
will be returned.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. Token returned by previous call to
ListMembershipRBACRoleBindings which specifies the position in the list
from where to continue listing the resources.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent (project and location) where the Features will be
listed. Specified in the format projects/*/locations/*/memberships/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsMembershipName
public MembershipName ParentAsMembershipName { get; set; }MembershipName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
MembershipName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|
ParentAsScopeName
public ScopeName ParentAsScopeName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ScopeName |
|