Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusStatsDimensions

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) ⇒ EnterpriseCrmEventbusStatsDimensions

Returns a new instance of EnterpriseCrmEventbusStatsDimensions.



3385
3386
3387
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3385

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

Instance Attribute Details

#client_idString

Corresponds to the JSON property clientId

Returns:

  • (String)


3337
3338
3339
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3337

def client_id
  @client_id
end

#enum_filter_typeString

Whether to include or exclude the enums matching the regex. Corresponds to the JSON property enumFilterType

Returns:

  • (String)


3342
3343
3344
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3342

def enum_filter_type
  @enum_filter_type
end

#error_enum_stringString

Corresponds to the JSON property errorEnumString

Returns:

  • (String)


3347
3348
3349
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3347

def error_enum_string
  @error_enum_string
end

#retry_attemptString

Corresponds to the JSON property retryAttempt

Returns:

  • (String)


3352
3353
3354
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3352

def retry_attempt
  @retry_attempt
end

#task_nameString

Corresponds to the JSON property taskName

Returns:

  • (String)


3357
3358
3359
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3357

def task_name
  @task_name
end

#task_numberString

Corresponds to the JSON property taskNumber

Returns:

  • (String)


3362
3363
3364
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3362

def task_number
  @task_number
end

#trigger_idString

Stats have been or will be aggregated on set fields for any semantically- meaningful combination. Corresponds to the JSON property triggerId

Returns:

  • (String)


3368
3369
3370
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3368

def trigger_id
  @trigger_id
end

#warning_enum_stringString

Corresponds to the JSON property warningEnumString

Returns:

  • (String)


3373
3374
3375
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3373

def warning_enum_string
  @warning_enum_string
end

#workflow_idString

Corresponds to the JSON property workflowId

Returns:

  • (String)


3378
3379
3380
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3378

def workflow_id
  @workflow_id
end

#workflow_nameString

Corresponds to the JSON property workflowName

Returns:

  • (String)


3383
3384
3385
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3383

def workflow_name
  @workflow_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3390

def update!(**args)
  @client_id = args[:client_id] if args.key?(:client_id)
  @enum_filter_type = args[:enum_filter_type] if args.key?(:enum_filter_type)
  @error_enum_string = args[:error_enum_string] if args.key?(:error_enum_string)
  @retry_attempt = args[:retry_attempt] if args.key?(:retry_attempt)
  @task_name = args[:task_name] if args.key?(:task_name)
  @task_number = args[:task_number] if args.key?(:task_number)
  @trigger_id = args[:trigger_id] if args.key?(:trigger_id)
  @warning_enum_string = args[:warning_enum_string] if args.key?(:warning_enum_string)
  @workflow_id = args[:workflow_id] if args.key?(:workflow_id)
  @workflow_name = args[:workflow_name] if args.key?(:workflow_name)
end