Cloud Channel V1 API - Class Google::Cloud::Channel::V1::RegisterSubscriberRequest (v2.5.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::RegisterSubscriberRequest.

Request Message for RegisterSubscriber.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#account

def account() -> ::String
Returns
  • (::String) — Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.

#account=

def account=(value) -> ::String
Parameter
  • value (::String) — Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.
Returns
  • (::String) — Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.

#integrator

def integrator() -> ::String
Returns
  • (::String) — Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.

#integrator=

def integrator=(value) -> ::String
Parameter
  • value (::String) — Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.
Returns
  • (::String) — Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.

#service_account

def service_account() -> ::String
Returns
  • (::String) — Required. Service account that provides subscriber access to the registered topic.

#service_account=

def service_account=(value) -> ::String
Parameter
  • value (::String) — Required. Service account that provides subscriber access to the registered topic.
Returns
  • (::String) — Required. Service account that provides subscriber access to the registered topic.