public sealed class ListMembershipBindingsRequest : IPageRequest, IMessage<ListMembershipBindingsRequest>, IEquatable<ListMembershipBindingsRequest>, IDeepCloneable<ListMembershipBindingsRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListMembershipBindingsRequest.
Request to list MembershipBinding.
Implements
IPageRequest, IMessageListMembershipBindingsRequest, IEquatableListMembershipBindingsRequest, IDeepCloneableListMembershipBindingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListMembershipBindingsRequest()
public ListMembershipBindingsRequest()ListMembershipBindingsRequest(ListMembershipBindingsRequest)
public ListMembershipBindingsRequest(ListMembershipBindingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMembershipBindingsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Lists MembershipBindings that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 ListMembershipBindings 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 Membership for which the MembershipBindings 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 |
|