diff --git a/generated/google/apis/osconfig_v1.rb b/generated/google/apis/osconfig_v1.rb index 9b59ff15c..e21567b74 100644 --- a/generated/google/apis/osconfig_v1.rb +++ b/generated/google/apis/osconfig_v1.rb @@ -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' diff --git a/generated/google/apis/osconfig_v1/service.rb b/generated/google/apis/osconfig_v1/service.rb index 1b3dbf69e..a4ecc8953 100644 --- a/generated/google/apis/osconfig_v1/service.rb +++ b/generated/google/apis/osconfig_v1/service.rb @@ -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.