public interface ListPoliciesRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Size of the pages to be returned.
|
String |
getPageToken()
Page token used to retrieve the next page.
|
ByteString |
getPageTokenBytes()
Page token used to retrieve the next page.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getParent()
Required. The target Cloud resource that parents the set of constraints and policies
that will be returned from this call. Must be in one of the following
forms:
* `projects/{project_number}`
* `projects/{project_id}`
* `folders/{folder_id}`
* `organizations/{organization_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The target Cloud resource that parents the set of constraints and policies
that will be returned from this call. Must be in one of the following
forms:
* `projects/{project_number}`
* `projects/{project_id}`
* `folders/{folder_id}`
* `organizations/{organization_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.
int32 page_size = 2;String getPageToken()
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
string page_token = 3;ByteString getPageTokenBytes()
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
string page_token = 3;Copyright © 2021 Google LLC. All rights reserved.