public interface AnalyzeMoveResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MoveAnalysis |
getMoveAnalysis(int index)
The list of analyses returned from performing the intended resource move
analysis.
|
int |
getMoveAnalysisCount()
The list of analyses returned from performing the intended resource move
analysis.
|
List<MoveAnalysis> |
getMoveAnalysisList()
The list of analyses returned from performing the intended resource move
analysis.
|
MoveAnalysisOrBuilder |
getMoveAnalysisOrBuilder(int index)
The list of analyses returned from performing the intended resource move
analysis.
|
List<? extends MoveAnalysisOrBuilder> |
getMoveAnalysisOrBuilderList()
The list of analyses returned from performing the intended resource move
analysis.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.