Class: Google::Cloud::Eventarc::V1::Provider
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Provider
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/discovery.rb
Overview
A representation of the Provider resource.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#event_types ⇒ ::Array<::Google::Cloud::Eventarc::V1::EventType>
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. Human friendly name for the Provider. For example "Cloud Storage".
36 37 38 39 |
# File 'proto_docs/google/cloud/eventarc/v1/discovery.rb', line 36 class Provider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_types ⇒ ::Array<::Google::Cloud::Eventarc::V1::EventType> (readonly)
Returns Output only. Event types for this provider.
36 37 38 39 |
# File 'proto_docs/google/cloud/eventarc/v1/discovery.rb', line 36 class Provider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. In
projects/{project}/locations/{location}/providers/{provider_id}
format.
36 37 38 39 |
# File 'proto_docs/google/cloud/eventarc/v1/discovery.rb', line 36 class Provider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |