Uses of Class
com.google.pubsub.v1.PublishRequest
-
Packages that use PublishRequest 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 PublishRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type PublishRequest Modifier and Type Method 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.Builder<PublishRequest,PublishResponse>
TopicAdminSettings.Builder. publishSettings()
Returns the builder for the settings used for calls to publish.com.google.api.gax.rpc.BatchingCallSettings<PublishRequest,PublishResponse>
TopicAdminSettings. publishSettings()
Returns the object with the settings used for calls to publish.Methods in com.google.cloud.pubsub.v1 with parameters of type PublishRequest Modifier and Type Method Description PublishResponse
TopicAdminClient. publish(PublishRequest request)
Adds one or more messages to the topic. -
Uses of PublishRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type PublishRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PublishRequest,PublishResponse>
GrpcPublisherStub. publishCallable()
com.google.api.gax.rpc.UnaryCallable<PublishRequest,PublishResponse>
HttpJsonPublisherStub. publishCallable()
com.google.api.gax.rpc.UnaryCallable<PublishRequest,PublishResponse>
PublisherStub. publishCallable()
com.google.api.gax.rpc.BatchingCallSettings.Builder<PublishRequest,PublishResponse>
PublisherStubSettings.Builder. publishSettings()
Returns the builder for the settings used for calls to publish.com.google.api.gax.rpc.BatchingCallSettings<PublishRequest,PublishResponse>
PublisherStubSettings. publishSettings()
Returns the object with the settings used for calls to publish. -
Uses of PublishRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return PublishRequest Modifier and Type Method Description PublishRequest
PublishRequest.Builder. build()
PublishRequest
PublishRequest.Builder. buildPartial()
static PublishRequest
PublishRequest. getDefaultInstance()
PublishRequest
PublishRequest.Builder. getDefaultInstanceForType()
PublishRequest
PublishRequest. getDefaultInstanceForType()
static PublishRequest
PublishRequest. parseDelimitedFrom(InputStream input)
static PublishRequest
PublishRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishRequest
PublishRequest. parseFrom(byte[] data)
static PublishRequest
PublishRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishRequest
PublishRequest. parseFrom(com.google.protobuf.ByteString data)
static PublishRequest
PublishRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishRequest
PublishRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PublishRequest
PublishRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishRequest
PublishRequest. parseFrom(InputStream input)
static PublishRequest
PublishRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishRequest
PublishRequest. parseFrom(ByteBuffer data)
static PublishRequest
PublishRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type PublishRequest Modifier and Type Method Description com.google.protobuf.Parser<PublishRequest>
PublishRequest. getParserForType()
static io.grpc.MethodDescriptor<PublishRequest,PublishResponse>
PublisherGrpc. getPublishMethod()
static com.google.protobuf.Parser<PublishRequest>
PublishRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type PublishRequest Modifier and Type Method Description PublishRequest.Builder
PublishRequest.Builder. mergeFrom(PublishRequest other)
static PublishRequest.Builder
PublishRequest. newBuilder(PublishRequest prototype)
default void
PublisherGrpc.AsyncService. publish(PublishRequest request, io.grpc.stub.StreamObserver<PublishResponse> responseObserver)
Adds one or more messages to the topic.PublishResponse
PublisherGrpc.PublisherBlockingStub. publish(PublishRequest request)
Adds one or more messages to the topic.com.google.common.util.concurrent.ListenableFuture<PublishResponse>
PublisherGrpc.PublisherFutureStub. publish(PublishRequest request)
Adds one or more messages to the topic.void
PublisherGrpc.PublisherStub. publish(PublishRequest request, io.grpc.stub.StreamObserver<PublishResponse> responseObserver)
Adds one or more messages to the topic.
-