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 |
---|---|
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<AnalyzeMoveRequest> |
AnalyzeMoveRequest.getParserForType() |
static Parser<AnalyzeMoveRequest> |
AnalyzeMoveRequest.parser() |
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.
|
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.
|
AnalyzeMoveResponse |
AssetServiceClient.analyzeMove(AnalyzeMoveRequest request)
Analyze moving a resource to a specified destination without kicking off the actual move.
|
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.
|
AnalyzeMoveRequest.Builder |
AnalyzeMoveRequest.Builder.mergeFrom(AnalyzeMoveRequest other) |
static AnalyzeMoveRequest.Builder |
AnalyzeMoveRequest.newBuilder(AnalyzeMoveRequest prototype) |
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.