google-apis-memcache_v1 0.45.0 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8e2ca37a7aad3aabef405982764546a461d60c286894d1cd52b225be92df752
|
4
|
+
data.tar.gz: 22ff88fad4432823644f7d8071a9c2ccf5ef64b3250efce4ac709260e98e8920
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 306a71137b8ebfc450c7e13d68fa21d70d943dfa2aebc6a60064dcec627309dab59637c43b540da44fead54329f9c40aef6d4a175d1377b896cccd25eae567ce
|
7
|
+
data.tar.gz: c97ca3e77a8f57fd4a1f1c9f4931406c3bdfd87c7626438009ba3ce7e4b4fe2dcde0d852dda1cd210ae4621c5eb2377d0e8ac1fd7f9f3acbc9eb308b8fc76eb1
|
data/CHANGELOG.md
CHANGED
@@ -375,6 +375,17 @@ module Google
|
|
375
375
|
# @return [String]
|
376
376
|
attr_accessor :consumer_defined_name
|
377
377
|
|
378
|
+
# Optional. The consumer_project_number associated with this Apigee instance.
|
379
|
+
# This field is added specifically to support Apigee integration with SLM
|
380
|
+
# Rollout and UMM. It represents the numerical project ID of the GCP project
|
381
|
+
# that consumes this Apigee instance. It is used for SLM rollout notifications
|
382
|
+
# and UMM integration, enabling proper mapping to customer projects and log
|
383
|
+
# delivery for Apigee instances. This field complements consumer_project_id and
|
384
|
+
# may be used for specific Apigee scenarios where the numerical ID is required.
|
385
|
+
# Corresponds to the JSON property `consumerProjectNumber`
|
386
|
+
# @return [String]
|
387
|
+
attr_accessor :consumer_project_number
|
388
|
+
|
378
389
|
# Output only. Timestamp when the resource was created.
|
379
390
|
# Corresponds to the JSON property `createTime`
|
380
391
|
# @return [String]
|
@@ -491,6 +502,7 @@ module Google
|
|
491
502
|
# Update properties of this object
|
492
503
|
def update!(**args)
|
493
504
|
@consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
|
505
|
+
@consumer_project_number = args[:consumer_project_number] if args.key?(:consumer_project_number)
|
494
506
|
@create_time = args[:create_time] if args.key?(:create_time)
|
495
507
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
496
508
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MemcacheV1
|
18
18
|
# Version of the google-apis-memcache_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250505"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -385,6 +385,7 @@ module Google
|
|
385
385
|
# @private
|
386
386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
387
387
|
property :consumer_defined_name, as: 'consumerDefinedName'
|
388
|
+
property :consumer_project_number, as: 'consumerProjectNumber'
|
388
389
|
property :create_time, as: 'createTime'
|
389
390
|
property :instance_type, as: 'instanceType'
|
390
391
|
hash :labels, as: 'labels'
|
@@ -85,6 +85,9 @@ module Google
|
|
85
85
|
# Lists information about the supported locations for this service.
|
86
86
|
# @param [String] name
|
87
87
|
# The resource that owns the locations collection, if applicable.
|
88
|
+
# @param [Array<String>, String] extra_location_types
|
89
|
+
# Optional. A list of extra location types that should be used as conditions for
|
90
|
+
# controlling the visibility of the locations.
|
88
91
|
# @param [String] filter
|
89
92
|
# A filter to narrow down results to a preferred subset. The filtering language
|
90
93
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -112,11 +115,12 @@ module Google
|
|
112
115
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
113
116
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
114
117
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
115
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
118
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
116
119
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
117
120
|
command.response_representation = Google::Apis::MemcacheV1::ListLocationsResponse::Representation
|
118
121
|
command.response_class = Google::Apis::MemcacheV1::ListLocationsResponse
|
119
122
|
command.params['name'] = name unless name.nil?
|
123
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
120
124
|
command.query['filter'] = filter unless filter.nil?
|
121
125
|
command.query['pageSize'] = page_size unless page_size.nil?
|
122
126
|
command.query['pageToken'] = page_token unless page_token.nil?
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-memcache_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.46.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|