public interface MoveAnalysisOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MoveAnalysisResult |
getAnalysis()
Analysis result of moving the target resource.
|
MoveAnalysisResultOrBuilder |
getAnalysisOrBuilder()
Analysis result of moving the target resource.
|
String |
getDisplayName()
The user friendly display name of the analysis.
|
ByteString |
getDisplayNameBytes()
The user friendly display name of the analysis.
|
com.google.rpc.Status |
getError()
Description of error encountered when performing the analysis.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Description of error encountered when performing the analysis.
|
MoveAnalysis.ResultCase |
getResultCase() |
boolean |
hasAnalysis()
Analysis result of moving the target resource.
|
boolean |
hasError()
Description of error encountered when performing the analysis.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getDisplayName()
The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
string display_name = 1;
ByteString getDisplayNameBytes()
The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
string display_name = 1;
boolean hasAnalysis()
Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
MoveAnalysisResult getAnalysis()
Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
MoveAnalysisResultOrBuilder getAnalysisOrBuilder()
Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
boolean hasError()
Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;
com.google.rpc.Status getError()
Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;
com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;
MoveAnalysis.ResultCase getResultCase()
Copyright © 2022 Google LLC. All rights reserved.