Uses of Class
com.google.cloud.asset.v1.AnalyzeMoveRequest
-
Packages that use AnalyzeMoveRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of AnalyzeMoveRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return AnalyzeMoveRequest Modifier and Type Method Description AnalyzeMoveRequestAnalyzeMoveRequest.Builder. build()AnalyzeMoveRequestAnalyzeMoveRequest.Builder. buildPartial()static AnalyzeMoveRequestAnalyzeMoveRequest. getDefaultInstance()AnalyzeMoveRequestAnalyzeMoveRequest.Builder. getDefaultInstanceForType()AnalyzeMoveRequestAnalyzeMoveRequest. getDefaultInstanceForType()static AnalyzeMoveRequestAnalyzeMoveRequest. parseDelimitedFrom(InputStream input)static AnalyzeMoveRequestAnalyzeMoveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(byte[] data)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(com.google.protobuf.ByteString data)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(InputStream input)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(ByteBuffer data)static AnalyzeMoveRequestAnalyzeMoveRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type AnalyzeMoveRequest Modifier and Type Method Description 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<AnalyzeMoveRequest>AnalyzeMoveRequest. getParserForType()static com.google.protobuf.Parser<AnalyzeMoveRequest>AnalyzeMoveRequest. parser()Methods in com.google.cloud.asset.v1 with parameters of type AnalyzeMoveRequest 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.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.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.AnalyzeMoveRequest.BuilderAnalyzeMoveRequest.Builder. mergeFrom(AnalyzeMoveRequest other)static AnalyzeMoveRequest.BuilderAnalyzeMoveRequest. newBuilder(AnalyzeMoveRequest prototype) -
Uses of AnalyzeMoveRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type AnalyzeMoveRequest 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.
-