Uses of Class
com.google.cloud.vmmigration.v1.UpdateGroupRequest
-
Packages that use UpdateGroupRequest Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of UpdateGroupRequest in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.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.vmmigration.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>
VmMigrationGrpc. getUpdateGroupMethod()
static com.google.protobuf.Parser<UpdateGroupRequest>
UpdateGroupRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,com.google.longrunning.Operation>
VmMigrationClient. updateGroupCallable()
Updates the parameters of a single Group.com.google.api.gax.rpc.OperationCallable<UpdateGroupRequest,Group,OperationMetadata>
VmMigrationClient. updateGroupOperationCallable()
Updates the parameters of a single Group.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateGroupRequest,Group,OperationMetadata>
VmMigrationSettings.Builder. updateGroupOperationSettings()
Returns the builder for the settings used for calls to updateGroup.com.google.api.gax.rpc.OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata>
VmMigrationSettings. updateGroupOperationSettings()
Returns the object with the settings used for calls to updateGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGroupRequest,com.google.longrunning.Operation>
VmMigrationSettings.Builder. updateGroupSettings()
Returns the builder for the settings used for calls to updateGroup.com.google.api.gax.rpc.UnaryCallSettings<UpdateGroupRequest,com.google.longrunning.Operation>
VmMigrationSettings. updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.Methods in com.google.cloud.vmmigration.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
VmMigrationGrpc.AsyncService. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the parameters of a single Group.com.google.longrunning.Operation
VmMigrationGrpc.VmMigrationBlockingStub. updateGroup(UpdateGroupRequest request)
Updates the parameters of a single Group.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
VmMigrationGrpc.VmMigrationFutureStub. updateGroup(UpdateGroupRequest request)
Updates the parameters of a single Group.void
VmMigrationGrpc.VmMigrationStub. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the parameters of a single Group.com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. updateGroupAsync(UpdateGroupRequest request)
Updates the parameters of a single Group. -
Uses of UpdateGroupRequest in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.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>
GrpcVmMigrationStub. updateGroupCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,com.google.longrunning.Operation>
HttpJsonVmMigrationStub. updateGroupCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,com.google.longrunning.Operation>
VmMigrationStub. updateGroupCallable()
com.google.api.gax.rpc.OperationCallable<UpdateGroupRequest,Group,OperationMetadata>
GrpcVmMigrationStub. updateGroupOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateGroupRequest,Group,OperationMetadata>
HttpJsonVmMigrationStub. updateGroupOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateGroupRequest,Group,OperationMetadata>
VmMigrationStub. updateGroupOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateGroupRequest,Group,OperationMetadata>
VmMigrationStubSettings.Builder. updateGroupOperationSettings()
Returns the builder for the settings used for calls to updateGroup.com.google.api.gax.rpc.OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata>
VmMigrationStubSettings. updateGroupOperationSettings()
Returns the object with the settings used for calls to updateGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGroupRequest,com.google.longrunning.Operation>
VmMigrationStubSettings.Builder. updateGroupSettings()
Returns the builder for the settings used for calls to updateGroup.com.google.api.gax.rpc.UnaryCallSettings<UpdateGroupRequest,com.google.longrunning.Operation>
VmMigrationStubSettings. updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.
-