Uses of Class
com.google.pubsub.v1.Topic
-
Packages that use Topic 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 Topic in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return Topic Modifier and Type Method Description TopicTopicAdminClient. createTopic(ProjectTopicName name)Deprecated.UseTopicAdminClient.createTopic(TopicName)instead.TopicTopicAdminClient. createTopic(Topic request)Creates the given topic with the given name.TopicTopicAdminClient. createTopic(TopicName name)Creates the given topic with the given name.TopicTopicAdminClient. createTopic(String name)Creates the given topic with the given name.TopicTopicAdminClient. getTopic(GetTopicRequest request)Gets the configuration of a topic.TopicTopicAdminClient. getTopic(ProjectTopicName topic)Deprecated.UseTopicAdminClient.getTopic(TopicName)instead.TopicTopicAdminClient. getTopic(TopicName topic)Gets the configuration of a topic.TopicTopicAdminClient. getTopic(String topic)Gets the configuration of a topic.TopicTopicAdminClient. updateTopic(Topic topic, com.google.protobuf.FieldMask updateMask)Updates an existing topic.TopicTopicAdminClient. updateTopic(UpdateTopicRequest request)Updates an existing topic.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type Topic Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<Topic,Topic>TopicAdminClient. createTopicCallable()Creates the given topic with the given name.com.google.api.gax.rpc.UnaryCallable<Topic,Topic>TopicAdminClient. createTopicCallable()Creates the given topic with the given name.com.google.api.gax.rpc.UnaryCallSettings.Builder<Topic,Topic>TopicAdminSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings.Builder<Topic,Topic>TopicAdminSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<Topic,Topic>TopicAdminSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<Topic,Topic>TopicAdminSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>TopicAdminClient. getTopicCallable()Gets the configuration of a topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>TopicAdminSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>TopicAdminSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>TopicAdminClient. updateTopicCallable()Updates an existing topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>TopicAdminSettings.Builder. updateTopicSettings()Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>TopicAdminSettings. updateTopicSettings()Returns the object with the settings used for calls to updateTopic.Methods in com.google.cloud.pubsub.v1 with parameters of type Topic Modifier and Type Method Description TopicTopicAdminClient. createTopic(Topic request)Creates the given topic with the given name.TopicTopicAdminClient. updateTopic(Topic topic, com.google.protobuf.FieldMask updateMask)Updates an existing topic.Method parameters in com.google.cloud.pubsub.v1 with type arguments of type Topic Modifier and Type Method Description static com.google.api.core.ApiFuture<TopicAdminClient.ListTopicsPagedResponse>TopicAdminClient.ListTopicsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, com.google.api.core.ApiFuture<ListTopicsResponse> futureResponse)protected TopicAdminClient.ListTopicsPageTopicAdminClient.ListTopicsPage. createPage(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, ListTopicsResponse response)com.google.api.core.ApiFuture<TopicAdminClient.ListTopicsPage>TopicAdminClient.ListTopicsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, com.google.api.core.ApiFuture<ListTopicsResponse> futureResponse) -
Uses of Topic in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type Topic Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<Topic,Topic>GrpcPublisherStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallable<Topic,Topic>GrpcPublisherStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallable<Topic,Topic>HttpJsonPublisherStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallable<Topic,Topic>HttpJsonPublisherStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallable<Topic,Topic>PublisherStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallable<Topic,Topic>PublisherStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<Topic,Topic>PublisherStubSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings.Builder<Topic,Topic>PublisherStubSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<Topic,Topic>PublisherStubSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<Topic,Topic>PublisherStubSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>GrpcPublisherStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>HttpJsonPublisherStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>PublisherStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>PublisherStubSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>PublisherStubSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>GrpcPublisherStub. updateTopicCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>HttpJsonPublisherStub. updateTopicCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>PublisherStub. updateTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>PublisherStubSettings.Builder. updateTopicSettings()Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>PublisherStubSettings. updateTopicSettings()Returns the object with the settings used for calls to updateTopic. -
Uses of Topic in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return Topic Modifier and Type Method Description TopicTopic.Builder. build()TopicTopic.Builder. buildPartial()TopicPublisherGrpc.PublisherBlockingStub. createTopic(Topic request)Creates the given topic with the given name.static TopicTopic. getDefaultInstance()TopicTopic.Builder. getDefaultInstanceForType()TopicTopic. getDefaultInstanceForType()TopicPublisherGrpc.PublisherBlockingStub. getTopic(GetTopicRequest request)Gets the configuration of a topic.TopicUpdateTopicRequest.Builder. getTopic()Required.TopicUpdateTopicRequest. getTopic()Required.TopicUpdateTopicRequestOrBuilder. getTopic()Required.TopicListTopicsResponse.Builder. getTopics(int index)The resulting topics.TopicListTopicsResponse. getTopics(int index)The resulting topics.TopicListTopicsResponseOrBuilder. getTopics(int index)The resulting topics.static TopicTopic. parseDelimitedFrom(InputStream input)static TopicTopic. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicTopic. parseFrom(byte[] data)static TopicTopic. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicTopic. parseFrom(com.google.protobuf.ByteString data)static TopicTopic. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicTopic. parseFrom(com.google.protobuf.CodedInputStream input)static TopicTopic. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicTopic. parseFrom(InputStream input)static TopicTopic. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicTopic. parseFrom(ByteBuffer data)static TopicTopic. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TopicPublisherGrpc.PublisherBlockingStub. updateTopic(UpdateTopicRequest request)Updates an existing topic.Methods in com.google.pubsub.v1 that return types with arguments of type Topic Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Topic>PublisherGrpc.PublisherFutureStub. createTopic(Topic request)Creates the given topic with the given name.static io.grpc.MethodDescriptor<Topic,Topic>PublisherGrpc. getCreateTopicMethod()static io.grpc.MethodDescriptor<Topic,Topic>PublisherGrpc. getCreateTopicMethod()static io.grpc.MethodDescriptor<GetTopicRequest,Topic>PublisherGrpc. getGetTopicMethod()com.google.protobuf.Parser<Topic>Topic. getParserForType()com.google.common.util.concurrent.ListenableFuture<Topic>PublisherGrpc.PublisherFutureStub. getTopic(GetTopicRequest request)Gets the configuration of a topic.List<Topic>ListTopicsResponse.Builder. getTopicsList()The resulting topics.List<Topic>ListTopicsResponse. getTopicsList()The resulting topics.List<Topic>ListTopicsResponseOrBuilder. getTopicsList()The resulting topics.static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic>PublisherGrpc. getUpdateTopicMethod()static com.google.protobuf.Parser<Topic>Topic. parser()com.google.common.util.concurrent.ListenableFuture<Topic>PublisherGrpc.PublisherFutureStub. updateTopic(UpdateTopicRequest request)Updates an existing topic.Methods in com.google.pubsub.v1 with parameters of type Topic Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.Builder. addTopics(int index, Topic value)The resulting topics.ListTopicsResponse.BuilderListTopicsResponse.Builder. addTopics(Topic value)The resulting topics.default voidPublisherGrpc.AsyncService. createTopic(Topic request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates the given topic with the given name.TopicPublisherGrpc.PublisherBlockingStub. createTopic(Topic request)Creates the given topic with the given name.com.google.common.util.concurrent.ListenableFuture<Topic>PublisherGrpc.PublisherFutureStub. createTopic(Topic request)Creates the given topic with the given name.voidPublisherGrpc.PublisherStub. createTopic(Topic request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates the given topic with the given name.Topic.BuilderTopic.Builder. mergeFrom(Topic other)UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. mergeTopic(Topic value)Required.static Topic.BuilderTopic. newBuilder(Topic prototype)UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. setTopic(Topic value)Required.ListTopicsResponse.BuilderListTopicsResponse.Builder. setTopics(int index, Topic value)The resulting topics.Method parameters in com.google.pubsub.v1 with type arguments of type Topic Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.Builder. addAllTopics(Iterable<? extends Topic> values)The resulting topics.default voidPublisherGrpc.AsyncService. createTopic(Topic request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates the given topic with the given name.voidPublisherGrpc.PublisherStub. createTopic(Topic request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates the given topic with the given name.default voidPublisherGrpc.AsyncService. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Gets the configuration of a topic.voidPublisherGrpc.PublisherStub. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Gets the configuration of a topic.default voidPublisherGrpc.AsyncService. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates an existing topic.voidPublisherGrpc.PublisherStub. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates an existing topic.
-