Eventarc V1 API - Class Google::Cloud::Eventarc::V1::UpdateGoogleChannelConfigRequest (v0.10.0)

Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::UpdateGoogleChannelConfigRequest.

The request message for the UpdateGoogleChannelConfig method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#google_channel_config

def google_channel_config() -> ::Google::Cloud::Eventarc::V1::GoogleChannelConfig
Returns

#google_channel_config=

def google_channel_config=(value) -> ::Google::Cloud::Eventarc::V1::GoogleChannelConfig
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
Returns
  • (::Google::Protobuf::FieldMask) — The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".