Autogenerated update (2019-03-24)
Update: - redis_v1beta1
This commit is contained in:
parent
1c37257c0c
commit
d690f8f8a1
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/memorystore/docs/redis/
|
||||
module RedisV1beta1
|
||||
VERSION = 'V1beta1'
|
||||
REVISION = '20190308'
|
||||
REVISION = '20190320'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -214,15 +214,6 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :name
|
||||
|
||||
# Output only. Cloud IAM identity used by import / export operations to
|
||||
# transfer data to/from Cloud Storage. Format is
|
||||
# "serviceAccount:<service_account_email>". The value may change over time
|
||||
# for a given instance so should be checked before each import/export
|
||||
# operation.
|
||||
# Corresponds to the JSON property `persistenceIamIdentity`
|
||||
# @return [String]
|
||||
attr_accessor :persistence_iam_identity
|
||||
|
||||
# Output only. The port number of the exposed Redis endpoint.
|
||||
# Corresponds to the JSON property `port`
|
||||
# @return [Fixnum]
|
||||
|
@ -285,7 +276,6 @@ module Google
|
|||
@location_id = args[:location_id] if args.key?(:location_id)
|
||||
@memory_size_gb = args[:memory_size_gb] if args.key?(:memory_size_gb)
|
||||
@name = args[:name] if args.key?(:name)
|
||||
@persistence_iam_identity = args[:persistence_iam_identity] if args.key?(:persistence_iam_identity)
|
||||
@port = args[:port] if args.key?(:port)
|
||||
@redis_configs = args[:redis_configs] if args.key?(:redis_configs)
|
||||
@redis_version = args[:redis_version] if args.key?(:redis_version)
|
||||
|
|
|
@ -134,7 +134,6 @@ module Google
|
|||
property :location_id, as: 'locationId'
|
||||
property :memory_size_gb, as: 'memorySizeGb'
|
||||
property :name, as: 'name'
|
||||
property :persistence_iam_identity, as: 'persistenceIamIdentity'
|
||||
property :port, as: 'port'
|
||||
hash :redis_configs, as: 'redisConfigs'
|
||||
property :redis_version, as: 'redisVersion'
|
||||
|
|
Loading…
Reference in New Issue