Uses of Class
com.google.cloud.vmmigration.v1.Group
-
Packages that use Group Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of Group in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return Group Modifier and Type Method Description Group
Group.Builder. build()
Group
Group.Builder. buildPartial()
static Group
Group. getDefaultInstance()
Group
Group.Builder. getDefaultInstanceForType()
Group
Group. getDefaultInstanceForType()
Group
CreateGroupRequest.Builder. getGroup()
Required.Group
CreateGroupRequest. getGroup()
Required.Group
CreateGroupRequestOrBuilder. getGroup()
Required.Group
UpdateGroupRequest.Builder. getGroup()
Required.Group
UpdateGroupRequest. getGroup()
Required.Group
UpdateGroupRequestOrBuilder. getGroup()
Required.Group
VmMigrationClient. getGroup(GetGroupRequest request)
Gets details of a single Group.Group
VmMigrationClient. getGroup(GroupName name)
Gets details of a single Group.Group
VmMigrationClient. getGroup(String name)
Gets details of a single Group.Group
VmMigrationGrpc.VmMigrationBlockingStub. getGroup(GetGroupRequest request)
Gets details of a single Group.Group
ListGroupsResponse.Builder. getGroups(int index)
Output only.Group
ListGroupsResponse. getGroups(int index)
Output only.Group
ListGroupsResponseOrBuilder. getGroups(int index)
Output only.static Group
Group. parseDelimitedFrom(InputStream input)
static Group
Group. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Group
Group. parseFrom(byte[] data)
static Group
Group. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Group
Group. parseFrom(com.google.protobuf.ByteString data)
static Group
Group. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Group
Group. parseFrom(com.google.protobuf.CodedInputStream input)
static Group
Group. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Group
Group. parseFrom(InputStream input)
static Group
Group. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Group
Group. parseFrom(ByteBuffer data)
static Group
Group. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type Group Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. createGroupAsync(CreateGroupRequest request)
Creates a new Group in a given project and location.com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. createGroupAsync(LocationName parent, Group group, String groupId)
Creates a new Group in a given project and location.com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. createGroupAsync(String parent, Group group, String groupId)
Creates a new Group in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateGroupRequest,Group,OperationMetadata>
VmMigrationClient. createGroupOperationCallable()
Creates a new Group in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGroupRequest,Group,OperationMetadata>
VmMigrationSettings.Builder. createGroupOperationSettings()
Returns the builder for the settings used for calls to createGroup.com.google.api.gax.rpc.OperationCallSettings<CreateGroupRequest,Group,OperationMetadata>
VmMigrationSettings. createGroupOperationSettings()
Returns the object with the settings used for calls to createGroup.static io.grpc.MethodDescriptor<GetGroupRequest,Group>
VmMigrationGrpc. getGetGroupMethod()
com.google.common.util.concurrent.ListenableFuture<Group>
VmMigrationGrpc.VmMigrationFutureStub. getGroup(GetGroupRequest request)
Gets details of a single Group.com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
VmMigrationClient. getGroupCallable()
Gets details of a single Group.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
VmMigrationSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
VmMigrationSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.List<Group>
ListGroupsResponse.Builder. getGroupsList()
Output only.List<Group>
ListGroupsResponse. getGroupsList()
Output only.List<Group>
ListGroupsResponseOrBuilder. getGroupsList()
Output only.com.google.protobuf.Parser<Group>
Group. getParserForType()
static com.google.protobuf.Parser<Group>
Group. parser()
com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. updateGroupAsync(Group group, com.google.protobuf.FieldMask updateMask)
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.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.Methods in com.google.cloud.vmmigration.v1 with parameters of type Group Modifier and Type Method Description ListGroupsResponse.Builder
ListGroupsResponse.Builder. addGroups(int index, Group value)
Output only.ListGroupsResponse.Builder
ListGroupsResponse.Builder. addGroups(Group value)
Output only.com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. createGroupAsync(LocationName parent, Group group, String groupId)
Creates a new Group in a given project and location.com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. createGroupAsync(String parent, Group group, String groupId)
Creates a new Group in a given project and location.Group.Builder
Group.Builder. mergeFrom(Group other)
CreateGroupRequest.Builder
CreateGroupRequest.Builder. mergeGroup(Group value)
Required.UpdateGroupRequest.Builder
UpdateGroupRequest.Builder. mergeGroup(Group value)
Required.static Group.Builder
Group. newBuilder(Group prototype)
CreateGroupRequest.Builder
CreateGroupRequest.Builder. setGroup(Group value)
Required.UpdateGroupRequest.Builder
UpdateGroupRequest.Builder. setGroup(Group value)
Required.ListGroupsResponse.Builder
ListGroupsResponse.Builder. setGroups(int index, Group value)
Output only.com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
VmMigrationClient. updateGroupAsync(Group group, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Group.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type Group Modifier and Type Method Description ListGroupsResponse.Builder
ListGroupsResponse.Builder. addAllGroups(Iterable<? extends Group> values)
Output only.static com.google.api.core.ApiFuture<VmMigrationClient.ListGroupsPagedResponse>
VmMigrationClient.ListGroupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)
protected VmMigrationClient.ListGroupsPage
VmMigrationClient.ListGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ListGroupsResponse response)
com.google.api.core.ApiFuture<VmMigrationClient.ListGroupsPage>
VmMigrationClient.ListGroupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)
default void
VmMigrationGrpc.AsyncService. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets details of a single Group.void
VmMigrationGrpc.VmMigrationStub. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets details of a single Group. -
Uses of Group in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type Group Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateGroupRequest,Group,OperationMetadata>
GrpcVmMigrationStub. createGroupOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateGroupRequest,Group,OperationMetadata>
HttpJsonVmMigrationStub. createGroupOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateGroupRequest,Group,OperationMetadata>
VmMigrationStub. createGroupOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGroupRequest,Group,OperationMetadata>
VmMigrationStubSettings.Builder. createGroupOperationSettings()
Returns the builder for the settings used for calls to createGroup.com.google.api.gax.rpc.OperationCallSettings<CreateGroupRequest,Group,OperationMetadata>
VmMigrationStubSettings. createGroupOperationSettings()
Returns the object with the settings used for calls to createGroup.com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
GrpcVmMigrationStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
HttpJsonVmMigrationStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
VmMigrationStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
VmMigrationStubSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
VmMigrationStubSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.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.
-