Uses of Class
com.google.cloud.monitoring.v3.GroupServiceClient.ListGroupsPagedResponse
-
Packages that use GroupServiceClient.ListGroupsPagedResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub -
-
Uses of GroupServiceClient.ListGroupsPagedResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return GroupServiceClient.ListGroupsPagedResponse Modifier and Type Method Description GroupServiceClient.ListGroupsPagedResponse
GroupServiceClient. listGroups(com.google.api.resourcenames.ResourceName name)
Lists the existing groups.GroupServiceClient.ListGroupsPagedResponse
GroupServiceClient. listGroups(ListGroupsRequest request)
Lists the existing groups.GroupServiceClient.ListGroupsPagedResponse
GroupServiceClient. listGroups(OrganizationName name)
Lists the existing groups.GroupServiceClient.ListGroupsPagedResponse
GroupServiceClient. listGroups(ProjectName name)
Lists the existing groups.GroupServiceClient.ListGroupsPagedResponse
GroupServiceClient. listGroups(String name)
Lists the existing groups.Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GroupServiceClient.ListGroupsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<GroupServiceClient.ListGroupsPagedResponse>
GroupServiceClient.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,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceClient. listGroupsPagedCallable()
Lists the existing groups.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups. -
Uses of GroupServiceClient.ListGroupsPagedResponse in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type GroupServiceClient.ListGroupsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceStub. listGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse>
GrpcGroupServiceStub. listGroupsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceStubSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceStubSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups.
-