feat: Automated regeneration of servicemanagement v1 client

This commit is contained in:
Yoshi Automation Bot 2020-10-20 09:41:44 -07:00 committed by GitHub
parent 2dc298307c
commit 52f9799803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -27,7 +27,7 @@ module Google
# @see https://cloud.google.com/service-management/ # @see https://cloud.google.com/service-management/
module ServicemanagementV1 module ServicemanagementV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20200918' REVISION = '20201017'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -338,7 +338,8 @@ module Google
class AuthenticationRule class AuthenticationRule
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# If true, the service accepts API keys without any other credential. # If true, the service accepts API keys without any other credential. This flag
# only applies to HTTP and gRPC requests.
# Corresponds to the JSON property `allowWithoutCredential` # Corresponds to the JSON property `allowWithoutCredential`
# @return [Boolean] # @return [Boolean]
attr_accessor :allow_without_credential attr_accessor :allow_without_credential
@ -796,7 +797,7 @@ module Google
# context.OriginContext The above specifies that all methods in the API request ` # context.OriginContext The above specifies that all methods in the API request `
# google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`. # google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`.
# Available context types are defined in package `google.rpc.context`. This also # Available context types are defined in package `google.rpc.context`. This also
# provides mechanism to whitelist any protobuf message extension that can be # provides mechanism to allowlist any protobuf message extension that can be
# sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format. # sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format.
# For example, list any service specific protobuf types that can appear in grpc # For example, list any service specific protobuf types that can appear in grpc
# metadata as follows in your yaml file: Example: context: rules: - selector: " # metadata as follows in your yaml file: Example: context: rules: - selector: "
@ -3235,7 +3236,7 @@ module Google
# context.OriginContext The above specifies that all methods in the API request ` # context.OriginContext The above specifies that all methods in the API request `
# google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`. # google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`.
# Available context types are defined in package `google.rpc.context`. This also # Available context types are defined in package `google.rpc.context`. This also
# provides mechanism to whitelist any protobuf message extension that can be # provides mechanism to allowlist any protobuf message extension that can be
# sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format. # sent in grpc metadata using “x-goog-ext--bin” and “x-goog-ext--jspb” format.
# For example, list any service specific protobuf types that can appear in grpc # For example, list any service specific protobuf types that can appear in grpc
# metadata as follows in your yaml file: Example: context: rules: - selector: " # metadata as follows in your yaml file: Example: context: rules: - selector: "

View File

@ -4,7 +4,7 @@
"git": { "git": {
"name": ".", "name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git", "remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" "sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4"
} }
} }
] ]