Uses of Class
com.google.cloud.networkconnectivity.v1alpha1.HubServiceClient.ListHubsPagedResponse
-
Packages that use HubServiceClient.ListHubsPagedResponse Package Description com.google.cloud.networkconnectivity.v1alpha1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1alpha1.stub -
-
Uses of HubServiceClient.ListHubsPagedResponse in com.google.cloud.networkconnectivity.v1alpha1
Methods in com.google.cloud.networkconnectivity.v1alpha1 that return HubServiceClient.ListHubsPagedResponse Modifier and Type Method Description HubServiceClient.ListHubsPagedResponseHubServiceClient. listHubs(ListHubsRequest request)Lists Hubs in a given project and location.HubServiceClient.ListHubsPagedResponseHubServiceClient. listHubs(LocationName parent)Lists Hubs in a given project and location.HubServiceClient.ListHubsPagedResponseHubServiceClient. listHubs(String parent)Lists Hubs in a given project and location.Methods in com.google.cloud.networkconnectivity.v1alpha1 that return types with arguments of type HubServiceClient.ListHubsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<HubServiceClient.ListHubsPagedResponse>HubServiceClient.ListHubsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListHubsRequest,ListHubsResponse,Hub> context, com.google.api.core.ApiFuture<ListHubsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,HubServiceClient.ListHubsPagedResponse>HubServiceClient. listHubsPagedCallable()Lists Hubs in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceSettings.Builder. listHubsSettings()Returns the builder for the settings used for calls to listHubs.com.google.api.gax.rpc.PagedCallSettings<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceSettings. listHubsSettings()Returns the object with the settings used for calls to listHubs. -
Uses of HubServiceClient.ListHubsPagedResponse in com.google.cloud.networkconnectivity.v1alpha1.stub
Methods in com.google.cloud.networkconnectivity.v1alpha1.stub that return types with arguments of type HubServiceClient.ListHubsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,HubServiceClient.ListHubsPagedResponse>GrpcHubServiceStub. listHubsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListHubsRequest,HubServiceClient.ListHubsPagedResponse>HubServiceStub. listHubsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceStubSettings.Builder. listHubsSettings()Returns the builder for the settings used for calls to listHubs.com.google.api.gax.rpc.PagedCallSettings<ListHubsRequest,ListHubsResponse,HubServiceClient.ListHubsPagedResponse>HubServiceStubSettings. listHubsSettings()Returns the object with the settings used for calls to listHubs.
-