public interface MoveAnalysisOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnalysis()
public abstract MoveAnalysisResult getAnalysis()Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
| Type | Description |
| MoveAnalysisResult | The analysis. |
getAnalysisOrBuilder()
public abstract MoveAnalysisResultOrBuilder getAnalysisOrBuilder()Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
| Type | Description |
| MoveAnalysisResultOrBuilder |
getDisplayName()
public abstract String getDisplayName()The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
string display_name = 1;
| Type | Description |
| ByteString | The bytes for displayName. |
getError()
public abstract Status getError()Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;
| Type | Description |
| com.google.rpc.Status | The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getResultCase()
public abstract MoveAnalysis.ResultCase getResultCase()| Type | Description |
| MoveAnalysis.ResultCase |
hasAnalysis()
public abstract boolean hasAnalysis()Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
| Type | Description |
| boolean | Whether the analysis field is set. |
hasError()
public abstract boolean hasError()Description of error encountered when performing the analysis.
.google.rpc.Status error = 3;
| Type | Description |
| boolean | Whether the error field is set. |