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 AnalyzeMoveRequest
AnalyzeMoveRequest.Builder. build()
AnalyzeMoveRequest
AnalyzeMoveRequest.Builder. buildPartial()
static AnalyzeMoveRequest
AnalyzeMoveRequest. getDefaultInstance()
AnalyzeMoveRequest
AnalyzeMoveRequest.Builder. getDefaultInstanceForType()
AnalyzeMoveRequest
AnalyzeMoveRequest. getDefaultInstanceForType()
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseDelimitedFrom(InputStream input)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(byte[] data)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(InputStream input)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeMoveRequest
AnalyzeMoveRequest. parseFrom(ByteBuffer data)
static AnalyzeMoveRequest
AnalyzeMoveRequest. 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 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.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.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.AnalyzeMoveRequest.Builder
AnalyzeMoveRequest.Builder. mergeFrom(AnalyzeMoveRequest other)
static AnalyzeMoveRequest.Builder
AnalyzeMoveRequest. 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.
-