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 BatchUpdateAssetsResponseMigrationCenterClient. batchUpdateAssets(BatchUpdateAssetsRequest request)Updates the parameters of a list of assets.BatchUpdateAssetsResponseMigrationCenterClient. batchUpdateAssets(LocationName parent, List<UpdateAssetRequest> requests)Updates the parameters of a list of assets.BatchUpdateAssetsResponseMigrationCenterClient. batchUpdateAssets(String parent, List<UpdateAssetRequest> requests)Updates the parameters of a list of assets.BatchUpdateAssetsResponseMigrationCenterGrpc.MigrationCenterBlockingStub. batchUpdateAssets(BatchUpdateAssetsRequest request)Updates the parameters of a list of assets.BatchUpdateAssetsResponseBatchUpdateAssetsResponse.Builder. build()BatchUpdateAssetsResponseBatchUpdateAssetsResponse.Builder. buildPartial()static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. getDefaultInstance()BatchUpdateAssetsResponseBatchUpdateAssetsResponse.Builder. getDefaultInstanceForType()BatchUpdateAssetsResponseBatchUpdateAssetsResponse. getDefaultInstanceForType()static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseDelimitedFrom(InputStream input)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(byte[] data)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(com.google.protobuf.ByteString data)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(InputStream input)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. parseFrom(ByteBuffer data)static BatchUpdateAssetsResponseBatchUpdateAssetsResponse. 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.BuilderBatchUpdateAssetsResponse.Builder. mergeFrom(BatchUpdateAssetsResponse other)static BatchUpdateAssetsResponse.BuilderBatchUpdateAssetsResponse. newBuilder(BatchUpdateAssetsResponse prototype)Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type BatchUpdateAssetsResponse Modifier and Type Method Description default voidMigrationCenterGrpc.AsyncService. batchUpdateAssets(BatchUpdateAssetsRequest request, io.grpc.stub.StreamObserver<BatchUpdateAssetsResponse> responseObserver)Updates the parameters of a list of assets.voidMigrationCenterGrpc.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.
-