Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Instance Attribute Summary collapse
-
#full_name ⇒ String
The fully-qualified proto name.
-
#path ⇒ String
Path to the proto file that contains the message type's definition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition
constructor
A new instance of EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition
Returns a new instance of EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition.
1748 1749 1750 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1748 def initialize(**args) update!(**args) end |
Instance Attribute Details
#full_name ⇒ String
The fully-qualified proto name. This message, for example, would be "
enterprise.crm.eventbus.proto.ParamSpecEntry.ProtoDefinition".
Corresponds to the JSON property fullName
1741 1742 1743 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1741 def full_name @full_name end |
#path ⇒ String
Path to the proto file that contains the message type's definition.
Corresponds to the JSON property path
1746 1747 1748 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1746 def path @path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1753 1754 1755 1756 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1753 def update!(**args) @full_name = args[:full_name] if args.key?(:full_name) @path = args[:path] if args.key?(:path) end |