Uses of Class
com.google.cloud.pubsublite.proto.PublishResponse
-
Packages that use PublishResponse Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of PublishResponse in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto 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)Methods in com.google.cloud.pubsublite.proto 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>PublisherServiceGrpc. getPublishMethod()static com.google.protobuf.Parser<PublishResponse>PublishResponse. parser()Methods in com.google.cloud.pubsublite.proto 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.cloud.pubsublite.proto with type arguments of type PublishResponse Modifier and Type Method Description default io.grpc.stub.StreamObserver<PublishRequest>PublisherServiceGrpc.AsyncService. publish(io.grpc.stub.StreamObserver<PublishResponse> responseObserver)Establishes a stream with the server for publishing messages.io.grpc.stub.StreamObserver<PublishRequest>PublisherServiceGrpc.PublisherServiceStub. publish(io.grpc.stub.StreamObserver<PublishResponse> responseObserver)Establishes a stream with the server for publishing messages. -
Uses of PublishResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type PublishResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<PublishRequest,PublishResponse>PublisherServiceClient. publishCallable()Establishes a stream with the server for publishing messages.com.google.api.gax.rpc.StreamingCallSettings.Builder<PublishRequest,PublishResponse>PublisherServiceSettings.Builder. publishSettings()Returns the builder for the settings used for calls to publish.com.google.api.gax.rpc.StreamingCallSettings<PublishRequest,PublishResponse>PublisherServiceSettings. publishSettings()Returns the object with the settings used for calls to publish. -
Uses of PublishResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type PublishResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<PublishRequest,PublishResponse>GrpcPublisherServiceStub. publishCallable()com.google.api.gax.rpc.BidiStreamingCallable<PublishRequest,PublishResponse>PublisherServiceStub. publishCallable()com.google.api.gax.rpc.StreamingCallSettings.Builder<PublishRequest,PublishResponse>PublisherServiceStubSettings.Builder. publishSettings()Returns the builder for the settings used for calls to publish.com.google.api.gax.rpc.StreamingCallSettings<PublishRequest,PublishResponse>PublisherServiceStubSettings. publishSettings()Returns the object with the settings used for calls to publish.
-