| 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<DeleteTopicRequest,Empty> |
PublisherApi.deleteTopicCallable()
Deletes the topic with the given name.
|
SimpleCallSettings<DeleteTopicRequest,Empty> |
PublisherSettings.deleteTopicSettings()
Returns the object with the settings used for calls to deleteTopic.
|
SimpleCallSettings.Builder<DeleteTopicRequest,Empty> |
PublisherSettings.Builder.deleteTopicSettings()
Returns the builder for the settings used for calls to deleteTopic.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<DeleteTopicRequest,Empty> |
PublisherGrpc.METHOD_DELETE_TOPIC |
| Modifier and Type | Method and Description |
|---|---|
DeleteTopicRequest |
DeleteTopicRequest.Builder.build() |
DeleteTopicRequest |
DeleteTopicRequest.Builder.buildPartial() |
static DeleteTopicRequest |
DeleteTopicRequest.getDefaultInstance() |
DeleteTopicRequest |
DeleteTopicRequest.getDefaultInstanceForType() |
DeleteTopicRequest |
DeleteTopicRequest.Builder.getDefaultInstanceForType() |
static DeleteTopicRequest |
DeleteTopicRequest.parseDelimitedFrom(java.io.InputStream input) |
static DeleteTopicRequest |
DeleteTopicRequest.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(byte[] data) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(ByteString data) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(CodedInputStream input) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(java.io.InputStream input) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Parser<DeleteTopicRequest> |
DeleteTopicRequest.getParserForType() |
static Parser<DeleteTopicRequest> |
DeleteTopicRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
Empty |
PublisherGrpc.PublisherBlockingClient.deleteTopic(DeleteTopicRequest request) |
com.google.common.util.concurrent.ListenableFuture<Empty> |
PublisherGrpc.PublisherFutureClient.deleteTopic(DeleteTopicRequest request) |
Empty |
PublisherGrpc.PublisherBlockingStub.deleteTopic(DeleteTopicRequest request) |
com.google.common.util.concurrent.ListenableFuture<Empty> |
PublisherGrpc.PublisherFutureStub.deleteTopic(DeleteTopicRequest request) |
void |
PublisherGrpc.Publisher.deleteTopic(DeleteTopicRequest request,
io.grpc.stub.StreamObserver<Empty> responseObserver) |
void |
PublisherGrpc.PublisherStub.deleteTopic(DeleteTopicRequest request,
io.grpc.stub.StreamObserver<Empty> responseObserver) |
DeleteTopicRequest.Builder |
DeleteTopicRequest.Builder.mergeFrom(DeleteTopicRequest other) |
static DeleteTopicRequest.Builder |
DeleteTopicRequest.newBuilder(DeleteTopicRequest prototype) |