Class: Google::Cloud::Eventarc::V1::Provider

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. Human friendly name for the Provider. For example "Cloud Storage".

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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