Class: Google::Api::GoSettings

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

Overview

Settings for Go client libraries.

Defined Under Namespace

Classes: RenamedServicesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#common::Google::Api::CommonLanguageSettings



325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'proto_docs/google/api/client.rb', line 325

class GoSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class RenamedServicesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#renamed_services::Google::Protobuf::Map{::String => ::String}



325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'proto_docs/google/api/client.rb', line 325

class GoSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class RenamedServicesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end