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 BatchUpdateAssetsRequestBatchUpdateAssetsRequest.Builder. build()BatchUpdateAssetsRequestBatchUpdateAssetsRequest.Builder. buildPartial()static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. getDefaultInstance()BatchUpdateAssetsRequestBatchUpdateAssetsRequest.Builder. getDefaultInstanceForType()BatchUpdateAssetsRequestBatchUpdateAssetsRequest. getDefaultInstanceForType()static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseDelimitedFrom(InputStream input)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(byte[] data)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(com.google.protobuf.ByteString data)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(InputStream input)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. parseFrom(ByteBuffer data)static BatchUpdateAssetsRequestBatchUpdateAssetsRequest. 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 BatchUpdateAssetsResponseMigrationCenterClient. batchUpdateAssets(BatchUpdateAssetsRequest request)Updates the parameters of a list of assets.default voidMigrationCenterGrpc.AsyncService. batchUpdateAssets(BatchUpdateAssetsRequest request, io.grpc.stub.StreamObserver<BatchUpdateAssetsResponse> responseObserver)Updates the parameters of a list of assets.BatchUpdateAssetsResponseMigrationCenterGrpc.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.voidMigrationCenterGrpc.MigrationCenterStub. batchUpdateAssets(BatchUpdateAssetsRequest request, io.grpc.stub.StreamObserver<BatchUpdateAssetsResponse> responseObserver)Updates the parameters of a list of assets.BatchUpdateAssetsRequest.BuilderBatchUpdateAssetsRequest.Builder. mergeFrom(BatchUpdateAssetsRequest other)static BatchUpdateAssetsRequest.BuilderBatchUpdateAssetsRequest. 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.
-