public interface ListConstraintsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConstraints(int index)
public abstract Constraint getConstraints(int index)The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
| Name | Description |
| index | int |
| Type | Description |
| Constraint |
getConstraintsCount()
public abstract int getConstraintsCount()The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
| Type | Description |
| int |
getConstraintsList()
public abstract List<Constraint> getConstraintsList()The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
| Type | Description |
| List<Constraint> |
getConstraintsOrBuilder(int index)
public abstract ConstraintOrBuilder getConstraintsOrBuilder(int index)The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
| Name | Description |
| index | int |
| Type | Description |
| ConstraintOrBuilder |
getConstraintsOrBuilderList()
public abstract List<? extends ConstraintOrBuilder> getConstraintsOrBuilderList()The collection of constraints that are available on the targeted resource.
repeated .google.cloud.orgpolicy.v2.Constraint constraints = 1;
| Type | Description |
| List<? extends com.google.cloud.orgpolicy.v2.ConstraintOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()Page token used to retrieve the next page. This is currently not used.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Page token used to retrieve the next page. This is currently not used.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |