Class: Google::Apis::JobsV2::NamespacedDebugInput

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

Overview

Next ID: 15

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ NamespacedDebugInput

Returns a new instance of NamespacedDebugInput.



2814
2815
2816
# File 'generated/google/apis/jobs_v2/classes.rb', line 2814

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

Instance Attribute Details

#absolutely_forced_exp_namesArray<String>

Set of experiment names to be absolutely forced. These experiments will be forced without evaluating the conditions. Corresponds to the JSON property absolutelyForcedExpNames

Returns:

  • (Array<String>)


2706
2707
2708
# File 'generated/google/apis/jobs_v2/classes.rb', line 2706

def absolutely_forced_exp_names
  @absolutely_forced_exp_names
end

#absolutely_forced_exp_tagsArray<String>

Set of experiment tags to be absolutely forced. The experiments with these tags will be forced without evaluating the conditions. Corresponds to the JSON property absolutelyForcedExpTags

Returns:

  • (Array<String>)


2713
2714
2715
# File 'generated/google/apis/jobs_v2/classes.rb', line 2713

def absolutely_forced_exp_tags
  @absolutely_forced_exp_tags
end

#absolutely_forced_expsArray<Fixnum>

Set of experiment ids to be absolutely forced. These ids will be forced without evaluating the conditions. Corresponds to the JSON property absolutelyForcedExps

Returns:

  • (Array<Fixnum>)


2719
2720
2721
# File 'generated/google/apis/jobs_v2/classes.rb', line 2719

def absolutely_forced_exps
  @absolutely_forced_exps
end

#conditionally_forced_exp_namesArray<String>

Set of experiment names to be conditionally forced. These experiments will be forced only if their conditions and their parent domain's conditions are true. Corresponds to the JSON property conditionallyForcedExpNames

Returns:

  • (Array<String>)


2726
2727
2728
# File 'generated/google/apis/jobs_v2/classes.rb', line 2726

def conditionally_forced_exp_names
  @conditionally_forced_exp_names
end

#conditionally_forced_exp_tagsArray<String>

Set of experiment tags to be conditionally forced. The experiments with these tags will be forced only if their conditions and their parent domain's conditions are true. Corresponds to the JSON property conditionallyForcedExpTags

Returns:

  • (Array<String>)


2733
2734
2735
# File 'generated/google/apis/jobs_v2/classes.rb', line 2733

def conditionally_forced_exp_tags
  @conditionally_forced_exp_tags
end

#conditionally_forced_expsArray<Fixnum>

Set of experiment ids to be conditionally forced. These ids will be forced only if their conditions and their parent domain's conditions are true. Corresponds to the JSON property conditionallyForcedExps

Returns:

  • (Array<Fixnum>)


2740
2741
2742
# File 'generated/google/apis/jobs_v2/classes.rb', line 2740

def conditionally_forced_exps
  @conditionally_forced_exps
end

#disable_automatic_enrollment_selectionBoolean Also known as: disable_automatic_enrollment_selection?

If true, disable automatic enrollment selection (at all diversion points). Automatic enrollment selection means experiment selection process based on the experiment's automatic enrollment condition. This does not disable selection of forced experiments. Corresponds to the JSON property disableAutomaticEnrollmentSelection

Returns:

  • (Boolean)


2748
2749
2750
# File 'generated/google/apis/jobs_v2/classes.rb', line 2748

def disable_automatic_enrollment_selection
  @disable_automatic_enrollment_selection
end

#disable_exp_namesArray<String>

Set of experiment names to be disabled. If an experiment is disabled, it is never selected nor forced. If an aggregate experiment is disabled, its partitions are disabled together. If an experiment with an enrollment is disabled, the enrollment is disabled together. If a name corresponds to a domain, the domain itself and all descendant experiments and domains are disabled together. Corresponds to the JSON property disableExpNames

Returns:

  • (Array<String>)


2759
2760
2761
# File 'generated/google/apis/jobs_v2/classes.rb', line 2759

def disable_exp_names
  @disable_exp_names
end

#disable_exp_tagsArray<String>

Set of experiment tags to be disabled. All experiments that are tagged with one or more of these tags are disabled. If an experiment is disabled, it is never selected nor forced. If an aggregate experiment is disabled, its partitions are disabled together. If an experiment with an enrollment is disabled, the enrollment is disabled together. Corresponds to the JSON property disableExpTags

