class Google::Apis::CloudsearchV1::IndexItemOptions
Attributes
allow_unknown_gsuite_principals[RW]
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` @return [Boolean]
allow_unknown_gsuite_principals?[RW]
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` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 1556 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudsearch_v1/classes.rb, line 1561 def update!(**args) @allow_unknown_gsuite_principals = args[:allow_unknown_gsuite_principals] if args.key?(:allow_unknown_gsuite_principals) end