Class: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings

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

Overview

Required information for every language.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CommonLanguageSettings

Returns a new instance of CommonLanguageSettings.

[View source]

777
778
779
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 777

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

Instance Attribute Details

#destinationsArray<String>

The destination where API teams want this client library to be published. Corresponds to the JSON property destinations

Returns:

  • (Array<String>)

769
770
771
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 769

def destinations
  @destinations
end

#reference_docs_uriString

Link to automatically generated reference documentation. Example: https:// cloud.google.com/nodejs/docs/reference/asset/latest Corresponds to the JSON property referenceDocsUri

Returns:

  • (String)

775
776
777
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 775

def reference_docs_uri
  @reference_docs_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

782
783
784
785
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 782

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