Uses of Class
com.google.cloud.gkehub.v1alpha2.GkeHubClient.ListMembershipsPagedResponse
-
Packages that use GkeHubClient.ListMembershipsPagedResponse Package Description com.google.cloud.gkehub.v1alpha2 A client to GKE Hub APIcom.google.cloud.gkehub.v1alpha2.stub -
-
Uses of GkeHubClient.ListMembershipsPagedResponse in com.google.cloud.gkehub.v1alpha2
Methods in com.google.cloud.gkehub.v1alpha2 that return GkeHubClient.ListMembershipsPagedResponse Modifier and Type Method Description GkeHubClient.ListMembershipsPagedResponseGkeHubClient. listMemberships(ListMembershipsRequest request)Lists Memberships in a given project and location.GkeHubClient.ListMembershipsPagedResponseGkeHubClient. listMemberships(LocationName parent)Lists Memberships in a given project and location.GkeHubClient.ListMembershipsPagedResponseGkeHubClient. listMemberships(String parent)Lists Memberships in a given project and location.Methods in com.google.cloud.gkehub.v1alpha2 that return types with arguments of type GkeHubClient.ListMembershipsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<GkeHubClient.ListMembershipsPagedResponse>GkeHubClient.ListMembershipsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership> context, com.google.api.core.ApiFuture<ListMembershipsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListMembershipsRequest,GkeHubClient.ListMembershipsPagedResponse>GkeHubClient. listMembershipsPagedCallable()Lists Memberships in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMembershipsRequest,ListMembershipsResponse,GkeHubClient.ListMembershipsPagedResponse>GkeHubSettings.Builder. listMembershipsSettings()Returns the builder for the settings used for calls to listMemberships.com.google.api.gax.rpc.PagedCallSettings<ListMembershipsRequest,ListMembershipsResponse,GkeHubClient.ListMembershipsPagedResponse>GkeHubSettings. listMembershipsSettings()Returns the object with the settings used for calls to listMemberships. -
Uses of GkeHubClient.ListMembershipsPagedResponse in com.google.cloud.gkehub.v1alpha2.stub
-