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;
| Returns | |
|---|---|
| Type | Description |
MoveAnalysisResult |
The analysis. |
getAnalysisOrBuilder()
public abstract MoveAnalysisResultOrBuilder getAnalysisOrBuilder()Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getResultCase()
public abstract MoveAnalysis.ResultCase getResultCase()| Returns | |
|---|---|
| Type | Description |
MoveAnalysis.ResultCase |
|
hasAnalysis()
public abstract boolean hasAnalysis()Analysis result of moving the target resource.
.google.cloud.asset.v1.MoveAnalysisResult analysis = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |