Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusStatsDimensions
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusStatsDimensions
- 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
-
#client_id ⇒ String
Corresponds to the JSON property
clientId. -
#enum_filter_type ⇒ String
Whether to include or exclude the enums matching the regex.
-
#error_enum_string ⇒ String
Corresponds to the JSON property
errorEnumString. -
#retry_attempt ⇒ String
Corresponds to the JSON property
retryAttempt. -
#task_name ⇒ String
Corresponds to the JSON property
taskName. -
#task_number ⇒ String
Corresponds to the JSON property
taskNumber. -
#trigger_id ⇒ String
Stats have been or will be aggregated on set fields for any semantically- meaningful combination.
-
#warning_enum_string ⇒ String
Corresponds to the JSON property
warningEnumString. -
#workflow_id ⇒ String
Corresponds to the JSON property
workflowId. -
#workflow_name ⇒ String
Corresponds to the JSON property
workflowName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusStatsDimensions
constructor
A new instance of EnterpriseCrmEventbusStatsDimensions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusStatsDimensions
Returns a new instance of EnterpriseCrmEventbusStatsDimensions.
3453 3454 3455 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3453 def initialize(**args) update!(**args) end |
Instance Attribute Details
#client_id ⇒ String
Corresponds to the JSON property clientId
3405 3406 3407 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3405 def client_id @client_id end |
#enum_filter_type ⇒ String
Whether to include or exclude the enums matching the regex.
Corresponds to the JSON property enumFilterType
3410 3411 3412 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3410 def enum_filter_type @enum_filter_type end |
#error_enum_string ⇒ String
Corresponds to the JSON property errorEnumString
3415 3416 3417 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3415 def error_enum_string @error_enum_string end |
#retry_attempt ⇒ String
Corresponds to the JSON property retryAttempt
3420 3421 3422 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3420 def retry_attempt @retry_attempt end |
#task_name ⇒ String
Corresponds to the JSON property taskName
3425 3426 3427 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3425 def task_name @task_name end |
#task_number ⇒ String
Corresponds to the JSON property taskNumber
3430 3431 3432 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3430 def task_number @task_number end |
#trigger_id ⇒ String
Stats have been or will be aggregated on set fields for any semantically-
meaningful combination.
Corresponds to the JSON property triggerId
3436 3437 3438 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3436 def trigger_id @trigger_id end |
#warning_enum_string ⇒ String
Corresponds to the JSON property warningEnumString
3441 3442 3443 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3441 def warning_enum_string @warning_enum_string end |
#workflow_id ⇒ String
Corresponds to the JSON property workflowId
3446 3447 3448 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3446 def workflow_id @workflow_id end |
#workflow_name ⇒ String
Corresponds to the JSON property workflowName
3451 3452 3453 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3451 def workflow_name @workflow_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3458 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 |