Class: Google::Api::CommonLanguageSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/client.rb

Overview

Required information for every language.

Instance Attribute Summary collapse

Instance Attribute Details

#destinations::Array<::Google::Api::ClientLibraryDestination>

Returns The destination where API teams want this client library to be published.

Returns:



30
31
32
33
# File 'proto_docs/google/api/client.rb', line 30

class CommonLanguageSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reference_docs_uri::String

Returns Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest.

Returns:



30
31
32
33
# File 'proto_docs/google/api/client.rb', line 30

class CommonLanguageSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end