Class: Google::Apis::ServiceconsumermanagementV1::SourceInfo

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

Overview

Source information used to create a Service Config

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SourceInfo

Returns a new instance of SourceInfo.



3379
3380
3381
# File 'generated/google/apis/serviceconsumermanagement_v1/classes.rb', line 3379

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

Instance Attribute Details

#source_filesArray<Hash<String,Object>>

All files used during config generation. Corresponds to the JSON property sourceFiles

Returns:

  • (Array<Hash<String,Object>>)


3377
3378
3379
# File 'generated/google/apis/serviceconsumermanagement_v1/classes.rb', line 3377

def source_files
  @source_files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3384
3385
3386
# File 'generated/google/apis/serviceconsumermanagement_v1/classes.rb', line 3384

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