Package com.google.cloud.asset.v1
Interface AnalyzeMoveResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzeMoveResponse
,AnalyzeMoveResponse.Builder
public interface AnalyzeMoveResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMoveAnalysisList
List<MoveAnalysis> getMoveAnalysisList()
The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.
repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;
-
getMoveAnalysis
MoveAnalysis getMoveAnalysis(int index)
The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.
repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;
-
getMoveAnalysisCount
int getMoveAnalysisCount()
The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.
repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;
-
getMoveAnalysisOrBuilderList
List<? extends MoveAnalysisOrBuilder> getMoveAnalysisOrBuilderList()
The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.
repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;
-
getMoveAnalysisOrBuilder
MoveAnalysisOrBuilder getMoveAnalysisOrBuilder(int index)
The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.
repeated .google.cloud.asset.v1.MoveAnalysis move_analysis = 1;
-
-