Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterValueType
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterValueType
- 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
Overview
To support various types of parameter values. Next available id: 14
Instance Attribute Summary collapse
-
#boolean_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
Corresponds to the JSON property
booleanArray. -
#boolean_value ⇒ Boolean
(also: #boolean_value?)
Corresponds to the JSON property
booleanValue. -
#double_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoDoubleParameterArray
Corresponds to the JSON property
doubleArray. -
#double_value ⇒ Float
Corresponds to the JSON property
doubleValue. -
#int_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoIntParameterArray
Corresponds to the JSON property
intArray. -
#int_value ⇒ Fixnum
Corresponds to the JSON property
intValue. -
#json_value ⇒ String
Corresponds to the JSON property
jsonValue. -
#proto_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoProtoParameterArray
Corresponds to the JSON property
protoArray. -
#proto_value ⇒ Hash<String,Object>
Corresponds to the JSON property
protoValue. -
#serialized_object_value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameter
Corresponds to the JSON property
serializedObjectValue. -
#string_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoStringParameterArray
Corresponds to the JSON property
stringArray. -
#string_value ⇒ String
Corresponds to the JSON property
stringValue.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterValueType
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoParameterValueType.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterValueType
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParameterValueType.
4066 4067 4068 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4066 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boolean_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray
Corresponds to the JSON property booleanArray
4008 4009 4010 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4008 def boolean_array @boolean_array end |
#boolean_value ⇒ Boolean Also known as: boolean_value?
Corresponds to the JSON property booleanValue
4013 4014 4015 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4013 def boolean_value @boolean_value end |
#double_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoDoubleParameterArray
Corresponds to the JSON property doubleArray
4019 4020 4021 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4019 def double_array @double_array end |
#double_value ⇒ Float
Corresponds to the JSON property doubleValue
4024 4025 4026 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4024 def double_value @double_value end |
#int_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoIntParameterArray
Corresponds to the JSON property intArray
4029 4030 4031 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4029 def int_array @int_array end |
#int_value ⇒ Fixnum
Corresponds to the JSON property intValue
4034 4035 4036 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4034 def int_value @int_value end |
#json_value ⇒ String
Corresponds to the JSON property jsonValue
4039 4040 4041 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4039 def json_value @json_value end |
#proto_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoProtoParameterArray
Corresponds to the JSON property protoArray
4044 4045 4046 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4044 def proto_array @proto_array end |
#proto_value ⇒ Hash<String,Object>
Corresponds to the JSON property protoValue
4049 4050 4051 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4049 def proto_value @proto_value end |
#serialized_object_value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameter
Corresponds to the JSON property serializedObjectValue
4054 4055 4056 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4054 def serialized_object_value @serialized_object_value end |
#string_array ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoStringParameterArray
Corresponds to the JSON property stringArray
4059 4060 4061 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4059 def string_array @string_array end |
#string_value ⇒ String
Corresponds to the JSON property stringValue
4064 4065 4066 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4064 def string_value @string_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4071 def update!(**args) @boolean_array = args[:boolean_array] if args.key?(:boolean_array) @boolean_value = args[:boolean_value] if args.key?(:boolean_value) @double_array = args[:double_array] if args.key?(:double_array) @double_value = args[:double_value] if args.key?(:double_value) @int_array = args[:int_array] if args.key?(:int_array) @int_value = args[:int_value] if args.key?(:int_value) @json_value = args[:json_value] if args.key?(:json_value) @proto_array = args[:proto_array] if args.key?(:proto_array) @proto_value = args[:proto_value] if args.key?(:proto_value) @serialized_object_value = args[:serialized_object_value] if args.key?(:serialized_object_value) @string_array = args[:string_array] if args.key?(:string_array) @string_value = args[:string_value] if args.key?(:string_value) end |