Storage Insights V1 API - Class Google::Api::GoSettings (v0.6.0)

Reference documentation and code samples for the Storage Insights V1 API class Google::Api::GoSettings.

Settings for Go client libraries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#common

def common() -> ::Google::Api::CommonLanguageSettings
Returns

#common=

def common=(value) -> ::Google::Api::CommonLanguageSettings
Parameter
Returns

#renamed_services

def renamed_services() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options.

    publishing: go_settings: renamed_services: Publisher: TopicAdmin

#renamed_services=

def renamed_services=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options.

    publishing: go_settings: renamed_services: Publisher: TopicAdmin

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options.

    publishing: go_settings: renamed_services: Publisher: TopicAdmin