Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.asset.v1.stub |
Modifier and Type | Method and Description |
---|---|
AnalyzeMoveResponse |
AssetServiceGrpc.AssetServiceBlockingStub.analyzeMove(AnalyzeMoveRequest request)
Analyze moving a resource to a specified destination without kicking off
the actual move.
|
AnalyzeMoveResponse |
AssetServiceClient.analyzeMove(AnalyzeMoveRequest request)
Analyze moving a resource to a specified destination without kicking off the actual move.
|
AnalyzeMoveResponse |
AnalyzeMoveResponse.Builder.build() |
AnalyzeMoveResponse |
AnalyzeMoveResponse.Builder.buildPartial() |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.getDefaultInstance() |
AnalyzeMoveResponse |
AnalyzeMoveResponse.getDefaultInstanceForType() |
AnalyzeMoveResponse |
AnalyzeMoveResponse.Builder.getDefaultInstanceForType() |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseDelimitedFrom(InputStream input) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(byte[] data) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(ByteBuffer data) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(ByteString data) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(CodedInputStream input) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(InputStream input) |
static AnalyzeMoveResponse |
AnalyzeMoveResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AnalyzeMoveResponse> |
AssetServiceGrpc.AssetServiceFutureStub.analyzeMove(AnalyzeMoveRequest request)
Analyze moving a resource to a specified destination without kicking off
the actual move.
|
UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> |
AssetServiceClient.analyzeMoveCallable()
Analyze moving a resource to a specified destination without kicking off the actual move.
|
UnaryCallSettings<AnalyzeMoveRequest,AnalyzeMoveResponse> |
AssetServiceSettings.analyzeMoveSettings()
Returns the object with the settings used for calls to analyzeMove.
|
UnaryCallSettings.Builder<AnalyzeMoveRequest,AnalyzeMoveResponse> |
AssetServiceSettings.Builder.analyzeMoveSettings()
Returns the builder for the settings used for calls to analyzeMove.
|
static MethodDescriptor<AnalyzeMoveRequest,AnalyzeMoveResponse> |
AssetServiceGrpc.getAnalyzeMoveMethod() |
Parser<AnalyzeMoveResponse> |
AnalyzeMoveResponse.getParserForType() |
static Parser<AnalyzeMoveResponse> |
AnalyzeMoveResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeMoveResponse.Builder |
AnalyzeMoveResponse.Builder.mergeFrom(AnalyzeMoveResponse other) |
static AnalyzeMoveResponse.Builder |
AnalyzeMoveResponse.newBuilder(AnalyzeMoveResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
AssetServiceGrpc.AssetServiceImplBase.analyzeMove(AnalyzeMoveRequest request,
StreamObserver<AnalyzeMoveResponse> responseObserver)
Analyze moving a resource to a specified destination without kicking off
the actual move.
|
void |
AssetServiceGrpc.AssetServiceStub.analyzeMove(AnalyzeMoveRequest request,
StreamObserver<AnalyzeMoveResponse> responseObserver)
Analyze moving a resource to a specified destination without kicking off
the actual move.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> |
HttpJsonAssetServiceStub.analyzeMoveCallable() |
UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> |
AssetServiceStub.analyzeMoveCallable() |
UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse> |
GrpcAssetServiceStub.analyzeMoveCallable() |
UnaryCallSettings<AnalyzeMoveRequest,AnalyzeMoveResponse> |
AssetServiceStubSettings.analyzeMoveSettings()
Returns the object with the settings used for calls to analyzeMove.
|
UnaryCallSettings.Builder<AnalyzeMoveRequest,AnalyzeMoveResponse> |
AssetServiceStubSettings.Builder.analyzeMoveSettings()
Returns the builder for the settings used for calls to analyzeMove.
|
Copyright © 2022 Google LLC. All rights reserved.