Uses of Class
com.google.cloud.vmmigration.v1.VmMigrationClient.ListGroupsPagedResponse
-
Packages that use VmMigrationClient.ListGroupsPagedResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of VmMigrationClient.ListGroupsPagedResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmMigrationClient.ListGroupsPagedResponse Modifier and Type Method Description VmMigrationClient.ListGroupsPagedResponse
VmMigrationClient. listGroups(ListGroupsRequest request)
Lists Groups in a given project and location.VmMigrationClient.ListGroupsPagedResponse
VmMigrationClient. listGroups(LocationName parent)
Lists Groups in a given project and location.VmMigrationClient.ListGroupsPagedResponse
VmMigrationClient. listGroups(String parent)
Lists Groups in a given project and location.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type VmMigrationClient.ListGroupsPagedResponse Modifier and Type Method Description 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)
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,VmMigrationClient.ListGroupsPagedResponse>
VmMigrationClient. listGroupsPagedCallable()
Lists Groups in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>
VmMigrationSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>
VmMigrationSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups. -
Uses of VmMigrationClient.ListGroupsPagedResponse in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type VmMigrationClient.ListGroupsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,VmMigrationClient.ListGroupsPagedResponse>
GrpcVmMigrationStub. listGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,VmMigrationClient.ListGroupsPagedResponse>
HttpJsonVmMigrationStub. listGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,VmMigrationClient.ListGroupsPagedResponse>
VmMigrationStub. listGroupsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>
VmMigrationStubSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>
VmMigrationStubSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups.
-