Interface AnalyzeMoveResponseOrBuilder (3.3.1)

public interface AnalyzeMoveResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMoveAnalysis(int index)

public abstract MoveAnalysis getMoveAnalysis(int index)

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.

repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MoveAnalysis

getMoveAnalysisCount()

public abstract int getMoveAnalysisCount()

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.

repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;

Returns
TypeDescription
int

getMoveAnalysisList()

public abstract List<MoveAnalysis> getMoveAnalysisList()

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.

repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;

Returns
TypeDescription
List<MoveAnalysis>

getMoveAnalysisOrBuilder(int index)

public abstract MoveAnalysisOrBuilder getMoveAnalysisOrBuilder(int index)

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.

repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MoveAnalysisOrBuilder

getMoveAnalysisOrBuilderList()

public abstract List<? extends MoveAnalysisOrBuilder> getMoveAnalysisOrBuilderList()

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services.

repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1.MoveAnalysisOrBuilder>