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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of deploymentmanager alpha client #1688

Merged
merged 1 commit into from
Dec 9, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66861,6 +66861,12 @@
"/deploymentmanager:alpha/AuditLogConfig/logType": log_type
"/deploymentmanager:alpha/AuthorizationLoggingOptions": authorization_logging_options
"/deploymentmanager:alpha/AuthorizationLoggingOptions/permissionType": permission_type
"/deploymentmanager:alpha/BaseType": base_type
"/deploymentmanager:alpha/BaseType/collectionOverrides": collection_overrides
"/deploymentmanager:alpha/BaseType/collectionOverrides/collection_override": collection_override
"/deploymentmanager:alpha/BaseType/credential": credential
"/deploymentmanager:alpha/BaseType/descriptorUrl": descriptor_url
"/deploymentmanager:alpha/BaseType/options": options
"/deploymentmanager:alpha/BasicAuth": basic_auth
"/deploymentmanager:alpha/BasicAuth/password": password
"/deploymentmanager:alpha/BasicAuth/user": user
Expand Down Expand Up @@ -67163,6 +67169,7 @@
"/deploymentmanager:alpha/TestPermissionsResponse/permissions": permissions
"/deploymentmanager:alpha/TestPermissionsResponse/permissions/permission": permission
"/deploymentmanager:alpha/Type": type
"/deploymentmanager:alpha/Type/base": base
"/deploymentmanager:alpha/Type/configurableService": configurable_service
"/deploymentmanager:alpha/Type/description": description
"/deploymentmanager:alpha/Type/id": id
Expand Down
11 changes: 6 additions & 5 deletions generated/google/apis/deploymentmanager_alpha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@

module Google
module Apis
# Google Cloud Deployment Manager Alpha API
# Cloud Deployment Manager V2 API
#
# The Deployment Manager API allows users to declaratively configure, deploy and
# run complex solutions on the Google Cloud Platform.
# The Google Cloud Deployment Manager v2 API provides services for configuring,
# deploying, and viewing Google Cloud services and APIs via templates which
# specify deployments of Cloud resources.
#
# @see https://cloud.google.com/deployment-manager/
# @see https://cloud.google.com/deployment-manager
module DeploymentmanagerAlpha
VERSION = 'Alpha'
REVISION = '20200519'
REVISION = '20201113'

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