Package com.google.cloud.asset.v1
Interface AnalyzeOrgPolicyGovernedContainersResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzeOrgPolicyGovernedContainersResponse,AnalyzeOrgPolicyGovernedContainersResponse.Builder
public interface AnalyzeOrgPolicyGovernedContainersResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyzerOrgPolicyConstraintgetConstraint()The definition of the constraint in the request.AnalyzerOrgPolicyConstraintOrBuildergetConstraintOrBuilder()The definition of the constraint in the request.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainergetGovernedContainers(int index)The list of the analyzed governed containers.intgetGovernedContainersCount()The list of the analyzed governed containers.List<AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer>getGovernedContainersList()The list of the analyzed governed containers.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuildergetGovernedContainersOrBuilder(int index)The list of the analyzed governed containers.List<? extends AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuilder>getGovernedContainersOrBuilderList()The list of the analyzed governed containers.StringgetNextPageToken()The page token to fetch the next page for [AnalyzeOrgPolicyGovernedContainersResponse.governed_containers][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.governed_containers].com.google.protobuf.ByteStringgetNextPageTokenBytes()The page token to fetch the next page for [AnalyzeOrgPolicyGovernedContainersResponse.governed_containers][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.governed_containers].booleanhasConstraint()The definition of the constraint in the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGovernedContainersList
List<AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer> getGovernedContainersList()
The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
-
getGovernedContainers
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer getGovernedContainers(int index)
The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
-
getGovernedContainersCount
int getGovernedContainersCount()
The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
-
getGovernedContainersOrBuilderList
List<? extends AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuilder> getGovernedContainersOrBuilderList()
The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
-
getGovernedContainersOrBuilder
AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainerOrBuilder getGovernedContainersOrBuilder(int index)
The list of the analyzed governed containers.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer governed_containers = 1;
-
hasConstraint
boolean hasConstraint()
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;- Returns:
- Whether the constraint field is set.
-
getConstraint
AnalyzerOrgPolicyConstraint getConstraint()
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;- Returns:
- The constraint.
-
getConstraintOrBuilder
AnalyzerOrgPolicyConstraintOrBuilder getConstraintOrBuilder()
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
-
getNextPageToken
String getNextPageToken()
The page token to fetch the next page for [AnalyzeOrgPolicyGovernedContainersResponse.governed_containers][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.governed_containers].
string next_page_token = 3;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The page token to fetch the next page for [AnalyzeOrgPolicyGovernedContainersResponse.governed_containers][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.governed_containers].
string next_page_token = 3;- Returns:
- The bytes for nextPageToken.
-
-