public interface ListCustomConstraintsRequestOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Page token used to retrieve the next page.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The target Google Cloud resource that parents the set of custom
constraints that will be returned from this call. Must be in one of the
following forms:
* `organizations/{organization_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The target Google Cloud resource that parents the set of custom
constraints that will be returned from this call. Must be in one of the
following forms:
* `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;com.google.protobuf.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 © 2024 Google LLC. All rights reserved.