Class: Google::Apis::CloudsearchV1::IndexItemOptions

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ IndexItemOptions

Returns a new instance of IndexItemOptions.



1494
1495
1496
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1494

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

Instance Attribute Details

#allow_unknown_gsuite_principalsBoolean Also known as: allow_unknown_gsuite_principals?

Specifies if the index request should allow gsuite principals that do not exist or are deleted in the index request. Corresponds to the JSON property allowUnknownGsuitePrincipals

Returns:

  • (Boolean)


1491
1492
1493
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1491

def allow_unknown_gsuite_principals
  @allow_unknown_gsuite_principals
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1499
1500
1501
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1499

def update!(**args)
  @allow_unknown_gsuite_principals = args[:allow_unknown_gsuite_principals] if args.key?(:allow_unknown_gsuite_principals)
end