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 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.com.google.protobuf.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.-
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()
-
-