Uses of Class
com.google.cloud.pubsublite.proto.Topic
-
Packages that use Topic Package Description com.google.cloud.pubsublite com.google.cloud.pubsublite.internal com.google.cloud.pubsublite.internal.testing com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of Topic in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return types with arguments of type Topic Modifier and Type Method Description com.google.api.core.ApiFuture<Topic>AdminClient. createTopic(Topic topic)Create the provided topic if it does not yet exist.com.google.api.core.ApiFuture<Topic>AdminClient. getTopic(TopicPath path)Get the topic with ididif it exists.com.google.api.core.ApiFuture<List<Topic>>AdminClient. listTopics(LocationPath path)List all topics for the specified project.com.google.api.core.ApiFuture<Topic>AdminClient. updateTopic(Topic topic, com.google.protobuf.FieldMask mask)Update the topic with pathtopic.getPath()if it exists.Methods in com.google.cloud.pubsublite with parameters of type Topic Modifier and Type Method Description com.google.api.core.ApiFuture<Topic>AdminClient. createTopic(Topic topic)Create the provided topic if it does not yet exist.com.google.api.core.ApiFuture<Topic>AdminClient. updateTopic(Topic topic, com.google.protobuf.FieldMask mask)Update the topic with pathtopic.getPath()if it exists. -
Uses of Topic in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal that return types with arguments of type Topic Modifier and Type Method Description com.google.api.core.ApiFuture<Topic>AdminClientImpl. createTopic(Topic topic)com.google.api.core.ApiFuture<Topic>AdminClientImpl. getTopic(TopicPath path)com.google.api.core.ApiFuture<List<Topic>>AdminClientImpl. listTopics(LocationPath path)com.google.api.core.ApiFuture<Topic>AdminClientImpl. updateTopic(Topic topic, com.google.protobuf.FieldMask mask)Methods in com.google.cloud.pubsublite.internal with parameters of type Topic Modifier and Type Method Description com.google.api.core.ApiFuture<Topic>AdminClientImpl. createTopic(Topic topic)com.google.api.core.ApiFuture<Topic>AdminClientImpl. updateTopic(Topic topic, com.google.protobuf.FieldMask mask) -
Uses of Topic in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return Topic Modifier and Type Method Description static TopicUnitTestExamples. exampleTopic() -
Uses of Topic in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return Topic Modifier and Type Method Description TopicTopic.Builder. build()TopicTopic.Builder. buildPartial()TopicAdminServiceGrpc.AdminServiceBlockingStub. createTopic(CreateTopicRequest request)Creates a new topic.static TopicTopic. getDefaultInstance()TopicTopic.Builder. getDefaultInstanceForType()TopicTopic. getDefaultInstanceForType()TopicAdminServiceGrpc.AdminServiceBlockingStub. getTopic(GetTopicRequest request)Returns the topic configuration.TopicCreateTopicRequest.Builder. getTopic()Required.TopicCreateTopicRequest. getTopic()Required.TopicCreateTopicRequestOrBuilder. getTopic()Required.TopicUpdateTopicRequest.Builder. getTopic()Required.TopicUpdateTopicRequest. getTopic()Required.TopicUpdateTopicRequestOrBuilder. getTopic()Required.TopicListTopicsResponse.Builder. getTopics(int index)The list of topic in the requested parent.TopicListTopicsResponse. getTopics(int index)The list of topic in the requested parent.TopicListTopicsResponseOrBuilder. getTopics(int index)The list of topic in the requested parent.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)TopicAdminServiceGrpc.AdminServiceBlockingStub. updateTopic(UpdateTopicRequest request)Updates properties of the specified topic.Methods in com.google.cloud.pubsublite.proto that return types with arguments of type Topic Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Topic>AdminServiceGrpc.AdminServiceFutureStub. createTopic(CreateTopicRequest request)Creates a new topic.static io.grpc.MethodDescriptor<CreateTopicRequest,Topic>AdminServiceGrpc. getCreateTopicMethod()static io.grpc.MethodDescriptor<GetTopicRequest,Topic>AdminServiceGrpc. getGetTopicMethod()com.google.protobuf.Parser<Topic>Topic. getParserForType()com.google.common.util.concurrent.ListenableFuture<Topic>AdminServiceGrpc.AdminServiceFutureStub. getTopic(GetTopicRequest request)Returns the topic configuration.List<Topic>ListTopicsResponse.Builder. getTopicsList()The list of topic in the requested parent.List<Topic>ListTopicsResponse. getTopicsList()The list of topic in the requested parent.List<Topic>ListTopicsResponseOrBuilder. getTopicsList()The list of topic in the requested parent.static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic>AdminServiceGrpc. getUpdateTopicMethod()static com.google.protobuf.Parser<Topic>Topic. parser()com.google.common.util.concurrent.ListenableFuture<Topic>AdminServiceGrpc.AdminServiceFutureStub. updateTopic(UpdateTopicRequest request)Updates properties of the specified topic.Methods in com.google.cloud.pubsublite.proto with parameters of type Topic Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.Builder. addTopics(int index, Topic value)The list of topic in the requested parent.ListTopicsResponse.BuilderListTopicsResponse.Builder. addTopics(Topic value)The list of topic in the requested parent.Topic.BuilderTopic.Builder. mergeFrom(Topic other)CreateTopicRequest.BuilderCreateTopicRequest.Builder. mergeTopic(Topic value)Required.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. mergeTopic(Topic value)Required.static Topic.BuilderTopic. newBuilder(Topic prototype)CreateTopicRequest.BuilderCreateTopicRequest.Builder. setTopic(Topic value)Required.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. setTopic(Topic value)Required.ListTopicsResponse.BuilderListTopicsResponse.Builder. setTopics(int index, Topic value)The list of topic in the requested parent.Method parameters in com.google.cloud.pubsublite.proto with type arguments of type Topic Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.Builder. addAllTopics(Iterable<? extends Topic> values)The list of topic in the requested parent.voidAdminServiceGrpc.AdminServiceStub. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates a new topic.default voidAdminServiceGrpc.AsyncService. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Creates a new topic.voidAdminServiceGrpc.AdminServiceStub. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Returns the topic configuration.default voidAdminServiceGrpc.AsyncService. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Returns the topic configuration.voidAdminServiceGrpc.AdminServiceStub. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates properties of the specified topic.default voidAdminServiceGrpc.AsyncService. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates properties of the specified topic. -
Uses of Topic in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return Topic Modifier and Type Method Description TopicAdminServiceClient. createTopic(CreateTopicRequest request)Creates a new topic.TopicAdminServiceClient. createTopic(LocationName parent, Topic topic, String topicId)Creates a new topic.TopicAdminServiceClient. createTopic(String parent, Topic topic, String topicId)Creates a new topic.TopicAdminServiceClient. getTopic(GetTopicRequest request)Returns the topic configuration.TopicAdminServiceClient. getTopic(TopicName name)Returns the topic configuration.TopicAdminServiceClient. getTopic(String name)Returns the topic configuration.TopicAdminServiceClient. updateTopic(Topic topic, com.google.protobuf.FieldMask updateMask)Updates properties of the specified topic.TopicAdminServiceClient. updateTopic(UpdateTopicRequest request)Updates properties of the specified topic.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type Topic Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTopicRequest,Topic>AdminServiceClient. createTopicCallable()Creates a new topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTopicRequest,Topic>AdminServiceSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<CreateTopicRequest,Topic>AdminServiceSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>AdminServiceClient. getTopicCallable()Returns the topic configuration.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>AdminServiceSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>AdminServiceSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>AdminServiceClient. updateTopicCallable()Updates properties of the specified topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>AdminServiceSettings.Builder. updateTopicSettings()Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>AdminServiceSettings. updateTopicSettings()Returns the object with the settings used for calls to updateTopic.Methods in com.google.cloud.pubsublite.v1 with parameters of type Topic Modifier and Type Method Description TopicAdminServiceClient. createTopic(LocationName parent, Topic topic, String topicId)Creates a new topic.TopicAdminServiceClient. createTopic(String parent, Topic topic, String topicId)Creates a new topic.TopicAdminServiceClient. updateTopic(Topic topic, com.google.protobuf.FieldMask updateMask)Updates properties of the specified topic.Method parameters in com.google.cloud.pubsublite.v1 with type arguments of type Topic Modifier and Type Method Description static com.google.api.core.ApiFuture<AdminServiceClient.ListTopicsPagedResponse>AdminServiceClient.ListTopicsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, com.google.api.core.ApiFuture<ListTopicsResponse> futureResponse)protected AdminServiceClient.ListTopicsPageAdminServiceClient.ListTopicsPage. createPage(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context, ListTopicsResponse response)com.google.api.core.ApiFuture<AdminServiceClient.ListTopicsPage>AdminServiceClient.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.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type Topic Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTopicRequest,Topic>AdminServiceStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallable<CreateTopicRequest,Topic>GrpcAdminServiceStub. createTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTopicRequest,Topic>AdminServiceStubSettings.Builder. createTopicSettings()Returns the builder for the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallSettings<CreateTopicRequest,Topic>AdminServiceStubSettings. createTopicSettings()Returns the object with the settings used for calls to createTopic.com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>AdminServiceStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>GrpcAdminServiceStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>AdminServiceStubSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>AdminServiceStubSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>AdminServiceStub. updateTopicCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>GrpcAdminServiceStub. updateTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>AdminServiceStubSettings.Builder. updateTopicSettings()Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>AdminServiceStubSettings. updateTopicSettings()Returns the object with the settings used for calls to updateTopic.
-