Package | Description |
---|---|
com.google.cloud.pubsub.spi.v1 |
A client to Google Cloud Pub/Sub API.
|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
ApiCallable<ListTopicsRequest,ListTopicsResponse> |
PublisherApi.listTopicsCallable()
Lists matching topics.
|
PageStreamingCallSettings<ListTopicsRequest,ListTopicsResponse,Topic> |
PublisherSettings.listTopicsSettings()
Returns the object with the settings used for calls to listTopics.
|
PageStreamingCallSettings.Builder<ListTopicsRequest,ListTopicsResponse,Topic> |
PublisherSettings.Builder.listTopicsSettings()
Returns the builder for the settings used for calls to listTopics.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse> |
PublisherGrpc.METHOD_LIST_TOPICS |
Modifier and Type | Method and Description |
---|---|
ListTopicsResponse |
ListTopicsResponse.Builder.build() |
ListTopicsResponse |
ListTopicsResponse.Builder.buildPartial() |
static ListTopicsResponse |
ListTopicsResponse.getDefaultInstance() |
ListTopicsResponse |
ListTopicsResponse.getDefaultInstanceForType() |
ListTopicsResponse |
ListTopicsResponse.Builder.getDefaultInstanceForType() |
ListTopicsResponse |
PublisherGrpc.PublisherBlockingClient.listTopics(ListTopicsRequest request) |
ListTopicsResponse |
PublisherGrpc.PublisherBlockingStub.listTopics(ListTopicsRequest request) |
static ListTopicsResponse |
ListTopicsResponse.parseDelimitedFrom(java.io.InputStream input) |
static ListTopicsResponse |
ListTopicsResponse.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(byte[] data) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(ByteString data) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(CodedInputStream input) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(java.io.InputStream input) |
static ListTopicsResponse |
ListTopicsResponse.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<ListTopicsResponse> |
ListTopicsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListTopicsResponse> |
PublisherGrpc.PublisherFutureClient.listTopics(ListTopicsRequest request) |
com.google.common.util.concurrent.ListenableFuture<ListTopicsResponse> |
PublisherGrpc.PublisherFutureStub.listTopics(ListTopicsRequest request) |
static Parser<ListTopicsResponse> |
ListTopicsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.mergeFrom(ListTopicsResponse other) |
static ListTopicsResponse.Builder |
ListTopicsResponse.newBuilder(ListTopicsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
PublisherGrpc.Publisher.listTopics(ListTopicsRequest request,
io.grpc.stub.StreamObserver<ListTopicsResponse> responseObserver) |
void |
PublisherGrpc.PublisherStub.listTopics(ListTopicsRequest request,
io.grpc.stub.StreamObserver<ListTopicsResponse> responseObserver) |