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 AnalyzeMoveResponseAssetServiceClient. analyzeMove(AnalyzeMoveRequest request)Analyze moving a resource to a specified destination without kicking off the actual move.AnalyzeMoveResponseAssetServiceGrpc.AssetServiceBlockingStub. analyzeMove(AnalyzeMoveRequest request)Analyze moving a resource to a specified destination without kicking off the actual move.AnalyzeMoveResponseAnalyzeMoveResponse.Builder. build()AnalyzeMoveResponseAnalyzeMoveResponse.Builder. buildPartial()static AnalyzeMoveResponseAnalyzeMoveResponse. getDefaultInstance()AnalyzeMoveResponseAnalyzeMoveResponse.Builder. getDefaultInstanceForType()AnalyzeMoveResponseAnalyzeMoveResponse. getDefaultInstanceForType()static AnalyzeMoveResponseAnalyzeMoveResponse. parseDelimitedFrom(InputStream input)static AnalyzeMoveResponseAnalyzeMoveResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(byte[] data)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(com.google.protobuf.ByteString data)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(InputStream input)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveResponseAnalyzeMoveResponse. parseFrom(ByteBuffer data)static AnalyzeMoveResponseAnalyzeMoveResponse. 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.BuilderAnalyzeMoveResponse.Builder. mergeFrom(AnalyzeMoveResponse other)static AnalyzeMoveResponse.BuilderAnalyzeMoveResponse. newBuilder(AnalyzeMoveResponse prototype)Method parameters in com.google.cloud.asset.v1 with type arguments of type AnalyzeMoveResponse Modifier and Type Method Description voidAssetServiceGrpc.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 voidAssetServiceGrpc.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.
-