Uses of Class
com.google.cloud.gkehub.v1.GkeHubClient.ListMembershipsPagedResponse
-
Packages that use GkeHubClient.ListMembershipsPagedResponse Package Description com.google.cloud.gkehub.v1 A client to GKE Hubcom.google.cloud.gkehub.v1.stub -
-
Uses of GkeHubClient.ListMembershipsPagedResponse in com.google.cloud.gkehub.v1
Methods in com.google.cloud.gkehub.v1 that return GkeHubClient.ListMembershipsPagedResponse Modifier and Type Method Description GkeHubClient.ListMembershipsPagedResponse
GkeHubClient. listMemberships(ListMembershipsRequest request)
Lists Memberships in a given project and location.GkeHubClient.ListMembershipsPagedResponse
GkeHubClient. listMemberships(LocationName parent)
Lists Memberships in a given project and location.GkeHubClient.ListMembershipsPagedResponse
GkeHubClient. listMemberships(String parent)
Lists Memberships in a given project and location.Methods in com.google.cloud.gkehub.v1 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.v1.stub
Methods in com.google.cloud.gkehub.v1.stub that return types with arguments of type GkeHubClient.ListMembershipsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMembershipsRequest,GkeHubClient.ListMembershipsPagedResponse>
GkeHubStub. listMembershipsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListMembershipsRequest,GkeHubClient.ListMembershipsPagedResponse>
GrpcGkeHubStub. listMembershipsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListMembershipsRequest,GkeHubClient.ListMembershipsPagedResponse>
HttpJsonGkeHubStub. listMembershipsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMembershipsRequest,ListMembershipsResponse,GkeHubClient.ListMembershipsPagedResponse>
GkeHubStubSettings.Builder. listMembershipsSettings()
Returns the builder for the settings used for calls to listMemberships.com.google.api.gax.rpc.PagedCallSettings<ListMembershipsRequest,ListMembershipsResponse,GkeHubClient.ListMembershipsPagedResponse>
GkeHubStubSettings. listMembershipsSettings()
Returns the object with the settings used for calls to listMemberships.
-