public static interface IamPolicyAnalysisResult.ResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IamPolicyAnalysisResult.AnalysisState |
getAnalysisState()
The analysis state of this resource node.
|
IamPolicyAnalysisResult.AnalysisStateOrBuilder |
getAnalysisStateOrBuilder()
The analysis state of this resource node.
|
String |
getFullResourceName()
The [full resource name](https://aip.dev/122#full-resource-names).
|
com.google.protobuf.ByteString |
getFullResourceNameBytes()
The [full resource name](https://aip.dev/122#full-resource-names).
|
boolean |
hasAnalysisState()
The analysis state of this resource node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFullResourceName()
The [full resource name](https://aip.dev/122#full-resource-names).
string full_resource_name = 1;com.google.protobuf.ByteString getFullResourceNameBytes()
The [full resource name](https://aip.dev/122#full-resource-names).
string full_resource_name = 1;boolean hasAnalysisState()
The analysis state of this resource node.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState analysis_state = 2;
IamPolicyAnalysisResult.AnalysisState getAnalysisState()
The analysis state of this resource node.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState analysis_state = 2;
IamPolicyAnalysisResult.AnalysisStateOrBuilder getAnalysisStateOrBuilder()
The analysis state of this resource node.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState analysis_state = 2;
Copyright © 2020 Google LLC. All rights reserved.