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 idid
if 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 Topic
UnitTestExamples. 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 Topic
Topic.Builder. build()
Topic
Topic.Builder. buildPartial()
Topic
AdminServiceGrpc.AdminServiceBlockingStub. createTopic(CreateTopicRequest request)
Creates a new topic.static Topic
Topic. getDefaultInstance()
Topic
Topic.Builder. getDefaultInstanceForType()
Topic
Topic. getDefaultInstanceForType()
Topic
AdminServiceGrpc.AdminServiceBlockingStub. getTopic(GetTopicRequest request)
Returns the topic configuration.Topic
CreateTopicRequest.Builder. getTopic()
Required.Topic
CreateTopicRequest. getTopic()
Required.Topic
CreateTopicRequestOrBuilder. getTopic()
Required.Topic
UpdateTopicRequest.Builder. getTopic()
Required.Topic
UpdateTopicRequest. getTopic()
Required.Topic
UpdateTopicRequestOrBuilder. getTopic()
Required.Topic
ListTopicsResponse.Builder. getTopics(int index)
The list of topic in the requested parent.Topic
ListTopicsResponse. getTopics(int index)
The list of topic in the requested parent.Topic
ListTopicsResponseOrBuilder. getTopics(int index)
The list of topic in the requested parent.static Topic
Topic. parseDelimitedFrom(InputStream input)
static Topic
Topic. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(byte[] data)
static Topic
Topic. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(com.google.protobuf.ByteString data)
static Topic
Topic. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(com.google.protobuf.CodedInputStream input)
static Topic
Topic. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(InputStream input)
static Topic
Topic. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(ByteBuffer data)
static Topic
Topic. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Topic
AdminServiceGrpc.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.Builder
ListTopicsResponse.Builder. addTopics(int index, Topic value)
The list of topic in the requested parent.ListTopicsResponse.Builder
ListTopicsResponse.Builder. addTopics(Topic value)
The list of topic in the requested parent.Topic.Builder
Topic.Builder. mergeFrom(Topic other)
CreateTopicRequest.Builder
CreateTopicRequest.Builder. mergeTopic(Topic value)
Required.UpdateTopicRequest.Builder
UpdateTopicRequest.Builder. mergeTopic(Topic value)
Required.static Topic.Builder
Topic. newBuilder(Topic prototype)
CreateTopicRequest.Builder
CreateTopicRequest.Builder. setTopic(Topic value)
Required.UpdateTopicRequest.Builder
UpdateTopicRequest.Builder. setTopic(Topic value)
Required.ListTopicsResponse.Builder
ListTopicsResponse.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.Builder
ListTopicsResponse.Builder. addAllTopics(Iterable<? extends Topic> values)
The list of topic in the requested parent.void
AdminServiceGrpc.AdminServiceStub. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Creates a new topic.default void
AdminServiceGrpc.AsyncService. createTopic(CreateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Creates a new topic.void
AdminServiceGrpc.AdminServiceStub. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Returns the topic configuration.default void
AdminServiceGrpc.AsyncService. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Returns the topic configuration.void
AdminServiceGrpc.AdminServiceStub. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Updates properties of the specified topic.default void
AdminServiceGrpc.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 Topic
AdminServiceClient. createTopic(CreateTopicRequest request)
Creates a new topic.Topic
AdminServiceClient. createTopic(LocationName parent, Topic topic, String topicId)
Creates a new topic.Topic
AdminServiceClient. createTopic(String parent, Topic topic, String topicId)
Creates a new topic.Topic
AdminServiceClient. getTopic(GetTopicRequest request)
Returns the topic configuration.Topic
AdminServiceClient. getTopic(TopicName name)
Returns the topic configuration.Topic
AdminServiceClient. getTopic(String name)
Returns the topic configuration.Topic
AdminServiceClient. updateTopic(Topic topic, com.google.protobuf.FieldMask updateMask)
Updates properties of the specified topic.Topic
AdminServiceClient. 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 Topic
AdminServiceClient. createTopic(LocationName parent, Topic topic, String topicId)
Creates a new topic.Topic
AdminServiceClient. createTopic(String parent, Topic topic, String topicId)
Creates a new topic.Topic
AdminServiceClient. 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.ListTopicsPage
AdminServiceClient.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.
-