Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterValueType

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

Overview

To support various types of parameter values. Next available id: 14

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterValueType

Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParameterValueType.



4239
4240
4241
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4239

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

Instance Attribute Details

#boolean_arrayGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray

Corresponds to the JSON property booleanArray



4181
4182
4183
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4181

def boolean_array
  @boolean_array
end

#boolean_valueBoolean Also known as: boolean_value?

Corresponds to the JSON property booleanValue

Returns:

  • (Boolean)


4186
4187
4188
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4186

def boolean_value
  @boolean_value
end

#double_arrayGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoDoubleParameterArray

Corresponds to the JSON property doubleArray



4192
4193
4194
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4192

def double_array
  @double_array
end

#double_valueFloat

Corresponds to the JSON property doubleValue

Returns:

  • (Float)


4197
4198
4199
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4197

def double_value
  @double_value
end

#int_arrayGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoIntParameterArray

Corresponds to the JSON property intArray



4202
4203
4204
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4202

def int_array
  @int_array
end

#int_valueFixnum

Corresponds to the JSON property intValue

Returns:

  • (Fixnum)


4207
4208
4209
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4207

def int_value
  @int_value
end

#json_valueString

Corresponds to the JSON property jsonValue

Returns:

  • (String)


4212
4213
4214
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4212

def json_value
  @json_value
end

#proto_arrayGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoProtoParameterArray

Corresponds to the JSON property protoArray



4217
4218
4219
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4217

def proto_array
  @proto_array
end

#proto_valueHash<String,Object>

Corresponds to the JSON property protoValue

Returns:

  • (Hash<String,Object>)


4222
4223
4224
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4222

def proto_value
  @proto_value
end

#serialized_object_valueGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameter

Corresponds to the JSON property serializedObjectValue



4227
4228
4229
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4227

def serialized_object_value
  @serialized_object_value
end

#string_arrayGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoStringParameterArray

Corresponds to the JSON property stringArray



4232
4233
4234
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4232

def string_array
  @string_array
end

#string_valueString

Corresponds to the JSON property stringValue

Returns:

  • (String)


4237
4238
4239
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4237

def string_value
  @string_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4244

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