Uses of Class
com.google.cloud.eventarc.publishing.v1.PublishEventsResponse
-
Packages that use PublishEventsResponse Package Description com.google.cloud.eventarc.publishing.v1 A client to Eventarc Publishing APIcom.google.cloud.eventarc.publishing.v1.stub -
-
Uses of PublishEventsResponse in com.google.cloud.eventarc.publishing.v1
Methods in com.google.cloud.eventarc.publishing.v1 that return PublishEventsResponse Modifier and Type Method Description PublishEventsResponsePublishEventsResponse.Builder. build()PublishEventsResponsePublishEventsResponse.Builder. buildPartial()static PublishEventsResponsePublishEventsResponse. getDefaultInstance()PublishEventsResponsePublishEventsResponse.Builder. getDefaultInstanceForType()PublishEventsResponsePublishEventsResponse. getDefaultInstanceForType()static PublishEventsResponsePublishEventsResponse. parseDelimitedFrom(InputStream input)static PublishEventsResponsePublishEventsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishEventsResponsePublishEventsResponse. parseFrom(byte[] data)static PublishEventsResponsePublishEventsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishEventsResponsePublishEventsResponse. parseFrom(com.google.protobuf.ByteString data)static PublishEventsResponsePublishEventsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishEventsResponsePublishEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PublishEventsResponsePublishEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishEventsResponsePublishEventsResponse. parseFrom(InputStream input)static PublishEventsResponsePublishEventsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishEventsResponsePublishEventsResponse. parseFrom(ByteBuffer data)static PublishEventsResponsePublishEventsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PublishEventsResponsePublisherClient. publishEvents(PublishEventsRequest request)Publish events to a subscriber's channel.PublishEventsResponsePublisherGrpc.PublisherBlockingStub. publishEvents(PublishEventsRequest request)Publish events to a subscriber's channel.Methods in com.google.cloud.eventarc.publishing.v1 that return types with arguments of type PublishEventsResponse Modifier and Type Method Description com.google.protobuf.Parser<PublishEventsResponse>PublishEventsResponse. getParserForType()static io.grpc.MethodDescriptor<PublishEventsRequest,PublishEventsResponse>PublisherGrpc. getPublishEventsMethod()static com.google.protobuf.Parser<PublishEventsResponse>PublishEventsResponse. parser()com.google.common.util.concurrent.ListenableFuture<PublishEventsResponse>PublisherGrpc.PublisherFutureStub. publishEvents(PublishEventsRequest request)Publish events to a subscriber's channel.com.google.api.gax.rpc.UnaryCallable<PublishEventsRequest,PublishEventsResponse>PublisherClient. publishEventsCallable()Publish events to a subscriber's channel.com.google.api.gax.rpc.UnaryCallSettings.Builder<PublishEventsRequest,PublishEventsResponse>PublisherSettings.Builder. publishEventsSettings()Returns the builder for the settings used for calls to publishEvents.com.google.api.gax.rpc.UnaryCallSettings<PublishEventsRequest,PublishEventsResponse>PublisherSettings. publishEventsSettings()Returns the object with the settings used for calls to publishEvents.Methods in com.google.cloud.eventarc.publishing.v1 with parameters of type PublishEventsResponse Modifier and Type Method Description PublishEventsResponse.BuilderPublishEventsResponse.Builder. mergeFrom(PublishEventsResponse other)static PublishEventsResponse.BuilderPublishEventsResponse. newBuilder(PublishEventsResponse prototype)Method parameters in com.google.cloud.eventarc.publishing.v1 with type arguments of type PublishEventsResponse Modifier and Type Method Description default voidPublisherGrpc.AsyncService. publishEvents(PublishEventsRequest request, io.grpc.stub.StreamObserver<PublishEventsResponse> responseObserver)Publish events to a subscriber's channel.voidPublisherGrpc.PublisherStub. publishEvents(PublishEventsRequest request, io.grpc.stub.StreamObserver<PublishEventsResponse> responseObserver)Publish events to a subscriber's channel. -
Uses of PublishEventsResponse in com.google.cloud.eventarc.publishing.v1.stub
Methods in com.google.cloud.eventarc.publishing.v1.stub that return types with arguments of type PublishEventsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PublishEventsRequest,PublishEventsResponse>GrpcPublisherStub. publishEventsCallable()com.google.api.gax.rpc.UnaryCallable<PublishEventsRequest,PublishEventsResponse>HttpJsonPublisherStub. publishEventsCallable()com.google.api.gax.rpc.UnaryCallable<PublishEventsRequest,PublishEventsResponse>PublisherStub. publishEventsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<PublishEventsRequest,PublishEventsResponse>PublisherStubSettings.Builder. publishEventsSettings()Returns the builder for the settings used for calls to publishEvents.com.google.api.gax.rpc.UnaryCallSettings<PublishEventsRequest,PublishEventsResponse>PublisherStubSettings. publishEventsSettings()Returns the object with the settings used for calls to publishEvents.
-