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 |
---|---|
PublishResponse |
TopicAdminClient.publish(PublishRequest request)
Adds one or more messages to the topic.
|
PublishResponse |
TopicAdminClient.publish(String topic,
List<PubsubMessage> messages)
Adds one or more messages to the topic.
|
PublishResponse |
TopicAdminClient.publish(TopicName topic,
List<PubsubMessage> messages)
Adds one or more messages to the topic.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<PublishRequest,PublishResponse> |
TopicAdminClient.publishCallable()
Adds one or more messages to the topic.
|
com.google.api.gax.rpc.BatchingCallSettings<PublishRequest,PublishResponse> |
TopicAdminSettings.publishSettings()
Returns the object with the settings used for calls to publish.
|
com.google.api.gax.rpc.BatchingCallSettings.Builder<PublishRequest,PublishResponse> |
TopicAdminSettings.Builder.publishSettings()
Returns the builder for the settings used for calls to publish.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<PublishRequest,PublishResponse> |
HttpJsonPublisherStub.publishCallable() |
com.google.api.gax.rpc.UnaryCallable<PublishRequest,PublishResponse> |
GrpcPublisherStub.publishCallable() |
com.google.api.gax.rpc.UnaryCallable<PublishRequest,PublishResponse> |
PublisherStub.publishCallable() |
com.google.api.gax.rpc.BatchingCallSettings<PublishRequest,PublishResponse> |
PublisherStubSettings.publishSettings()
Returns the object with the settings used for calls to publish.
|
com.google.api.gax.rpc.BatchingCallSettings.Builder<PublishRequest,PublishResponse> |
PublisherStubSettings.Builder.publishSettings()
Returns the builder for the settings used for calls to publish.
|
Modifier and Type | Method and Description |
---|---|
PublishResponse |
PublishResponse.Builder.build() |
PublishResponse |
PublishResponse.Builder.buildPartial() |
static PublishResponse |
PublishResponse.getDefaultInstance() |
PublishResponse |
PublishResponse.getDefaultInstanceForType() |
PublishResponse |
PublishResponse.Builder.getDefaultInstanceForType() |
static PublishResponse |
PublishResponse.parseDelimitedFrom(InputStream input) |
static PublishResponse |
PublishResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublishResponse |
PublishResponse.parseFrom(byte[] data) |
static PublishResponse |
PublishResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublishResponse |
PublishResponse.parseFrom(ByteBuffer data) |
static PublishResponse |
PublishResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublishResponse |
PublishResponse.parseFrom(com.google.protobuf.ByteString data) |
static PublishResponse |
PublishResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublishResponse |
PublishResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static PublishResponse |
PublishResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublishResponse |
PublishResponse.parseFrom(InputStream input) |
static PublishResponse |
PublishResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PublishResponse |
PublisherGrpc.PublisherBlockingStub.publish(PublishRequest request)
Adds one or more messages to the topic.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<PublishResponse> |
PublishResponse.getParserForType() |
static MethodDescriptor<PublishRequest,PublishResponse> |
PublisherGrpc.getPublishMethod() |
static com.google.protobuf.Parser<PublishResponse> |
PublishResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<PublishResponse> |
PublisherGrpc.PublisherFutureStub.publish(PublishRequest request)
Adds one or more messages to the topic.
|
Modifier and Type | Method and Description |
---|---|
PublishResponse.Builder |
PublishResponse.Builder.mergeFrom(PublishResponse other) |
static PublishResponse.Builder |
PublishResponse.newBuilder(PublishResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
PublisherGrpc.AsyncService.publish(PublishRequest request,
StreamObserver<PublishResponse> responseObserver)
Adds one or more messages to the topic.
|
void |
PublisherGrpc.PublisherStub.publish(PublishRequest request,
StreamObserver<PublishResponse> responseObserver)
Adds one or more messages to the topic.
|
Copyright © 2023 Google LLC. All rights reserved.