Returns:

  • (Array<String>)


2769
2770
2771
# File 'generated/google/apis/jobs_v2/classes.rb', line 2769

def disable_exp_tags
  @disable_exp_tags
end

#disable_expsArray<Fixnum>

Set of experiment ids to be disabled. If an experiment is disabled, it is never selected nor forced. If an aggregate experiment is disabled, its partitions are disabled together. If an experiment with an enrollment is disabled, the enrollment is disabled together. If an ID corresponds to a domain, the domain itself and all descendant experiments and domains are disabled together. Corresponds to the JSON property disableExps

Returns:

  • (Array<Fixnum>)


2779
2780
2781
# File 'generated/google/apis/jobs_v2/classes.rb', line 2779

def disable_exps
  @disable_exps
end

#disable_manual_enrollment_selectionBoolean Also known as: disable_manual_enrollment_selection?

If true, disable manual enrollment selection (at all diversion points). Manual enrollment selection means experiment selection process based on the request's manual enrollment states (a.k.a. opt-in experiments). This does not disable selection of forced experiments. Corresponds to the JSON property disableManualEnrollmentSelection

Returns:

  • (Boolean)


2787
2788
2789
# File 'generated/google/apis/jobs_v2/classes.rb', line 2787

def disable_manual_enrollment_selection
  @disable_manual_enrollment_selection
end

#disable_organic_selectionBoolean Also known as: disable_organic_selection?

If true, disable organic experiment selection (at all diversion points). Organic selection means experiment selection process based on traffic allocation and diversion condition evaluation. This does not disable selection of forced experiments. This is useful in cases when it is not known whether experiment selection behavior is responsible for a error or breakage. Disabling organic selection may help to isolate the cause of a given problem. Corresponds to the JSON property disableOrganicSelection

Returns:

  • (Boolean)


2799
2800
2801
# File 'generated/google/apis/jobs_v2/classes.rb', line 2799

def disable_organic_selection
  @disable_organic_selection
end

#forced_flagsHash<String,String>

Flags to force in a particular experiment state. Map from flag name to flag value. Corresponds to the JSON property forcedFlags

Returns:

  • (Hash<String,String>)


2806
2807
2808
# File 'generated/google/apis/jobs_v2/classes.rb', line 2806

def forced_flags
  @forced_flags
end

#forced_rolloutsHash<String,Boolean>

Rollouts to force in a particular experiment state. Map from rollout name to rollout value. Corresponds to the JSON property forcedRollouts

Returns:

  • (Hash<String,Boolean>)


2812
2813
2814
# File 'generated/google/apis/jobs_v2/classes.rb', line 2812

def forced_rollouts
  @forced_rollouts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
# File 'generated/google/apis/jobs_v2/classes.rb', line 2819

def update!(**args)
  @absolutely_forced_exp_names = args[:absolutely_forced_exp_names] if args.key?(:absolutely_forced_exp_names)
  @absolutely_forced_exp_tags = args[:absolutely_forced_exp_tags] if args.key?(:absolutely_forced_exp_tags)
  @absolutely_forced_exps = args[:absolutely_forced_exps] if args.key?(:absolutely_forced_exps)
  @conditionally_forced_exp_names = args[:conditionally_forced_exp_names] if args.key?(:conditionally_forced_exp_names)
  @conditionally_forced_exp_tags = args[:conditionally_forced_exp_tags] if args.key?(:conditionally_forced_exp_tags)
  @conditionally_forced_exps = args[:conditionally_forced_exps] if args.key?(:conditionally_forced_exps)
  @disable_automatic_enrollment_selection = args[:disable_automatic_enrollment_selection] if args.key?(:disable_automatic_enrollment_selection)
  @disable_exp_names = args[:disable_exp_names] if args.key?(:disable_exp_names)
  @disable_exp_tags = args[:disable_exp_tags] if args.key?(:disable_exp_tags)
  @disable_exps = args[:disable_exps] if args.key?(:disable_exps)
  @disable_manual_enrollment_selection = args[:disable_manual_enrollment_selection] if args.key?(:disable_manual_enrollment_selection)
  @disable_organic_selection = args[:disable_organic_selection] if args.key?(:disable_organic_selection)
  @forced_flags = args[:forced_flags] if args.key?(:forced_flags)
  @forced_rollouts = args[:forced_rollouts] if args.key?(:forced_rollouts)
end