Class: Google::Cloud::Eventarc::V1::GetProviderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::GetProviderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the GetProvider method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the provider to get.
249 250 251 252 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 249 class GetProviderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |