Uses of Class
com.google.cloud.eventarc.publishing.v1.PublishChannelConnectionEventsResponse
-
Packages that use PublishChannelConnectionEventsResponse Package Description com.google.cloud.eventarc.publishing.v1 A client to Eventarc Publishing APIcom.google.cloud.eventarc.publishing.v1.stub -
-
Uses of PublishChannelConnectionEventsResponse in com.google.cloud.eventarc.publishing.v1
Methods in com.google.cloud.eventarc.publishing.v1 that return PublishChannelConnectionEventsResponse Modifier and Type Method Description PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse.Builder. build()
PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse.Builder. buildPartial()
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. getDefaultInstance()
PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse.Builder. getDefaultInstanceForType()
PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. getDefaultInstanceForType()
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseDelimitedFrom(InputStream input)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(byte[] data)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.ByteString data)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(InputStream input)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(ByteBuffer data)
static PublishChannelConnectionEventsResponse
PublishChannelConnectionEventsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PublishChannelConnectionEventsResponse
PublisherClient. publishChannelConnectionEvents(PublishChannelConnectionEventsRequest request)
Publish events to a ChannelConnection in a partner's project.PublishChannelConnectionEventsResponse
PublisherGrpc.PublisherBlockingStub. publishChannelConnectionEvents(PublishChannelConnectionEventsRequest request)
Publish events to a ChannelConnection in a partner's project.Methods in com.google.cloud.eventarc.publishing.v1 that return types with arguments of type PublishChannelConnectionEventsResponse Modifier and Type Method Description com.google.protobuf.Parser<PublishChannelConnectionEventsResponse>
PublishChannelConnectionEventsResponse. getParserForType()
static io.grpc.MethodDescriptor<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse>
PublisherGrpc. getPublishChannelConnectionEventsMethod()
static com.google.protobuf.Parser<PublishChannelConnectionEventsResponse>
PublishChannelConnectionEventsResponse. parser()
com.google.common.util.concurrent.ListenableFuture<PublishChannelConnectionEventsResponse>
PublisherGrpc.PublisherFutureStub. publishChannelConnectionEvents(PublishChannelConnectionEventsRequest request)
Publish events to a ChannelConnection in a partner's project.com.google.api.gax.rpc.UnaryCallable<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse>
PublisherClient. publishChannelConnectionEventsCallable()
Publish events to a ChannelConnection in a partner's project.com.google.api.gax.rpc.UnaryCallSettings.Builder<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse>
PublisherSettings.Builder. publishChannelConnectionEventsSettings()
Returns the builder for the settings used for calls to publishChannelConnectionEvents.com.google.api.gax.rpc.UnaryCallSettings<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse>
PublisherSettings. publishChannelConnectionEventsSettings()
Returns the object with the settings used for calls to publishChannelConnectionEvents.Methods in com.google.cloud.eventarc.publishing.v1 with parameters of type PublishChannelConnectionEventsResponse Modifier and Type Method Description PublishChannelConnectionEventsResponse.Builder
PublishChannelConnectionEventsResponse.Builder. mergeFrom(PublishChannelConnectionEventsResponse other)
static PublishChannelConnectionEventsResponse.Builder
PublishChannelConnectionEventsResponse. newBuilder(PublishChannelConnectionEventsResponse prototype)
Method parameters in com.google.cloud.eventarc.publishing.v1 with type arguments of type PublishChannelConnectionEventsResponse Modifier and Type Method Description default void
PublisherGrpc.AsyncService. publishChannelConnectionEvents(PublishChannelConnectionEventsRequest request, io.grpc.stub.StreamObserver<PublishChannelConnectionEventsResponse> responseObserver)
Publish events to a ChannelConnection in a partner's project.void
PublisherGrpc.PublisherStub. publishChannelConnectionEvents(PublishChannelConnectionEventsRequest request, io.grpc.stub.StreamObserver<PublishChannelConnectionEventsResponse> responseObserver)
Publish events to a ChannelConnection in a partner's project. -
Uses of PublishChannelConnectionEventsResponse in com.google.cloud.eventarc.publishing.v1.stub
-