Uses of Class
com.google.cloud.monitoring.v3.GroupServiceClient.ListGroupsPage
-
Packages that use GroupServiceClient.ListGroupsPage Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring API -
-
Uses of GroupServiceClient.ListGroupsPage in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return GroupServiceClient.ListGroupsPage Modifier and Type Method Description protected GroupServiceClient.ListGroupsPage
GroupServiceClient.ListGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ListGroupsResponse response)
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GroupServiceClient.ListGroupsPage Modifier and Type Method Description com.google.api.core.ApiFuture<GroupServiceClient.ListGroupsPage>
GroupServiceClient.ListGroupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)
Method parameters in com.google.cloud.monitoring.v3 with type arguments of type GroupServiceClient.ListGroupsPage Modifier and Type Method Description protected GroupServiceClient.ListGroupsFixedSizeCollection
GroupServiceClient.ListGroupsFixedSizeCollection. createCollection(List<GroupServiceClient.ListGroupsPage> pages, int collectionSize)
-