Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListTopicsPagedResponse
-
Packages that use AdminServiceClient.ListTopicsPagedResponse Package Description com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of AdminServiceClient.ListTopicsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListTopicsPagedResponse Modifier and Type Method Description AdminServiceClient.ListTopicsPagedResponse
AdminServiceClient. listTopics(ListTopicsRequest request)
Returns the list of topics for the given project.AdminServiceClient.ListTopicsPagedResponse
AdminServiceClient. listTopics(LocationName parent)
Returns the list of topics for the given project.AdminServiceClient.ListTopicsPagedResponse
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.ListTopicsPagedResponse Modifier and Type Method Description static 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)
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.ListTopicsPagedResponse Modifier and Type Method Description com.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.
-