public static interface IamPolicyAnalysisResult.ResourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
IamPolicyAnalysisState |
getAnalysisState()
The analysis state of this resource.
|
IamPolicyAnalysisStateOrBuilder |
getAnalysisStateOrBuilder()
The analysis state of this resource.
|
String |
getFullResourceName()
The [full resource
name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
|
ByteString |
getFullResourceNameBytes()
The [full resource
name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
|
boolean |
hasAnalysisState()
The analysis state of this resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getFullResourceName()
The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
string full_resource_name = 1;
ByteString getFullResourceNameBytes()
The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
string full_resource_name = 1;
boolean hasAnalysisState()
The analysis state of this resource.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
IamPolicyAnalysisState getAnalysisState()
The analysis state of this resource.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder()
The analysis state of this resource.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Copyright © 2022 Google LLC. All rights reserved.