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 UpdateGroupRequestUpdateGroupRequest.Builder. build()UpdateGroupRequestUpdateGroupRequest.Builder. buildPartial()static UpdateGroupRequestUpdateGroupRequest. getDefaultInstance()UpdateGroupRequestUpdateGroupRequest.Builder. getDefaultInstanceForType()UpdateGroupRequestUpdateGroupRequest. getDefaultInstanceForType()static UpdateGroupRequestUpdateGroupRequest. parseDelimitedFrom(InputStream input)static UpdateGroupRequestUpdateGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(byte[] data)static UpdateGroupRequestUpdateGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(InputStream input)static UpdateGroupRequestUpdateGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(ByteBuffer data)static UpdateGroupRequestUpdateGroupRequest. 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.BuilderUpdateGroupRequest.Builder. mergeFrom(UpdateGroupRequest other)static UpdateGroupRequest.BuilderUpdateGroupRequest. newBuilder(UpdateGroupRequest prototype)default voidVmMigrationGrpc.AsyncService. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the parameters of a single Group.com.google.longrunning.OperationVmMigrationGrpc.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.voidVmMigrationGrpc.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.
-