Uses of Class
com.google.cloud.migrationcenter.v1.BatchDeleteAssetsRequest
-
Packages that use BatchDeleteAssetsRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of BatchDeleteAssetsRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return BatchDeleteAssetsRequest Modifier and Type Method Description BatchDeleteAssetsRequest
BatchDeleteAssetsRequest.Builder. build()
BatchDeleteAssetsRequest
BatchDeleteAssetsRequest.Builder. buildPartial()
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. getDefaultInstance()
BatchDeleteAssetsRequest
BatchDeleteAssetsRequest.Builder. getDefaultInstanceForType()
BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. getDefaultInstanceForType()
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseDelimitedFrom(InputStream input)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(byte[] data)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(InputStream input)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(ByteBuffer data)
static BatchDeleteAssetsRequest
BatchDeleteAssetsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type BatchDeleteAssetsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
MigrationCenterClient. batchDeleteAssetsCallable()
Deletes list of Assets.com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
MigrationCenterSettings. batchDeleteAssetsSettings()
Returns the object with the settings used for calls to batchDeleteAssets.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
MigrationCenterSettings.Builder. batchDeleteAssetsSettings()
Returns the builder for the settings used for calls to batchDeleteAssets.static io.grpc.MethodDescriptor<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
MigrationCenterGrpc. getBatchDeleteAssetsMethod()
com.google.protobuf.Parser<BatchDeleteAssetsRequest>
BatchDeleteAssetsRequest. getParserForType()
static com.google.protobuf.Parser<BatchDeleteAssetsRequest>
BatchDeleteAssetsRequest. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type BatchDeleteAssetsRequest Modifier and Type Method Description void
MigrationCenterClient. batchDeleteAssets(BatchDeleteAssetsRequest request)
Deletes list of Assets.default void
MigrationCenterGrpc.AsyncService. batchDeleteAssets(BatchDeleteAssetsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes list of Assets.com.google.protobuf.Empty
MigrationCenterGrpc.MigrationCenterBlockingStub. batchDeleteAssets(BatchDeleteAssetsRequest request)
Deletes list of Assets.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
MigrationCenterGrpc.MigrationCenterFutureStub. batchDeleteAssets(BatchDeleteAssetsRequest request)
Deletes list of Assets.void
MigrationCenterGrpc.MigrationCenterStub. batchDeleteAssets(BatchDeleteAssetsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes list of Assets.BatchDeleteAssetsRequest.Builder
BatchDeleteAssetsRequest.Builder. mergeFrom(BatchDeleteAssetsRequest other)
static BatchDeleteAssetsRequest.Builder
BatchDeleteAssetsRequest. newBuilder(BatchDeleteAssetsRequest prototype)
-
Uses of BatchDeleteAssetsRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type BatchDeleteAssetsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
GrpcMigrationCenterStub. batchDeleteAssetsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
HttpJsonMigrationCenterStub. batchDeleteAssetsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
MigrationCenterStub. batchDeleteAssetsCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
MigrationCenterStubSettings. batchDeleteAssetsSettings()
Returns the object with the settings used for calls to batchDeleteAssets.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteAssetsRequest,com.google.protobuf.Empty>
MigrationCenterStubSettings.Builder. batchDeleteAssetsSettings()
Returns the builder for the settings used for calls to batchDeleteAssets.
-