Uses of Class
com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListGroupsPagedResponse
-
Packages that use MigrationCenterClient.ListGroupsPagedResponse Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of MigrationCenterClient.ListGroupsPagedResponse in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return MigrationCenterClient.ListGroupsPagedResponse Modifier and Type Method Description MigrationCenterClient.ListGroupsPagedResponse
MigrationCenterClient. listGroups(ListGroupsRequest request)
Lists all groups in a given project and location.MigrationCenterClient.ListGroupsPagedResponse
MigrationCenterClient. listGroups(LocationName parent)
Lists all groups in a given project and location.MigrationCenterClient.ListGroupsPagedResponse
MigrationCenterClient. listGroups(String parent)
Lists all groups in a given project and location.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type MigrationCenterClient.ListGroupsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationCenterClient.ListGroupsPagedResponse>
MigrationCenterClient.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,MigrationCenterClient.ListGroupsPagedResponse>
MigrationCenterClient. listGroupsPagedCallable()
Lists all groups in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,MigrationCenterClient.ListGroupsPagedResponse>
MigrationCenterSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,MigrationCenterClient.ListGroupsPagedResponse>
MigrationCenterSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups. -
Uses of MigrationCenterClient.ListGroupsPagedResponse in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type MigrationCenterClient.ListGroupsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,MigrationCenterClient.ListGroupsPagedResponse>
GrpcMigrationCenterStub. listGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,MigrationCenterClient.ListGroupsPagedResponse>
HttpJsonMigrationCenterStub. listGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,MigrationCenterClient.ListGroupsPagedResponse>
MigrationCenterStub. listGroupsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,MigrationCenterClient.ListGroupsPagedResponse>
MigrationCenterStubSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,MigrationCenterClient.ListGroupsPagedResponse>
MigrationCenterStubSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups.
-