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 PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse.Builder. build()PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse.Builder. buildPartial()static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. getDefaultInstance()PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse.Builder. getDefaultInstanceForType()PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. getDefaultInstanceForType()static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseDelimitedFrom(InputStream input)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(byte[] data)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.ByteString data)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(InputStream input)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(ByteBuffer data)static PublishChannelConnectionEventsResponsePublishChannelConnectionEventsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PublishChannelConnectionEventsResponsePublisherClient. publishChannelConnectionEvents(PublishChannelConnectionEventsRequest request)Publish events to a ChannelConnection in a partner's project.PublishChannelConnectionEventsResponsePublisherGrpc.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.BuilderPublishChannelConnectionEventsResponse.Builder. mergeFrom(PublishChannelConnectionEventsResponse other)static PublishChannelConnectionEventsResponse.BuilderPublishChannelConnectionEventsResponse. newBuilder(PublishChannelConnectionEventsResponse prototype)Method parameters in com.google.cloud.eventarc.publishing.v1 with type arguments of type PublishChannelConnectionEventsResponse Modifier and Type Method Description default voidPublisherGrpc.AsyncService. publishChannelConnectionEvents(PublishChannelConnectionEventsRequest request, io.grpc.stub.StreamObserver<PublishChannelConnectionEventsResponse> responseObserver)Publish events to a ChannelConnection in a partner's project.voidPublisherGrpc.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
-