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