Uses of Class
com.google.cloud.migrationcenter.v1.BatchUpdateAssetsResponse
-
Packages that use BatchUpdateAssetsResponse Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of BatchUpdateAssetsResponse in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return BatchUpdateAssetsResponse Modifier and Type Method Description BatchUpdateAssetsResponse
MigrationCenterClient. batchUpdateAssets(BatchUpdateAssetsRequest request)
Updates the parameters of a list of assets.BatchUpdateAssetsResponse
MigrationCenterClient. batchUpdateAssets(LocationName parent, List<UpdateAssetRequest> requests)
Updates the parameters of a list of assets.BatchUpdateAssetsResponse
MigrationCenterClient. batchUpdateAssets(String parent, List<UpdateAssetRequest> requests)
Updates the parameters of a list of assets.BatchUpdateAssetsResponse
MigrationCenterGrpc.MigrationCenterBlockingStub. batchUpdateAssets(BatchUpdateAssetsRequest request)
Updates the parameters of a list of assets.BatchUpdateAssetsResponse
BatchUpdateAssetsResponse.Builder. build()
BatchUpdateAssetsResponse
BatchUpdateAssetsResponse.Builder. buildPartial()
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. getDefaultInstance()
BatchUpdateAssetsResponse
BatchUpdateAssetsResponse.Builder. getDefaultInstanceForType()
BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. getDefaultInstanceForType()
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseDelimitedFrom(InputStream input)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(byte[] data)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(InputStream input)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(ByteBuffer data)
static BatchUpdateAssetsResponse
BatchUpdateAssetsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type BatchUpdateAssetsResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchUpdateAssetsResponse>
MigrationCenterGrpc.MigrationCenterFutureStub. batchUpdateAssets(BatchUpdateAssetsRequest request)
Updates the parameters of a list of assets.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<BatchUpdateAssetsResponse>
BatchUpdateAssetsResponse. getParserForType()
static com.google.protobuf.Parser<BatchUpdateAssetsResponse>
BatchUpdateAssetsResponse. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type BatchUpdateAssetsResponse Modifier and Type Method Description BatchUpdateAssetsResponse.Builder
BatchUpdateAssetsResponse.Builder. mergeFrom(BatchUpdateAssetsResponse other)
static BatchUpdateAssetsResponse.Builder
BatchUpdateAssetsResponse. newBuilder(BatchUpdateAssetsResponse prototype)
Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type BatchUpdateAssetsResponse Modifier and Type Method Description default void
MigrationCenterGrpc.AsyncService. batchUpdateAssets(BatchUpdateAssetsRequest request, io.grpc.stub.StreamObserver<BatchUpdateAssetsResponse> responseObserver)
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. -
Uses of BatchUpdateAssetsResponse in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type BatchUpdateAssetsResponse 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.
-