module Gapic::Generators::CloudGeneratorParameters

Contains the cloud generator's parameters

Constants

ARRAY_PARAMETERS_ALIASES
BOOL_PARAMETERS_ALIASES
MAP_PARAMETERS_ALIASES
STRING_PARAMETERS_ALIASES

Public Class Methods

default_schema() click to toggle source
# File lib/gapic/generators/cloud_generator_parameters.rb, line 67
def self.default_schema
  Gapic::Generators::DefaultGeneratorParameters.default_schema.extend_with_aliases(
    bool_aliases:   BOOL_PARAMETERS_ALIASES,
    string_aliases: STRING_PARAMETERS_ALIASES,
    array_aliases:  ARRAY_PARAMETERS_ALIASES,
    map_aliases:    MAP_PARAMETERS_ALIASES
  )
end