Uses of Class
com.google.cloud.pubsublite.proto.DeleteTopicRequest
-
Packages that use DeleteTopicRequest Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of DeleteTopicRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto 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.cloud.pubsublite.proto that return types with arguments of type DeleteTopicRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty>AdminServiceGrpc. getDeleteTopicMethod()com.google.protobuf.Parser<DeleteTopicRequest>DeleteTopicRequest. getParserForType()static com.google.protobuf.Parser<DeleteTopicRequest>DeleteTopicRequest. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type DeleteTopicRequest Modifier and Type Method Description com.google.protobuf.EmptyAdminServiceGrpc.AdminServiceBlockingStub. deleteTopic(DeleteTopicRequest request)Deletes the specified topic.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>AdminServiceGrpc.AdminServiceFutureStub. deleteTopic(DeleteTopicRequest request)Deletes the specified topic.voidAdminServiceGrpc.AdminServiceStub. deleteTopic(DeleteTopicRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified topic.default voidAdminServiceGrpc.AsyncService. deleteTopic(DeleteTopicRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified topic.DeleteTopicRequest.BuilderDeleteTopicRequest.Builder. mergeFrom(DeleteTopicRequest other)static DeleteTopicRequest.BuilderDeleteTopicRequest. newBuilder(DeleteTopicRequest prototype) -
Uses of DeleteTopicRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.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>AdminServiceClient. deleteTopicCallable()Deletes the specified topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTopicRequest,com.google.protobuf.Empty>AdminServiceSettings.Builder. deleteTopicSettings()Returns the builder for the settings used for calls to deleteTopic.com.google.api.gax.rpc.UnaryCallSettings<DeleteTopicRequest,com.google.protobuf.Empty>AdminServiceSettings. deleteTopicSettings()Returns the object with the settings used for calls to deleteTopic.Methods in com.google.cloud.pubsublite.v1 with parameters of type DeleteTopicRequest Modifier and Type Method Description voidAdminServiceClient. deleteTopic(DeleteTopicRequest request)Deletes the specified topic. -
Uses of DeleteTopicRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.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>AdminServiceStub. deleteTopicCallable()com.google.api.gax.rpc.UnaryCallable<DeleteTopicRequest,com.google.protobuf.Empty>GrpcAdminServiceStub. deleteTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTopicRequest,com.google.protobuf.Empty>AdminServiceStubSettings.Builder. deleteTopicSettings()Returns the builder for the settings used for calls to deleteTopic.com.google.api.gax.rpc.UnaryCallSettings<DeleteTopicRequest,com.google.protobuf.Empty>AdminServiceStubSettings. deleteTopicSettings()Returns the object with the settings used for calls to deleteTopic.
-