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 PublishEventsResponse
PublishEventsResponse.Builder. build()
PublishEventsResponse
PublishEventsResponse.Builder. buildPartial()
static PublishEventsResponse
PublishEventsResponse. getDefaultInstance()
PublishEventsResponse
PublishEventsResponse.Builder. getDefaultInstanceForType()
PublishEventsResponse
PublishEventsResponse. getDefaultInstanceForType()
static PublishEventsResponse
PublishEventsResponse. parseDelimitedFrom(InputStream input)
static PublishEventsResponse
PublishEventsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishEventsResponse
PublishEventsResponse. parseFrom(byte[] data)
static PublishEventsResponse
PublishEventsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishEventsResponse
PublishEventsResponse. parseFrom(com.google.protobuf.ByteString data)
static PublishEventsResponse
PublishEventsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishEventsResponse
PublishEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static PublishEventsResponse
PublishEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishEventsResponse
PublishEventsResponse. parseFrom(InputStream input)
static PublishEventsResponse
PublishEventsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishEventsResponse
PublishEventsResponse. parseFrom(ByteBuffer data)
static PublishEventsResponse
PublishEventsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PublishEventsResponse
PublisherClient. publishEvents(PublishEventsRequest request)
Publish events to a subscriber's channel.PublishEventsResponse
PublisherGrpc.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.Builder
PublishEventsResponse.Builder. mergeFrom(PublishEventsResponse other)
static PublishEventsResponse.Builder
PublishEventsResponse. newBuilder(PublishEventsResponse prototype)
Method parameters in com.google.cloud.eventarc.publishing.v1 with type arguments of type PublishEventsResponse Modifier and Type Method Description default void
PublisherGrpc.AsyncService. publishEvents(PublishEventsRequest request, io.grpc.stub.StreamObserver<PublishEventsResponse> responseObserver)
Publish events to a subscriber's channel.void
PublisherGrpc.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.
-