Package com.google.cloud.asset.v1
Interface MoveAnalysisOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MoveAnalysis,MoveAnalysis.Builder
public interface MoveAnalysisOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MoveAnalysisResultgetAnalysis()Analysis result of moving the target resource.MoveAnalysisResultOrBuildergetAnalysisOrBuilder()Analysis result of moving the target resource.StringgetDisplayName()The user friendly display name of the analysis.com.google.protobuf.ByteStringgetDisplayNameBytes()The user friendly display name of the analysis.com.google.rpc.StatusgetError()Description of error encountered when performing the analysis.com.google.rpc.StatusOrBuildergetErrorOrBuilder()Description of error encountered when performing the analysis.MoveAnalysis.ResultCasegetResultCase()booleanhasAnalysis()Analysis result of moving the target resource.booleanhasError()Description of error encountered when performing the analysis.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
The user friendly display name of the analysis. E.g. IAM, organization policy etc.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The user friendly display name of the analysis. E.g. IAM, organization policy etc.
string display_name = 1;- Returns:
- The bytes for displayName.
-
hasAnalysis
boolean hasAnalysis()
Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;- Returns:
- Whether the analysis field is set.
-
getAnalysis
MoveAnalysisResult getAnalysis()
Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;- Returns:
- The analysis.
-
getAnalysisOrBuilder
MoveAnalysisResultOrBuilder getAnalysisOrBuilder()
Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
-
hasError
boolean hasError()
Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;- Returns:
- Whether the error field is set.
-
getError
com.google.rpc.Status getError()
Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;- Returns:
- The error.
-
getErrorOrBuilder
com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;
-
getResultCase
MoveAnalysis.ResultCase getResultCase()
-
-