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