Uses of Class
com.google.cloud.asset.v1.AnalyzeMoveResponse
-
Packages that use AnalyzeMoveResponse Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of AnalyzeMoveResponse in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return AnalyzeMoveResponse Modifier and Type Method Description AnalyzeMoveResponse
AssetServiceClient. analyzeMove(AnalyzeMoveRequest request)
Analyze moving a resource to a specified destination without kicking off the actual move.AnalyzeMoveResponse
AssetServiceGrpc.AssetServiceBlockingStub. 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.Builder. getDefaultInstanceForType()
AnalyzeMoveResponse
AnalyzeMoveResponse. getDefaultInstanceForType()
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseDelimitedFrom(InputStream input)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(byte[] data)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(InputStream input)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(ByteBuffer data)
static AnalyzeMoveResponse
AnalyzeMoveResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type AnalyzeMoveResponse Modifier and Type Method 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.com.google.api.gax.rpc.UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse>
AssetServiceClient. analyzeMoveCallable()
Analyze moving a resource to a specified destination without kicking off the actual move.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeMoveRequest,AnalyzeMoveResponse>
AssetServiceSettings. analyzeMoveSettings()
Returns the object with the settings used for calls to analyzeMove.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeMoveRequest,AnalyzeMoveResponse>
AssetServiceSettings.Builder. analyzeMoveSettings()
Returns the builder for the settings used for calls to analyzeMove.static io.grpc.MethodDescriptor<AnalyzeMoveRequest,AnalyzeMoveResponse>
AssetServiceGrpc. getAnalyzeMoveMethod()
com.google.protobuf.Parser<AnalyzeMoveResponse>
AnalyzeMoveResponse. getParserForType()
static com.google.protobuf.Parser<AnalyzeMoveResponse>
AnalyzeMoveResponse. parser()
Methods in com.google.cloud.asset.v1 with parameters of type AnalyzeMoveResponse Modifier and Type Method Description AnalyzeMoveResponse.Builder
AnalyzeMoveResponse.Builder. mergeFrom(AnalyzeMoveResponse other)
static AnalyzeMoveResponse.Builder
AnalyzeMoveResponse. newBuilder(AnalyzeMoveResponse prototype)
Method parameters in com.google.cloud.asset.v1 with type arguments of type AnalyzeMoveResponse Modifier and Type Method Description void
AssetServiceGrpc.AssetServiceStub. analyzeMove(AnalyzeMoveRequest request, io.grpc.stub.StreamObserver<AnalyzeMoveResponse> responseObserver)
Analyze moving a resource to a specified destination without kicking off the actual move.default void
AssetServiceGrpc.AsyncService. analyzeMove(AnalyzeMoveRequest request, io.grpc.stub.StreamObserver<AnalyzeMoveResponse> responseObserver)
Analyze moving a resource to a specified destination without kicking off the actual move. -
Uses of AnalyzeMoveResponse in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type AnalyzeMoveResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse>
AssetServiceStub. analyzeMoveCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse>
GrpcAssetServiceStub. analyzeMoveCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeMoveRequest,AnalyzeMoveResponse>
HttpJsonAssetServiceStub. analyzeMoveCallable()
com.google.api.gax.rpc.UnaryCallSettings<AnalyzeMoveRequest,AnalyzeMoveResponse>
AssetServiceStubSettings. analyzeMoveSettings()
Returns the object with the settings used for calls to analyzeMove.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeMoveRequest,AnalyzeMoveResponse>
AssetServiceStubSettings.Builder. analyzeMoveSettings()
Returns the builder for the settings used for calls to analyzeMove.
-