Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition

Returns a new instance of EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition.



1795
1796
1797
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1795

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#full_nameString

The fully-qualified proto name. This message, for example, would be " enterprise.crm.eventbus.proto.ParamSpecEntry.ProtoDefinition". Corresponds to the JSON property fullName

Returns:

  • (String)


1788
1789
1790
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1788

def full_name
  @full_name
end

#pathString

Path to the proto file that contains the message type's definition. Corresponds to the JSON property path

Returns:

  • (String)


1793
1794
1795
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1793

def path
  @path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1800
1801
1802
1803
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1800

def update!(**args)
  @full_name = args[:full_name] if args.key?(:full_name)
  @path = args[:path] if args.key?(:path)
end