Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition

Returns a new instance of EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition.



1933
1934
1935
# File 'lib/google/apis/integrations_v1/classes.rb', line 1933

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)


1926
1927
1928
# File 'lib/google/apis/integrations_v1/classes.rb', line 1926

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)


1931
1932
1933
# File 'lib/google/apis/integrations_v1/classes.rb', line 1931

def path
  @path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1938
1939
1940
1941
# File 'lib/google/apis/integrations_v1/classes.rb', line 1938

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