Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
Topic |
TopicAdminClient.createTopic(ProjectTopicName name)
Deprecated.
Use
TopicAdminClient.createTopic(TopicName) instead. |
Topic |
TopicAdminClient.createTopic(String name)
Creates the given topic with the given name.
|
Topic |
TopicAdminClient.createTopic(Topic request)
Creates the given topic with the given name.
|
Topic |
TopicAdminClient.createTopic(TopicName name)
Creates the given topic with the given name.
|
Topic |
TopicAdminClient.getTopic(GetTopicRequest request)
Gets the configuration of a topic.
|
Topic |
TopicAdminClient.getTopic(ProjectTopicName topic)
Deprecated.
Use
TopicAdminClient.getTopic(TopicName) instead. |
Topic |
TopicAdminClient.getTopic(String topic)
Gets the configuration of a topic.
|
Topic |
TopicAdminClient.getTopic(TopicName topic)
Gets the configuration of a topic.
|
Topic |
TopicAdminClient.updateTopic(Topic topic,
com.google.protobuf.FieldMask updateMask)
Updates an existing topic.
|
Topic |
TopicAdminClient.updateTopic(UpdateTopicRequest request)
Updates an existing topic.
|
Modifier and Type | Method and 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<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.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.UnaryCallable<GetTopicRequest,Topic> |
TopicAdminClient.getTopicCallable()
Gets the configuration of a topic.
|
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.UnaryCallSettings.Builder<GetTopicRequest,Topic> |
TopicAdminSettings.Builder.getTopicSettings()
Returns the builder for 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<UpdateTopicRequest,Topic> |
TopicAdminSettings.updateTopicSettings()
Returns the object with the settings used for calls to updateTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic> |
TopicAdminSettings.Builder.updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.
|
Modifier and Type | Method and Description |
---|---|
Topic |
TopicAdminClient.createTopic(Topic request)
Creates the given topic with the given name.
|
Topic |
TopicAdminClient.updateTopic(Topic topic,
com.google.protobuf.FieldMask updateMask)
Updates an existing topic.
|
Modifier and Type | Method and 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.ListTopicsPage |
TopicAdminClient.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) |
Modifier and Type | Method and Description |
---|---|
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> |
GrpcPublisherStub.createTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<Topic,Topic> |
GrpcPublisherStub.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<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.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.UnaryCallable<GetTopicRequest,Topic> |
HttpJsonPublisherStub.getTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic> |
GrpcPublisherStub.getTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic> |
PublisherStub.getTopicCallable() |
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.UnaryCallSettings.Builder<GetTopicRequest,Topic> |
PublisherStubSettings.Builder.getTopicSettings()
Returns the builder for the settings used for calls to getTopic.
|
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic> |
HttpJsonPublisherStub.updateTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic> |
GrpcPublisherStub.updateTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic> |
PublisherStub.updateTopicCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic> |
PublisherStubSettings.updateTopicSettings()
Returns the object with the settings used for calls to updateTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic> |
PublisherStubSettings.Builder.updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.
|
Modifier and Type | Method and Description |
---|---|
Topic |
Topic.Builder.build() |
Topic |
Topic.Builder.buildPartial() |
Topic |
PublisherGrpc.PublisherBlockingStub.createTopic(Topic request)
Creates the given topic with the given name.
|
static Topic |
Topic.getDefaultInstance() |
Topic |
Topic.getDefaultInstanceForType() |
Topic |
Topic.Builder.getDefaultInstanceForType() |
Topic |
UpdateTopicRequest.getTopic()
Required.
|
Topic |
UpdateTopicRequest.Builder.getTopic()
Required.
|
Topic |
UpdateTopicRequestOrBuilder.getTopic()
Required.
|
Topic |
PublisherGrpc.PublisherBlockingStub.getTopic(GetTopicRequest request)
Gets the configuration of a topic.
|
Topic |
ListTopicsResponseOrBuilder.getTopics(int index)
The resulting topics.
|
Topic |
ListTopicsResponse.getTopics(int index)
The resulting topics.
|
Topic |
ListTopicsResponse.Builder.getTopics(int index)
The resulting topics.
|
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(ByteBuffer data) |
static Topic |
Topic.parseFrom(ByteBuffer 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) |
Topic |
PublisherGrpc.PublisherBlockingStub.updateTopic(UpdateTopicRequest request)
Updates an existing topic.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Topic> |
PublisherGrpc.PublisherFutureStub.createTopic(Topic request)
Creates the given topic with the given name.
|
static MethodDescriptor<Topic,Topic> |
PublisherGrpc.getCreateTopicMethod() |
static MethodDescriptor<Topic,Topic> |
PublisherGrpc.getCreateTopicMethod() |
static 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> |
ListTopicsResponseOrBuilder.getTopicsList()
The resulting topics.
|
List<Topic> |
ListTopicsResponse.getTopicsList()
The resulting topics.
|
List<Topic> |
ListTopicsResponse.Builder.getTopicsList()
The resulting topics.
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addTopics(int index,
Topic value)
The resulting topics.
|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addTopics(Topic value)
The resulting topics.
|
Topic |
PublisherGrpc.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.
|
default void |
PublisherGrpc.AsyncService.createTopic(Topic request,
StreamObserver<Topic> responseObserver)
Creates the given topic with the given name.
|
void |
PublisherGrpc.PublisherStub.createTopic(Topic request,
StreamObserver<Topic> responseObserver)
Creates the given topic with the given name.
|
Topic.Builder |
Topic.Builder.mergeFrom(Topic other) |
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.mergeTopic(Topic value)
Required.
|
static Topic.Builder |
Topic.newBuilder(Topic prototype) |
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.setTopic(Topic value)
Required.
|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.setTopics(int index,
Topic value)
The resulting topics.
|
Modifier and Type | Method and Description |
---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addAllTopics(Iterable<? extends Topic> values)
The resulting topics.
|
default void |
PublisherGrpc.AsyncService.createTopic(Topic request,
StreamObserver<Topic> responseObserver)
Creates the given topic with the given name.
|
void |
PublisherGrpc.PublisherStub.createTopic(Topic request,
StreamObserver<Topic> responseObserver)
Creates the given topic with the given name.
|
default void |
PublisherGrpc.AsyncService.getTopic(GetTopicRequest request,
StreamObserver<Topic> responseObserver)
Gets the configuration of a topic.
|
void |
PublisherGrpc.PublisherStub.getTopic(GetTopicRequest request,
StreamObserver<Topic> responseObserver)
Gets the configuration of a topic.
|
default void |
PublisherGrpc.AsyncService.updateTopic(UpdateTopicRequest request,
StreamObserver<Topic> responseObserver)
Updates an existing topic.
|
void |
PublisherGrpc.PublisherStub.updateTopic(UpdateTopicRequest request,
StreamObserver<Topic> responseObserver)
Updates an existing topic.
|
Copyright © 2023 Google LLC. All rights reserved.