Class: Google::Cloud::Eventarc::V1::UpdateGoogleApiSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::UpdateGoogleApiSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the UpdateGoogleApiSource method.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#google_api_source ⇒ ::Google::Cloud::Eventarc::V1::GoogleApiSource
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns Optional. If set to true, and the GoogleApiSource is not found, a new
GoogleApiSource will be created. In this situation, update_mask
is
ignored.
880 881 882 883 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 880 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_api_source ⇒ ::Google::Cloud::Eventarc::V1::GoogleApiSource
Returns Required. The GoogleApiSource to be updated.
880 881 882 883 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 880 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. 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 "*".
880 881 882 883 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 880 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validate the request and preview the review, but do not post it.
880 881 882 883 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 880 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |