Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty> |
TopicAdminClient.deleteTopicCallable()
Deletes the topic with the given name.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTopicRequest,com.google.protobuf.Empty> |
TopicAdminSettings.deleteTopicSettings()
Returns the object with the settings used for calls to deleteTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTopicRequest,com.google.protobuf.Empty> |
TopicAdminSettings.Builder.deleteTopicSettings()
Returns the builder for the settings used for calls to deleteTopic.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicAdminClient.deleteTopic(DeleteTopicRequest request)
Deletes the topic with the given name.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty> |
HttpJsonPublisherStub.deleteTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty> |
GrpcPublisherStub.deleteTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty> |
PublisherStub.deleteTopicCallable() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteTopicRequest,com.google.protobuf.Empty> |
PublisherStubSettings.deleteTopicSettings()
Returns the object with the settings used for calls to deleteTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTopicRequest,com.google.protobuf.Empty> |
PublisherStubSettings.Builder.deleteTopicSettings()
Returns the builder for the settings used for calls to deleteTopic.
|
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(InputStream input) |
static DeleteTopicRequest |
DeleteTopicRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(byte[] data) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(ByteBuffer data) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(com.google.protobuf.ByteString data) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(InputStream input) |
static DeleteTopicRequest |
DeleteTopicRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> |
PublisherGrpc.getDeleteTopicMethod() |
com.google.protobuf.Parser<DeleteTopicRequest> |
DeleteTopicRequest.getParserForType() |
static com.google.protobuf.Parser<DeleteTopicRequest> |
DeleteTopicRequest.parser() |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Empty |
PublisherGrpc.PublisherBlockingStub.deleteTopic(DeleteTopicRequest request)
Deletes the topic with the given name.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
PublisherGrpc.PublisherFutureStub.deleteTopic(DeleteTopicRequest request)
Deletes the topic with the given name.
|
default void |
PublisherGrpc.AsyncService.deleteTopic(DeleteTopicRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the topic with the given name.
|
void |
PublisherGrpc.PublisherStub.deleteTopic(DeleteTopicRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the topic with the given name.
|
DeleteTopicRequest.Builder |
DeleteTopicRequest.Builder.mergeFrom(DeleteTopicRequest other) |
static DeleteTopicRequest.Builder |
DeleteTopicRequest.newBuilder(DeleteTopicRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.