Interface MoveAnalysisOrBuilder (3.2.17)

public interface MoveAnalysisOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalysis()

public abstract MoveAnalysisResult getAnalysis()

Analysis result of moving the target resource.

.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;

Returns
TypeDescription
MoveAnalysisResult

The analysis.

getAnalysisOrBuilder()

public abstract MoveAnalysisResultOrBuilder getAnalysisOrBuilder()

Analysis result of moving the target resource.

.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;

Returns
TypeDescription
MoveAnalysisResultOrBuilder

getDisplayName()

public abstract String getDisplayName()

The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.

string display_name = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for displayName.

getError()

public abstract Status getError()

Description of error encountered when performing the analysis.

.google.rpc.Status error = 3;

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Description of error encountered when performing the analysis.

.google.rpc.Status error = 3;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getResultCase()

public abstract MoveAnalysis.ResultCase getResultCase()
Returns
TypeDescription
MoveAnalysis.ResultCase

hasAnalysis()

public abstract boolean hasAnalysis()

Analysis result of moving the target resource.

.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the error field is set.