Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of osconfig v1beta client #1541

Merged
merged 1 commit into from Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
60 changes: 60 additions & 0 deletions api_names_out.yaml
Expand Up @@ -120962,6 +120962,66 @@
"/osconfig:v1beta/GuestPolicy/recipes": recipes
"/osconfig:v1beta/GuestPolicy/recipes/recipe": recipe
"/osconfig:v1beta/GuestPolicy/updateTime": update_time
"/osconfig:v1beta/Inventory": inventory
"/osconfig:v1beta/Inventory/items": items
"/osconfig:v1beta/Inventory/items/item": item
"/osconfig:v1beta/Inventory/osInfo": os_info
"/osconfig:v1beta/InventoryItem": inventory_item
"/osconfig:v1beta/InventoryItem/availablePackage": available_package
"/osconfig:v1beta/InventoryItem/createTime": create_time
"/osconfig:v1beta/InventoryItem/id": id
"/osconfig:v1beta/InventoryItem/installedPackage": installed_package
"/osconfig:v1beta/InventoryItem/originType": origin_type
"/osconfig:v1beta/InventoryItem/type": type
"/osconfig:v1beta/InventoryItem/updateTime": update_time
"/osconfig:v1beta/InventoryOsInfo": inventory_os_info
"/osconfig:v1beta/InventoryOsInfo/architecture": architecture
"/osconfig:v1beta/InventoryOsInfo/hostname": hostname
"/osconfig:v1beta/InventoryOsInfo/kernelRelease": kernel_release
"/osconfig:v1beta/InventoryOsInfo/kernelVersion": kernel_version
"/osconfig:v1beta/InventoryOsInfo/longName": long_name
"/osconfig:v1beta/InventoryOsInfo/osconfigAgentVersion": osconfig_agent_version
"/osconfig:v1beta/InventoryOsInfo/shortName": short_name
"/osconfig:v1beta/InventoryOsInfo/version": version
"/osconfig:v1beta/InventorySoftwarePackage": inventory_software_package
"/osconfig:v1beta/InventorySoftwarePackage/aptPackage": apt_package
"/osconfig:v1beta/InventorySoftwarePackage/cosPackage": cos_package
"/osconfig:v1beta/InventorySoftwarePackage/googetPackage": googet_package
"/osconfig:v1beta/InventorySoftwarePackage/qfePackage": qfe_package
"/osconfig:v1beta/InventorySoftwarePackage/wuaPackage": wua_package
"/osconfig:v1beta/InventorySoftwarePackage/yumPackage": yum_package
"/osconfig:v1beta/InventorySoftwarePackage/zypperPackage": zypper_package
"/osconfig:v1beta/InventorySoftwarePackage/zypperPatch": zypper_patch
"/osconfig:v1beta/InventoryVersionedPackage": inventory_versioned_package
"/osconfig:v1beta/InventoryVersionedPackage/architecture": architecture
"/osconfig:v1beta/InventoryVersionedPackage/packageName": package_name
"/osconfig:v1beta/InventoryVersionedPackage/version": version
"/osconfig:v1beta/InventoryWindowsQuickFixEngineeringPackage": inventory_windows_quick_fix_engineering_package
"/osconfig:v1beta/InventoryWindowsQuickFixEngineeringPackage/caption": caption
"/osconfig:v1beta/InventoryWindowsQuickFixEngineeringPackage/description": description
"/osconfig:v1beta/InventoryWindowsQuickFixEngineeringPackage/hotFixId": hot_fix_id
"/osconfig:v1beta/InventoryWindowsQuickFixEngineeringPackage/installTime": install_time
"/osconfig:v1beta/InventoryWindowsUpdatePackage": inventory_windows_update_package
"/osconfig:v1beta/InventoryWindowsUpdatePackage/categories": categories
"/osconfig:v1beta/InventoryWindowsUpdatePackage/categories/category": category
"/osconfig:v1beta/InventoryWindowsUpdatePackage/description": description
"/osconfig:v1beta/InventoryWindowsUpdatePackage/kbArticleIds": kb_article_ids
"/osconfig:v1beta/InventoryWindowsUpdatePackage/kbArticleIds/kb_article_id": kb_article_id
"/osconfig:v1beta/InventoryWindowsUpdatePackage/lastDeploymentChangeTime": last_deployment_change_time
"/osconfig:v1beta/InventoryWindowsUpdatePackage/moreInfoUrls": more_info_urls
"/osconfig:v1beta/InventoryWindowsUpdatePackage/moreInfoUrls/more_info_url": more_info_url
"/osconfig:v1beta/InventoryWindowsUpdatePackage/revisionNumber": revision_number
"/osconfig:v1beta/InventoryWindowsUpdatePackage/supportUrl": support_url
"/osconfig:v1beta/InventoryWindowsUpdatePackage/title": title
"/osconfig:v1beta/InventoryWindowsUpdatePackage/updateId": update_id
"/osconfig:v1beta/InventoryWindowsUpdatePackageWindowsUpdateCategory": inventory_windows_update_package_windows_update_category
"/osconfig:v1beta/InventoryWindowsUpdatePackageWindowsUpdateCategory/id": id
"/osconfig:v1beta/InventoryWindowsUpdatePackageWindowsUpdateCategory/name": name
"/osconfig:v1beta/InventoryZypperPatch": inventory_zypper_patch
"/osconfig:v1beta/InventoryZypperPatch/category": category
"/osconfig:v1beta/InventoryZypperPatch/patchName": patch_name
"/osconfig:v1beta/InventoryZypperPatch/severity": severity
"/osconfig:v1beta/InventoryZypperPatch/summary": summary
"/osconfig:v1beta/ListGuestPoliciesResponse": list_guest_policies_response
"/osconfig:v1beta/ListGuestPoliciesResponse/guestPolicies": guest_policies
"/osconfig:v1beta/ListGuestPoliciesResponse/guestPolicies/guest_policy": guest_policy
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/osconfig_v1beta.rb
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/compute/docs/manage-os
module OsconfigV1beta
VERSION = 'V1beta'
REVISION = '20200930'
REVISION = '20201112'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down