Class: Google::Apis::CloudsearchV1::UpdateDataSourceRequest

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

Constructor Details

#initialize(**args) ⇒ UpdateDataSourceRequest

Returns a new instance of UpdateDataSourceRequest.



4864
4865
4866
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4864

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

Instance Attribute Details

#debug_optionsGoogle::Apis::CloudsearchV1::DebugOptions

Shared request debug options for all cloudsearch RPC methods. Corresponds to the JSON property debugOptions



4855
4856
4857
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4855

def debug_options
  @debug_options
end

#sourceGoogle::Apis::CloudsearchV1::DataSource

Datasource is a logical namespace for items to be indexed. All items must belong to a datasource. This is the prerequisite before items can be indexed into Cloud Search. Corresponds to the JSON property source



4862
4863
4864
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4862

def source
  @source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4869
4870
4871
4872
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4869

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