Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListTopicsPagedResponse
Packages that use AdminServiceClient.ListTopicsPagedResponse
Package
Description
A client to Pub/Sub Lite API
-
Uses of AdminServiceClient.ListTopicsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListTopicsPagedResponseModifier and TypeMethodDescriptionAdminServiceClient.listTopics(ListTopicsRequest request) Returns the list of topics for the given project.AdminServiceClient.listTopics(LocationName parent) Returns the list of topics for the given project.AdminServiceClient.listTopics(String parent) Returns the list of topics for the given project.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type AdminServiceClient.ListTopicsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<AdminServiceClient.ListTopicsPagedResponse>AdminServiceClient.ListTopicsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTopicsRequest, ListTopicsResponse, Topic> context, com.google.api.core.ApiFuture<ListTopicsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,AdminServiceClient.ListTopicsPagedResponse> AdminServiceClient.listTopicsPagedCallable()Returns the list of topics for the given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse, AdminServiceClient.ListTopicsPagedResponse> AdminServiceSettings.Builder.listTopicsSettings()Returns the builder for the settings used for calls to listTopics.com.google.api.gax.rpc.PagedCallSettings<ListTopicsRequest,ListTopicsResponse, AdminServiceClient.ListTopicsPagedResponse> AdminServiceSettings.listTopicsSettings()Returns the object with the settings used for calls to listTopics. -
Uses of AdminServiceClient.ListTopicsPagedResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type AdminServiceClient.ListTopicsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,AdminServiceClient.ListTopicsPagedResponse> AdminServiceStub.listTopicsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,AdminServiceClient.ListTopicsPagedResponse> GrpcAdminServiceStub.listTopicsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse, AdminServiceClient.ListTopicsPagedResponse> AdminServiceStubSettings.Builder.listTopicsSettings()Returns the builder for the settings used for calls to listTopics.com.google.api.gax.rpc.PagedCallSettings<ListTopicsRequest,ListTopicsResponse, AdminServiceClient.ListTopicsPagedResponse> AdminServiceStubSettings.listTopicsSettings()Returns the object with the settings used for calls to listTopics.