public interface ListCustomConstraintsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomConstraint |
getCustomConstraints(int index)
All custom constraints that exist on the organization resource.
|
int |
getCustomConstraintsCount()
All custom constraints that exist on the organization resource.
|
List<CustomConstraint> |
getCustomConstraintsList()
All custom constraints that exist on the organization resource.
|
CustomConstraintOrBuilder |
getCustomConstraintsOrBuilder(int index)
All custom constraints that exist on the organization resource.
|
List<? extends CustomConstraintOrBuilder> |
getCustomConstraintsOrBuilderList()
All custom constraints that exist on the organization resource.
|
String |
getNextPageToken()
Page token used to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Page token used to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CustomConstraint> getCustomConstraintsList()
All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;CustomConstraint getCustomConstraints(int index)
All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;int getCustomConstraintsCount()
All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;List<? extends CustomConstraintOrBuilder> getCustomConstraintsOrBuilderList()
All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;CustomConstraintOrBuilder getCustomConstraintsOrBuilder(int index)
All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;String getNextPageToken()
Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.