Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
MoveAnalysis |
MoveAnalysis.Builder.build() |
MoveAnalysis |
MoveAnalysis.Builder.buildPartial() |
static MoveAnalysis |
MoveAnalysis.getDefaultInstance() |
MoveAnalysis |
MoveAnalysis.getDefaultInstanceForType() |
MoveAnalysis |
MoveAnalysis.Builder.getDefaultInstanceForType() |
MoveAnalysis |
AnalyzeMoveResponseOrBuilder.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 |
AnalyzeMoveResponse.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static MoveAnalysis |
MoveAnalysis.parseFrom(byte[] data) |
static MoveAnalysis |
MoveAnalysis.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MoveAnalysis |
MoveAnalysis.parseFrom(ByteBuffer data) |
static MoveAnalysis |
MoveAnalysis.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MoveAnalysis |
MoveAnalysis.parseFrom(ByteString data) |
static MoveAnalysis |
MoveAnalysis.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MoveAnalysis |
MoveAnalysis.parseFrom(CodedInputStream input) |
static MoveAnalysis |
MoveAnalysis.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MoveAnalysis |
MoveAnalysis.parseFrom(InputStream input) |
static MoveAnalysis |
MoveAnalysis.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<MoveAnalysis> |
AnalyzeMoveResponseOrBuilder.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> |
AnalyzeMoveResponse.Builder.getMoveAnalysisList()
The list of analyses returned from performing the intended resource move
analysis.
|
Parser<MoveAnalysis> |
MoveAnalysis.getParserForType() |
static Parser<MoveAnalysis> |
MoveAnalysis.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AnalyzeMoveResponse.Builder |
AnalyzeMoveResponse.Builder.addAllMoveAnalysis(Iterable<? extends MoveAnalysis> values)
The list of analyses returned from performing the intended resource move
analysis.
|
Copyright © 2022 Google LLC. All rights reserved.