Uses of Class
com.google.pubsub.v1.PublishResponse
-
Packages that use PublishResponse 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 PublishResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return PublishResponse Modifier and Type Method Description PublishResponseTopicAdminClient. publish(PublishRequest request)Adds one or more messages to the topic.PublishResponseTopicAdminClient. publish(TopicName topic, List<PubsubMessage> messages)Adds one or more messages to the topic.PublishResponseTopicAdminClient. publish(String topic, List<PubsubMessage> messages)Adds one or more messages to the topic.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type PublishResponse 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. -
Uses of PublishResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type PublishResponse 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 PublishResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return PublishResponse Modifier and Type Method Description PublishResponsePublishResponse.Builder. build()PublishResponsePublishResponse.Builder. buildPartial()static PublishResponsePublishResponse. getDefaultInstance()PublishResponsePublishResponse.Builder. getDefaultInstanceForType()PublishResponsePublishResponse. getDefaultInstanceForType()static PublishResponsePublishResponse. parseDelimitedFrom(InputStream input)static PublishResponsePublishResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishResponsePublishResponse. parseFrom(byte[] data)static PublishResponsePublishResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishResponsePublishResponse. parseFrom(com.google.protobuf.ByteString data)static PublishResponsePublishResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishResponsePublishResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PublishResponsePublishResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishResponsePublishResponse. parseFrom(InputStream input)static PublishResponsePublishResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishResponsePublishResponse. parseFrom(ByteBuffer data)static PublishResponsePublishResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PublishResponsePublisherGrpc.PublisherBlockingStub. publish(PublishRequest request)Adds one or more messages to the topic.Methods in com.google.pubsub.v1 that return types with arguments of type PublishResponse Modifier and Type Method Description com.google.protobuf.Parser<PublishResponse>PublishResponse. getParserForType()static io.grpc.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.Methods in com.google.pubsub.v1 with parameters of type PublishResponse Modifier and Type Method Description PublishResponse.BuilderPublishResponse.Builder. mergeFrom(PublishResponse other)static PublishResponse.BuilderPublishResponse. newBuilder(PublishResponse prototype)Method parameters in com.google.pubsub.v1 with type arguments of type PublishResponse Modifier and Type Method Description default voidPublisherGrpc.AsyncService. publish(PublishRequest request, io.grpc.stub.StreamObserver<PublishResponse> responseObserver)Adds one or more messages to the topic.voidPublisherGrpc.PublisherStub. publish(PublishRequest request, io.grpc.stub.StreamObserver<PublishResponse> responseObserver)Adds one or more messages to the topic.
-