public interface AnalyzeOrgPolicyGovernedContainersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConstraint()
public abstract AnalyzerOrgPolicyConstraint getConstraint()The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
| Returns | |
|---|---|
| Type | Description |
AnalyzerOrgPolicyConstraint |
The constraint. |
getConstraintOrBuilder()
public abstract AnalyzerOrgPolicyConstraintOrBuilder getConstraintOrBuilder()The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
| Returns | |
|---|---|
| Type | Description |
AnalyzerOrgPolicyConstraintOrBuilder |
|
getGovernedContainers(int index)
public abstract AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer getGovernedContainers(int index)The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer |
|
getGovernedContainersCount()
public abstract int getGovernedContainersCount()The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getGovernedContainersList()
public abstract List<AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer> getGovernedContainersList()The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
| Returns | |
|---|---|
| Type | Description |
List<GovernedContainer> |
|
getGovernedContainersOrBuilder(int index)
public abstract AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuilder getGovernedContainersOrBuilder(int index)The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuilder |
|
getGovernedContainersOrBuilderList()
public abstract List<? extends AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuilder> getGovernedContainersOrBuilderList()The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
hasConstraint()
public abstract boolean hasConstraint()The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the constraint field is set. |