Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::NotificationChannelService::Client::Configuration::Rpcs (v0.16.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::NotificationChannelService::Client::Configuration::Rpcs.

Configuration RPC class for the NotificationChannelService API.

Includes fields providing the configuration for each RPC in this service. Each configuration object is of type Gapic::Config::Method and includes the following configuration fields:

  • timeout (type: Numeric) - The call timeout in seconds
  • metadata (type: Hash{Symbol=>String}) - Additional gRPC headers
  • retry_policy (type:Hash`) - The retry policy. The policy fields include the following keys:
    • :initial_delay (type: Numeric) - The initial delay in seconds.
    • :max_delay (type: Numeric) - The max delay in seconds.
    • :multiplier (type: Numeric) - The incremental backoff multiplier.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Inherits

  • Object

Methods

#create_notification_channel

def create_notification_channel() -> ::Gapic::Config::Method

RPC-specific configuration for create_notification_channel

Returns
  • (::Gapic::Config::Method)

#delete_notification_channel

def delete_notification_channel() -> ::Gapic::Config::Method

RPC-specific configuration for delete_notification_channel

Returns
  • (::Gapic::Config::Method)

#get_notification_channel

def get_notification_channel() -> ::Gapic::Config::Method

RPC-specific configuration for get_notification_channel

Returns
  • (::Gapic::Config::Method)

#get_notification_channel_descriptor

def get_notification_channel_descriptor() -> ::Gapic::Config::Method

RPC-specific configuration for get_notification_channel_descriptor

Returns
  • (::Gapic::Config::Method)

#get_notification_channel_verification_code

def get_notification_channel_verification_code() -> ::Gapic::Config::Method

RPC-specific configuration for get_notification_channel_verification_code

Returns
  • (::Gapic::Config::Method)

#list_notification_channel_descriptors

def list_notification_channel_descriptors() -> ::Gapic::Config::Method

RPC-specific configuration for list_notification_channel_descriptors

Returns
  • (::Gapic::Config::Method)

#list_notification_channels

def list_notification_channels() -> ::Gapic::Config::Method

RPC-specific configuration for list_notification_channels

Returns
  • (::Gapic::Config::Method)

#send_notification_channel_verification_code

def send_notification_channel_verification_code() -> ::Gapic::Config::Method

RPC-specific configuration for send_notification_channel_verification_code

Returns
  • (::Gapic::Config::Method)

#update_notification_channel

def update_notification_channel() -> ::Gapic::Config::Method

RPC-specific configuration for update_notification_channel

Returns
  • (::Gapic::Config::Method)

#verify_notification_channel

def verify_notification_channel() -> ::Gapic::Config::Method

RPC-specific configuration for verify_notification_channel

Returns
  • (::Gapic::Config::Method)