Eventarc Publishing V1 API - Class Google::Cloud::Eventarc::Publishing::V1::Publisher::Rest::ServiceStub (v0.9.0)

Reference documentation and code samples for the Eventarc Publishing V1 API class Google::Cloud::Eventarc::Publishing::V1::Publisher::Rest::ServiceStub.

REST service stub for the Publisher service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#publish_channel_connection_events

def publish_channel_connection_events(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Eventarc::Publishing::V1::PublishChannelConnectionEventsResponse

Baseline implementation for the publish_channel_connection_events REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#publish_events

def publish_events(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Eventarc::Publishing::V1::PublishEventsResponse

Baseline implementation for the publish_events REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)