public sealed class ListPermittedScopesRequest : IPageRequest, IMessage<ListPermittedScopesRequest>, IEquatable<ListPermittedScopesRequest>, IDeepCloneable<ListPermittedScopesRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListPermittedScopesRequest.
Request to list permitted Scopes.
Implements
IPageRequest, IMessageListPermittedScopesRequest, IEquatableListPermittedScopesRequest, IDeepCloneableListPermittedScopesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListPermittedScopesRequest()
public ListPermittedScopesRequest()ListPermittedScopesRequest(ListPermittedScopesRequest)
public ListPermittedScopesRequest(ListPermittedScopesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPermittedScopesRequest |
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 ListPermittedScopes 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 Scope will be listed.
Specified in the format projects/*/locations/*.
| 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 |
|