public interface ListConstraintsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Constraint |
getConstraints(int index)
The collection of constraints that are available on the targeted resource.
|
int |
getConstraintsCount()
The collection of constraints that are available on the targeted resource.
|
List<Constraint> |
getConstraintsList()
The collection of constraints that are available on the targeted resource.
|
ConstraintOrBuilder |
getConstraintsOrBuilder(int index)
The collection of constraints that are available on the targeted resource.
|
List<? extends ConstraintOrBuilder> |
getConstraintsOrBuilderList()
The collection of constraints that are available on the targeted resource.
|
String |
getNextPageToken()
Page token used to retrieve the next page.
|
ByteString |
getNextPageTokenBytes()
Page token used to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Constraint> getConstraintsList()
The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
Constraint getConstraints(int index)
The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
int getConstraintsCount()
The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
List<? extends ConstraintOrBuilder> getConstraintsOrBuilderList()
The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
ConstraintOrBuilder getConstraintsOrBuilder(int index)
The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
String getNextPageToken()
Page token used to retrieve the next page. This is currently not used.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Page token used to retrieve the next page. This is currently not used.
string next_page_token = 2;
Copyright © 2021 Google LLC. All rights reserved.