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 voidTopicAdminClient. 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 DeleteTopicRequestDeleteTopicRequest.Builder. build()DeleteTopicRequestDeleteTopicRequest.Builder. buildPartial()static DeleteTopicRequestDeleteTopicRequest. getDefaultInstance()DeleteTopicRequestDeleteTopicRequest.Builder. getDefaultInstanceForType()DeleteTopicRequestDeleteTopicRequest. getDefaultInstanceForType()static DeleteTopicRequestDeleteTopicRequest. parseDelimitedFrom(InputStream input)static DeleteTopicRequestDeleteTopicRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTopicRequestDeleteTopicRequest. parseFrom(byte[] data)static DeleteTopicRequestDeleteTopicRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTopicRequestDeleteTopicRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteTopicRequestDeleteTopicRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTopicRequestDeleteTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteTopicRequestDeleteTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTopicRequestDeleteTopicRequest. parseFrom(InputStream input)static DeleteTopicRequestDeleteTopicRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTopicRequestDeleteTopicRequest. parseFrom(ByteBuffer data)static DeleteTopicRequestDeleteTopicRequest. 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 voidPublisherGrpc.AsyncService. deleteTopic(DeleteTopicRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the topic with the given name.com.google.protobuf.EmptyPublisherGrpc.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.voidPublisherGrpc.PublisherStub. deleteTopic(DeleteTopicRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the topic with the given name.DeleteTopicRequest.BuilderDeleteTopicRequest.Builder. mergeFrom(DeleteTopicRequest other)static DeleteTopicRequest.BuilderDeleteTopicRequest. newBuilder(DeleteTopicRequest prototype)
-