Uses of Class
com.google.cloud.pubsublite.proto.PublishRequest
-
Packages that use PublishRequest 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 PublishRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return PublishRequest Modifier and Type Method Description PublishRequestPublishRequest.Builder. build()PublishRequestPublishRequest.Builder. buildPartial()static PublishRequestPublishRequest. getDefaultInstance()PublishRequestPublishRequest.Builder. getDefaultInstanceForType()PublishRequestPublishRequest. getDefaultInstanceForType()static PublishRequestPublishRequest. parseDelimitedFrom(InputStream input)static PublishRequestPublishRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishRequestPublishRequest. parseFrom(byte[] data)static PublishRequestPublishRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishRequestPublishRequest. parseFrom(com.google.protobuf.ByteString data)static PublishRequestPublishRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishRequestPublishRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PublishRequestPublishRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishRequestPublishRequest. parseFrom(InputStream input)static PublishRequestPublishRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishRequestPublishRequest. parseFrom(ByteBuffer data)static PublishRequestPublishRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.pubsublite.proto 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>PublisherServiceGrpc. getPublishMethod()static com.google.protobuf.Parser<PublishRequest>PublishRequest. parser()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.Methods in com.google.cloud.pubsublite.proto with parameters of type PublishRequest Modifier and Type Method Description PublishRequest.BuilderPublishRequest.Builder. mergeFrom(PublishRequest other)static PublishRequest.BuilderPublishRequest. newBuilder(PublishRequest prototype) -
Uses of PublishRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type PublishRequest 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 PublishRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type PublishRequest 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.
-