Uses of Class
com.google.pubsub.v1.DeleteTopicRequest
-
Packages that use DeleteTopicRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of DeleteTopicRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type DeleteTopicRequest Modifier and Type Method 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.Builder<DeleteTopicRequest,com.google.protobuf.Empty>
TopicAdminSettings.Builder. deleteTopicSettings()
Returns the builder for the settings used for calls to deleteTopic.com.google.api.gax.rpc.UnaryCallSettings<DeleteTopicRequest,com.google.protobuf.Empty>
TopicAdminSettings. deleteTopicSettings()
Returns the object with the settings used for calls to deleteTopic.Methods in com.google.cloud.pubsub.v1 with parameters of type DeleteTopicRequest Modifier and Type Method Description void
TopicAdminClient. deleteTopic(DeleteTopicRequest request)
Deletes the topic with the given name. -
Uses of DeleteTopicRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type DeleteTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty>
GrpcPublisherStub. deleteTopicCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty>
HttpJsonPublisherStub. deleteTopicCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty>
PublisherStub. deleteTopicCallable()
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.com.google.api.gax.rpc.UnaryCallSettings<DeleteTopicRequest,com.google.protobuf.Empty>
PublisherStubSettings. deleteTopicSettings()
Returns the object with the settings used for calls to deleteTopic. -
Uses of DeleteTopicRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return DeleteTopicRequest Modifier and Type Method Description DeleteTopicRequest
DeleteTopicRequest.Builder. build()
DeleteTopicRequest
DeleteTopicRequest.Builder. buildPartial()
static DeleteTopicRequest
DeleteTopicRequest. getDefaultInstance()
DeleteTopicRequest
DeleteTopicRequest.Builder. getDefaultInstanceForType()
DeleteTopicRequest
DeleteTopicRequest. 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(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)
static DeleteTopicRequest
DeleteTopicRequest. parseFrom(ByteBuffer data)
static DeleteTopicRequest
DeleteTopicRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type DeleteTopicRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty>
PublisherGrpc. getDeleteTopicMethod()
com.google.protobuf.Parser<DeleteTopicRequest>
DeleteTopicRequest. getParserForType()
static com.google.protobuf.Parser<DeleteTopicRequest>
DeleteTopicRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type DeleteTopicRequest Modifier and Type Method Description default void
PublisherGrpc.AsyncService. deleteTopic(DeleteTopicRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the topic with the given name.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.void
PublisherGrpc.PublisherStub. deleteTopic(DeleteTopicRequest request, io.grpc.stub.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)
-