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
881 882 883 884 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 881 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_api_source ⇒ ::Google::Cloud::Eventarc::V1::GoogleApiSource
881 882 883 884 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 881 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
881 882 883 884 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 881 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
881 882 883 884 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 881 class UpdateGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |