Package com.google.cloud.asset.v1
Interface AnalyzeOrgPolicyGovernedAssetsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzeOrgPolicyGovernedAssetsResponse,AnalyzeOrgPolicyGovernedAssetsResponse.Builder
public interface AnalyzeOrgPolicyGovernedAssetsResponseOrBuilder 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.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetgetGovernedAssets(int index)The list of the analyzed governed assets.intgetGovernedAssetsCount()The list of the analyzed governed assets.List<AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset>getGovernedAssetsList()The list of the analyzed governed assets.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuildergetGovernedAssetsOrBuilder(int index)The list of the analyzed governed assets.List<? extends AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuilder>getGovernedAssetsOrBuilderList()The list of the analyzed governed assets.StringgetNextPageToken()The page token to fetch the next page for [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].com.google.protobuf.ByteStringgetNextPageTokenBytes()The page token to fetch the next page for [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].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
-
getGovernedAssetsList
List<AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset> getGovernedAssetsList()
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
-
getGovernedAssets
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset getGovernedAssets(int index)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
-
getGovernedAssetsCount
int getGovernedAssetsCount()
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
-
getGovernedAssetsOrBuilderList
List<? extends AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuilder> getGovernedAssetsOrBuilderList()
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
-
getGovernedAssetsOrBuilder
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuilder getGovernedAssetsOrBuilder(int index)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 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 [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].
string next_page_token = 3;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The page token to fetch the next page for [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].
string next_page_token = 3;- Returns:
- The bytes for nextPageToken.
-
-