Uses of Class
com.google.cloud.pubsublite.proto.ListTopicsRequest
-
Packages that use ListTopicsRequest Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of ListTopicsRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ListTopicsRequest Modifier and Type Method Description ListTopicsRequest
ListTopicsRequest.Builder. build()
ListTopicsRequest
ListTopicsRequest.Builder. buildPartial()
static ListTopicsRequest
ListTopicsRequest. getDefaultInstance()
ListTopicsRequest
ListTopicsRequest.Builder. getDefaultInstanceForType()
ListTopicsRequest
ListTopicsRequest. getDefaultInstanceForType()
static ListTopicsRequest
ListTopicsRequest. parseDelimitedFrom(InputStream input)
static ListTopicsRequest
ListTopicsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTopicsRequest
ListTopicsRequest. parseFrom(byte[] data)
static ListTopicsRequest
ListTopicsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTopicsRequest
ListTopicsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListTopicsRequest
ListTopicsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTopicsRequest
ListTopicsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTopicsRequest
ListTopicsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTopicsRequest
ListTopicsRequest. parseFrom(InputStream input)
static ListTopicsRequest
ListTopicsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTopicsRequest
ListTopicsRequest. parseFrom(ByteBuffer data)
static ListTopicsRequest
ListTopicsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ListTopicsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse>
AdminServiceGrpc. getListTopicsMethod()
com.google.protobuf.Parser<ListTopicsRequest>
ListTopicsRequest. getParserForType()
static com.google.protobuf.Parser<ListTopicsRequest>
ListTopicsRequest. parser()
Methods in com.google.cloud.pubsublite.proto with parameters of type ListTopicsRequest Modifier and Type Method Description ListTopicsResponse
AdminServiceGrpc.AdminServiceBlockingStub. listTopics(ListTopicsRequest request)
Returns the list of topics for the given project.com.google.common.util.concurrent.ListenableFuture<ListTopicsResponse>
AdminServiceGrpc.AdminServiceFutureStub. listTopics(ListTopicsRequest request)
Returns the list of topics for the given project.void
AdminServiceGrpc.AdminServiceStub. listTopics(ListTopicsRequest request, io.grpc.stub.StreamObserver<ListTopicsResponse> responseObserver)
Returns the list of topics for the given project.default void
AdminServiceGrpc.AsyncService. listTopics(ListTopicsRequest request, io.grpc.stub.StreamObserver<ListTopicsResponse> responseObserver)
Returns the list of topics for the given project.ListTopicsRequest.Builder
ListTopicsRequest.Builder. mergeFrom(ListTopicsRequest other)
static ListTopicsRequest.Builder
ListTopicsRequest. newBuilder(ListTopicsRequest prototype)
-
Uses of ListTopicsRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type ListTopicsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,ListTopicsResponse>
AdminServiceClient. listTopicsCallable()
Returns the list of topics for the given project.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.Methods in com.google.cloud.pubsublite.v1 with parameters of type ListTopicsRequest Modifier and Type Method Description AdminServiceClient.ListTopicsPagedResponse
AdminServiceClient. listTopics(ListTopicsRequest request)
Returns the list of topics for the given project.Method parameters in com.google.cloud.pubsublite.v1 with type arguments of type ListTopicsRequest 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)
protected AdminServiceClient.ListTopicsPage
AdminServiceClient.ListTopicsPage. createPage(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, ListTopicsResponse response)
com.google.api.core.ApiFuture<AdminServiceClient.ListTopicsPage>
AdminServiceClient.ListTopicsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, com.google.api.core.ApiFuture<ListTopicsResponse> futureResponse)
-
Uses of ListTopicsRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type ListTopicsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,ListTopicsResponse>
AdminServiceStub. listTopicsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,ListTopicsResponse>
GrpcAdminServiceStub. listTopicsCallable()
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.
-