Class: Google::Apis::CloudsearchV1::IndexItemOptions
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::IndexItemOptions
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#allow_unknown_gsuite_principals ⇒ Boolean
(also: #allow_unknown_gsuite_principals?)
Specifies if the index request should allow Google Workspace principals that do not exist or are deleted.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IndexItemOptions
constructor
A new instance of IndexItemOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IndexItemOptions
Returns a new instance of IndexItemOptions.
3839 3840 3841 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3839 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allow_unknown_gsuite_principals ⇒ Boolean Also known as: allow_unknown_gsuite_principals?
Specifies if the index request should allow Google Workspace principals that
do not exist or are deleted.
Corresponds to the JSON property allowUnknownGsuitePrincipals
3836 3837 3838 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3836 def allow_unknown_gsuite_principals @allow_unknown_gsuite_principals end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3844 3845 3846 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3844 def update!(**args) @allow_unknown_gsuite_principals = args[:allow_unknown_gsuite_principals] if args.key?(:allow_unknown_gsuite_principals) end |