google-apis-serviceusage_v1 0.56.0 → 0.58.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: 8d5cbb97f7f74e6da32128669f4d7527974657e4e71eec3b1a878390fdabc9e4
4
- data.tar.gz: c5bc28a71bd3f56fed437e7f628e015fb1a5a8e8337bd51bffa43c56c91511d8
3
+ metadata.gz: 5c25dc5f29929fed36093f79362c1983a35aa161d3df6bae0d51d16de5a49f74
4
+ data.tar.gz: c592c1116e69dc799218dd6989a27f6aba1258371fc065bd12c7b962595efdff
5
5
  SHA512:
6
- metadata.gz: cfad87d7aaf7427e51a6c1aff34b0a9a092b20b752f7815c358d009b8c69a66921ada55915530ee3b4f4b631541896de5605f1898c61db82b65d6f12383ace6a
7
- data.tar.gz: 9065d3c0b4fa9c06c8c6aa12d26baf67275b9f6cbb7ba57280cdd8e925f7c4f4b4d5bf4d3ca91bbd25f260d34a2559f892bc3560c2fad271630d71c2aae2f46e
6
+ metadata.gz: 5cac2989ee468103ca3495339043fb678fd4cfd2a80cd618b8bf88f2643a7f4983faa7e18879d759c470affe968d731f90f3bb733e8e29bfe7e74c56ff991441
7
+ data.tar.gz: 9116564cb3fddb98dbdabe007c64a8ba7836b360f46a78c3471edb00a9fd3d6c8f220a4c513e91827ab3d79a95318199c14c3960234532d47aa3c8e2a88ac923
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.58.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240929
6
+
7
+ ### v0.57.0 (2024-09-29)
8
+
9
+ * Regenerated from discovery document revision 20240919
10
+
3
11
  ### v0.56.0 (2024-09-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20240905
@@ -901,6 +901,12 @@ module Google
901
901
  # @return [String]
902
902
  attr_accessor :reference_docs_uri
903
903
 
904
+ # This message is used to configure the generation of a subset of the RPCs in a
905
+ # service for client libraries.
906
+ # Corresponds to the JSON property `selectiveGapicGeneration`
907
+ # @return [Google::Apis::ServiceusageV1::SelectiveGapicGeneration]
908
+ attr_accessor :selective_gapic_generation
909
+
904
910
  def initialize(**args)
905
911
  update!(**args)
906
912
  end
@@ -909,6 +915,7 @@ module Google
909
915
  def update!(**args)
910
916
  @destinations = args[:destinations] if args.key?(:destinations)
911
917
  @reference_docs_uri = args[:reference_docs_uri] if args.key?(:reference_docs_uri)
918
+ @selective_gapic_generation = args[:selective_gapic_generation] if args.key?(:selective_gapic_generation)
912
919
  end
913
920
  end
914
921
 
@@ -3644,7 +3651,7 @@ module Google
3644
3651
  # AccessControl The mixin construct implies that all methods in `AccessControl`
3645
3652
  # are also declared with same name and request/response types in `Storage`. A
3646
3653
  # documentation generator or annotation processor will see the effective `
3647
- # Storage.GetAcl` method after inherting documentation and annotations as
3654
+ # Storage.GetAcl` method after inheriting documentation and annotations as
3648
3655
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
3649
3656
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
3650
3657
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -4460,6 +4467,27 @@ module Google
4460
4467
  end
4461
4468
  end
4462
4469
 
4470
+ # This message is used to configure the generation of a subset of the RPCs in a
4471
+ # service for client libraries.
4472
+ class SelectiveGapicGeneration
4473
+ include Google::Apis::Core::Hashable
4474
+
4475
+ # An allowlist of the fully qualified names of RPCs that should be included on
4476
+ # public client surfaces.
4477
+ # Corresponds to the JSON property `methods`
4478
+ # @return [Array<String>]
4479
+ attr_accessor :methods_prop
4480
+
4481
+ def initialize(**args)
4482
+ update!(**args)
4483
+ end
4484
+
4485
+ # Update properties of this object
4486
+ def update!(**args)
4487
+ @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
4488
+ end
4489
+ end
4490
+
4463
4491
  # Service identity for a service. This is the identity that service producer
4464
4492
  # should use to access consumer resources.
4465
4493
  class ServiceIdentity
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.58.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 = "20240905"
25
+ REVISION = "20240929"
26
26
  end
27
27
  end
28
28
  end
@@ -652,6 +652,12 @@ module Google
652
652
  include Google::Apis::Core::JsonObjectSupport
653
653
  end
654
654
 
655
+ class SelectiveGapicGeneration
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
655
661
  class ServiceIdentity
656
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
663
 
@@ -963,6 +969,8 @@ module Google
963
969
  class Representation < Google::Apis::Core::JsonRepresentation
964
970
  collection :destinations, as: 'destinations'
965
971
  property :reference_docs_uri, as: 'referenceDocsUri'
972
+ property :selective_gapic_generation, as: 'selectiveGapicGeneration', class: Google::Apis::ServiceusageV1::SelectiveGapicGeneration, decorator: Google::Apis::ServiceusageV1::SelectiveGapicGeneration::Representation
973
+
966
974
  end
967
975
  end
968
976
 
@@ -1798,6 +1806,13 @@ module Google
1798
1806
  end
1799
1807
  end
1800
1808
 
1809
+ class SelectiveGapicGeneration
1810
+ # @private
1811
+ class Representation < Google::Apis::Core::JsonRepresentation
1812
+ collection :methods_prop, as: 'methods'
1813
+ end
1814
+ end
1815
+
1801
1816
  class ServiceIdentity
1802
1817
  # @private
1803
1818
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.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-15 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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []