Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoParamSpecEntryConfig

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

Returns a new instance of EnterpriseCrmEventbusProtoParamSpecEntryConfig.



1855
1856
1857
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1855

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

Instance Attribute Details

#descriptive_phraseString

A short phrase to describe what this parameter contains. Corresponds to the JSON property descriptivePhrase

Returns:

  • (String)


1808
1809
1810
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1808

def descriptive_phrase
  @descriptive_phrase
end

#help_textString

Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter. Corresponds to the JSON property helpText

Returns:

  • (String)


1815
1816
1817
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1815

def help_text
  @help_text
end

#hide_default_valueBoolean Also known as: hide_default_value?

Whether the default value is hidden in the UI. Corresponds to the JSON property hideDefaultValue

Returns:

  • (Boolean)


1820
1821
1822
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1820

def hide_default_value
  @hide_default_value
end

#input_display_optionString

Corresponds to the JSON property inputDisplayOption

Returns:

  • (String)


1826
1827
1828
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1826

def input_display_option
  @input_display_option
end

#is_hiddenBoolean Also known as: is_hidden?

Whether this field is hidden in the UI. Corresponds to the JSON property isHidden

Returns:

  • (Boolean)


1831
1832
1833
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1831

def is_hidden
  @is_hidden
end

#labelString

A user-friendly label for the parameter. Corresponds to the JSON property label

Returns:

  • (String)


1837
1838
1839
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1837

def label
  @label
end

#parameter_name_optionString

Corresponds to the JSON property parameterNameOption

Returns:

  • (String)


1842
1843
1844
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1842

def parameter_name_option
  @parameter_name_option
end

#sub_section_labelString

A user-friendly label for subSection under which the parameter will be displayed. Corresponds to the JSON property subSectionLabel

Returns:

  • (String)


1848
1849
1850
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1848

def 
  @sub_section_label
end

#ui_placeholder_textString

Placeholder text which will appear in the UI input form for this parameter. Corresponds to the JSON property uiPlaceholderText

Returns:

  • (String)


1853
1854
1855
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1853

def ui_placeholder_text
  @ui_placeholder_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1860

def update!(**args)
  @descriptive_phrase = args[:descriptive_phrase] if args.key?(:descriptive_phrase)
  @help_text = args[:help_text] if args.key?(:help_text)
  @hide_default_value = args[:hide_default_value] if args.key?(:hide_default_value)
  @input_display_option = args[:input_display_option] if args.key?(:input_display_option)
  @is_hidden = args[:is_hidden] if args.key?(:is_hidden)
  @label = args[:label] if args.key?(:label)
  @parameter_name_option = args[:parameter_name_option] if args.key?(:parameter_name_option)
  @sub_section_label = args[:sub_section_label] if args.key?(:sub_section_label)
  @ui_placeholder_text = args[:ui_placeholder_text] if args.key?(:ui_placeholder_text)
end