parent
ffa8bfcb51
commit
df6c1eb46f
|
@ -18,15 +18,15 @@ require 'google/apis/osconfig_v1/representations.rb'
|
|||
|
||||
module Google
|
||||
module Apis
|
||||
# Cloud OS Config API
|
||||
# OS Config API
|
||||
#
|
||||
# OS management tools that can be used for patch management, patch compliance,
|
||||
# and configuration management on VM instances.
|
||||
#
|
||||
# @see https://cloud.google.com/
|
||||
# @see https://cloud.google.com/compute/docs/manage-os
|
||||
module OsconfigV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20200903'
|
||||
REVISION = '20200930'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -20,7 +20,7 @@ require 'google/apis/errors'
|
|||
module Google
|
||||
module Apis
|
||||
module OsconfigV1
|
||||
# Cloud OS Config API
|
||||
# OS Config API
|
||||
#
|
||||
# OS management tools that can be used for patch management, patch compliance,
|
||||
# and configuration management on VM instances.
|
||||
|
@ -29,10 +29,10 @@ module Google
|
|||
# require 'google/apis/osconfig_v1'
|
||||
#
|
||||
# Osconfig = Google::Apis::OsconfigV1 # Alias the module
|
||||
# service = Osconfig::SystemsManagementService.new
|
||||
# service = Osconfig::OSConfigService.new
|
||||
#
|
||||
# @see https://cloud.google.com/
|
||||
class SystemsManagementService < Google::Apis::Core::BaseService
|
||||
# @see https://cloud.google.com/compute/docs/manage-os
|
||||
class OSConfigService < Google::Apis::Core::BaseService
|
||||
# @return [String]
|
||||
# API key. Your API key identifies your project and provides you with API access,
|
||||
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
||||
|
|
Loading…
Reference in New Issue