google-apis-serviceconsumermanagement_v1 0.51.0 → 0.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cb9f69cf5bbbfd4b77d5123b16f0ff12efaba37d8e3142a4abfe129e2c07004
4
- data.tar.gz: 8f06c9a8e7d206fc4e1b8dc13f3490748ceccceda95cc1e4928b2bd36c98eecf
3
+ metadata.gz: 4ae14b227460acdb0b94ffe6aa05813e6753066895b1f04271ef6ca475b6d6a1
4
+ data.tar.gz: c7bc489c3a27f26000612ba7d06e6b436ce4e5173bbb4472847994e14b4f4808
5
5
  SHA512:
6
- metadata.gz: 27331653c7ae35509f4ae2b0ed320e55ae1a315ed5a4160b2ffe552db0ffaf009427670232b478db6158496c7da18aa9072af2d4f88d624d706ab2fa3ee48b55
7
- data.tar.gz: 42ab3ba1ac087d416eaafc246f8c825c68915d37af163c3a65d888ae2354bbb40446c4268a77abbca5e6f98f622dd3232cdc1f884c356fd455dc9ad5e612c456
6
+ metadata.gz: 8a907bd47a15a646813e13fc5f6e26519d54122044b37048647b1fd6cfa783b8316b151fb8b0ff263eab0d7249a058789d90891f24d1403312475da619f8dfda
7
+ data.tar.gz: d14a956fa2ff3a6018bac39bd03e86abd7ae0028c21a3228946acbcfd77c1d6c95fe63f3698fa57dc7bcc9b4d15eaa1a68a1ec27cf9a86588e5847fb53968353
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.53.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240929
6
+
7
+ ### v0.52.0 (2024-09-29)
8
+
9
+ * Regenerated from discovery document revision 20240919
10
+
3
11
  ### v0.51.0 (2024-09-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20240912
@@ -700,6 +700,12 @@ module Google
700
700
  # @return [String]
701
701
  attr_accessor :reference_docs_uri
702
702
 
703
+ # This message is used to configure the generation of a subset of the RPCs in a
704
+ # service for client libraries.
705
+ # Corresponds to the JSON property `selectiveGapicGeneration`
706
+ # @return [Google::Apis::ServiceconsumermanagementV1::SelectiveGapicGeneration]
707
+ attr_accessor :selective_gapic_generation
708
+
703
709
  def initialize(**args)
704
710
  update!(**args)
705
711
  end
@@ -708,6 +714,7 @@ module Google
708
714
  def update!(**args)
709
715
  @destinations = args[:destinations] if args.key?(:destinations)
710
716
  @reference_docs_uri = args[:reference_docs_uri] if args.key?(:reference_docs_uri)
717
+ @selective_gapic_generation = args[:selective_gapic_generation] if args.key?(:selective_gapic_generation)
711
718
  end
712
719
  end
713
720
 
@@ -2405,7 +2412,7 @@ module Google
2405
2412
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2406
2413
  # are also declared with same name and request/response types in `Storage`. A
2407
2414
  # documentation generator or annotation processor will see the effective `
2408
- # Storage.GetAcl` method after inherting documentation and annotations as
2415
+ # Storage.GetAcl` method after inheriting documentation and annotations as
2409
2416
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2410
2417
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2411
2418
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3159,6 +3166,27 @@ module Google
3159
3166
  end
3160
3167
  end
3161
3168
 
3169
+ # This message is used to configure the generation of a subset of the RPCs in a
3170
+ # service for client libraries.
3171
+ class SelectiveGapicGeneration
3172
+ include Google::Apis::Core::Hashable
3173
+
3174
+ # An allowlist of the fully qualified names of RPCs that should be included on
3175
+ # public client surfaces.
3176
+ # Corresponds to the JSON property `methods`
3177
+ # @return [Array<String>]
3178
+ attr_accessor :methods_prop
3179
+
3180
+ def initialize(**args)
3181
+ update!(**args)
3182
+ end
3183
+
3184
+ # Update properties of this object
3185
+ def update!(**args)
3186
+ @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
3187
+ end
3188
+ end
3189
+
3162
3190
  # `Service` is the root object of Google API service configuration (service
3163
3191
  # config). It describes the basic information about a logical service, such as
3164
3192
  # the service name and the user-facing title, and delegates other aspects to sub-
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240912"
25
+ REVISION = "20240929"
26
26
  end
27
27
  end
28
28
  end
@@ -448,6 +448,12 @@ module Google
448
448
  include Google::Apis::Core::JsonObjectSupport
449
449
  end
450
450
 
451
+ class SelectiveGapicGeneration
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
451
457
  class Service
452
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
453
459
 
@@ -829,6 +835,8 @@ module Google
829
835
  class Representation < Google::Apis::Core::JsonRepresentation
830
836
  collection :destinations, as: 'destinations'
831
837
  property :reference_docs_uri, as: 'referenceDocsUri'
838
+ property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServiceconsumermanagementV1::SelectiveGapicGeneration, decorator: Google::Apis::ServiceconsumermanagementV1::SelectiveGapicGeneration::Representation
839
+
832
840
  end
833
841
  end
834
842
 
@@ -1390,6 +1398,13 @@ module Google
1390
1398
  end
1391
1399
  end
1392
1400
 
1401
+ class SelectiveGapicGeneration
1402
+ # @private
1403
+ class Representation < Google::Apis::Core::JsonRepresentation
1404
+ collection :methods_prop, as: 'methods'
1405
+ end
1406
+ end
1407
+
1393
1408
  class Service
1394
1409
  # @private
1395
1410
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.53.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []