Class: Google::Cloud::Eventarc::V1::GetGoogleApiSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::GetGoogleApiSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the GetGoogleApiSource method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the google api source to get.
790 791 792 793 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 790 class GetGoogleApiSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |