Uses of Class
com.google.cloud.asset.v1.MoveAnalysis
-
Packages that use MoveAnalysis Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of MoveAnalysis in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return MoveAnalysis Modifier and Type Method Description MoveAnalysis
MoveAnalysis.Builder. build()
MoveAnalysis
MoveAnalysis.Builder. buildPartial()
static MoveAnalysis
MoveAnalysis. getDefaultInstance()
MoveAnalysis
MoveAnalysis.Builder. getDefaultInstanceForType()
MoveAnalysis
MoveAnalysis. getDefaultInstanceForType()
MoveAnalysis
AnalyzeMoveResponse.Builder. getMoveAnalysis(int index)
The list of analyses returned from performing the intended resource move analysis.MoveAnalysis
AnalyzeMoveResponse. getMoveAnalysis(int index)
The list of analyses returned from performing the intended resource move analysis.MoveAnalysis
AnalyzeMoveResponseOrBuilder. getMoveAnalysis(int index)
The list of analyses returned from performing the intended resource move analysis.static MoveAnalysis
MoveAnalysis. parseDelimitedFrom(InputStream input)
static MoveAnalysis
MoveAnalysis. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAnalysis
MoveAnalysis. parseFrom(byte[] data)
static MoveAnalysis
MoveAnalysis. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAnalysis
MoveAnalysis. parseFrom(com.google.protobuf.ByteString data)
static MoveAnalysis
MoveAnalysis. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAnalysis
MoveAnalysis. parseFrom(com.google.protobuf.CodedInputStream input)
static MoveAnalysis
MoveAnalysis. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAnalysis
MoveAnalysis. parseFrom(InputStream input)
static MoveAnalysis
MoveAnalysis. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAnalysis
MoveAnalysis. parseFrom(ByteBuffer data)
static MoveAnalysis
MoveAnalysis. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type MoveAnalysis Modifier and Type Method Description List<MoveAnalysis>
AnalyzeMoveResponse.Builder. getMoveAnalysisList()
The list of analyses returned from performing the intended resource move analysis.List<MoveAnalysis>
AnalyzeMoveResponse. getMoveAnalysisList()
The list of analyses returned from performing the intended resource move analysis.List<MoveAnalysis>
AnalyzeMoveResponseOrBuilder. getMoveAnalysisList()
The list of analyses returned from performing the intended resource move analysis.com.google.protobuf.Parser<MoveAnalysis>
MoveAnalysis. getParserForType()
static com.google.protobuf.Parser<MoveAnalysis>
MoveAnalysis. parser()
Methods in com.google.cloud.asset.v1 with parameters of type MoveAnalysis Modifier and Type Method Description AnalyzeMoveResponse.Builder
AnalyzeMoveResponse.Builder. addMoveAnalysis(int index, MoveAnalysis value)
The list of analyses returned from performing the intended resource move analysis.AnalyzeMoveResponse.Builder
AnalyzeMoveResponse.Builder. addMoveAnalysis(MoveAnalysis value)
The list of analyses returned from performing the intended resource move analysis.MoveAnalysis.Builder
MoveAnalysis.Builder. mergeFrom(MoveAnalysis other)
static MoveAnalysis.Builder
MoveAnalysis. newBuilder(MoveAnalysis prototype)
AnalyzeMoveResponse.Builder
AnalyzeMoveResponse.Builder. setMoveAnalysis(int index, MoveAnalysis value)
The list of analyses returned from performing the intended resource move analysis.Method parameters in com.google.cloud.asset.v1 with type arguments of type MoveAnalysis Modifier and Type Method Description AnalyzeMoveResponse.Builder
AnalyzeMoveResponse.Builder. addAllMoveAnalysis(Iterable<? extends MoveAnalysis> values)
The list of analyses returned from performing the intended resource move analysis.
-