google-apis-serviceconsumermanagement_v1beta1 0.32.0 → 0.34.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: e8bf2b9889ca9a67d6579d750b332b26148ba28a5b069ae4aa584dbb1c91c81c
4
- data.tar.gz: d9e7f509f4ca4b4c3d7b0ed7035d119f1a54814946ba59f51739f18337f0eb32
3
+ metadata.gz: 3486d13400b7e3665c4e070b6540fd72bb23e2fe66df33a85a04972d3d83094c
4
+ data.tar.gz: 6cee471a5e16cbae52f6ef1ba89da189e3892221b263129dfb7525f0d06d1a8c
5
5
  SHA512:
6
- metadata.gz: bf8cf0aa538d7305cefe2b158a63481f46c1fd33d338bac286dbb2f9dab0265ca9df8dc9f2ee3965e3c9ce3f180765bdab8902d38c3835b7901a7297c6778077
7
- data.tar.gz: 0eed6934854fecbf295d15f370a9d8214bccdeaaad7594b999d26547228a0bbaf3902e79ac4b6563d848adc89be58cc07191c006f8e5c17949495d7a092b60e3
6
+ metadata.gz: 2caf920544aeabe4d7132aa71edd3b277b41ccfea2b0a6a13ce34b9e16671f2fa1bab7454ab9a8fc550a4a6c62053ca3d992444022fa30b6114da7eee522c0cc
7
+ data.tar.gz: 607e4fabd4a8ff709b695fb85bd743b0d5dd953e4ffb1eeff1f921ed81cd5ef910024e3019d858a69ed55055ccbca12c19e9804e79a30a68656d62a26941c9dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.34.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
7
+ ### v0.33.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230322
10
+
3
11
  ### v0.32.0 (2023-03-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230309
@@ -533,7 +533,9 @@ module Google
533
533
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::RubySettings]
534
534
  attr_accessor :ruby_settings
535
535
 
536
- # Version of the API to apply these settings to.
536
+ # Version of the API to apply these settings to. This is the full protobuf
537
+ # package for the API, ending in the version element. Examples: "google.cloud.
538
+ # speech.v1" and "google.spanner.admin.database.v1".
537
539
  # Corresponds to the JSON property `version`
538
540
  # @return [String]
539
541
  attr_accessor :version
@@ -918,6 +920,42 @@ module Google
918
920
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
919
921
  attr_accessor :common
920
922
 
923
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
924
+ # predictable) naming collision
925
+ # Corresponds to the JSON property `forcedNamespaceAliases`
926
+ # @return [Array<String>]
927
+ attr_accessor :forced_namespace_aliases
928
+
929
+ # Method signatures (in the form "service.method(signature)") which are provided
930
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
931
+ # still generated, however.
932
+ # Corresponds to the JSON property `handwrittenSignatures`
933
+ # @return [Array<String>]
934
+ attr_accessor :handwritten_signatures
935
+
936
+ # List of full resource types to ignore during generation. This is typically
937
+ # used for API-specific Location resources, which should be handled by the
938
+ # generator as if they were actually the common Location resources. Example
939
+ # entry: "documentai.googleapis.com/Location"
940
+ # Corresponds to the JSON property `ignoredResources`
941
+ # @return [Array<String>]
942
+ attr_accessor :ignored_resources
943
+
944
+ # Map from full resource types to the effective short name for the resource.
945
+ # This is used when otherwise resource named from different services would cause
946
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
947
+ # DataLabelingDataset"
948
+ # Corresponds to the JSON property `renamedResources`
949
+ # @return [Hash<String,String>]
950
+ attr_accessor :renamed_resources
951
+
952
+ # Map from original service names to renamed versions. This is used when the
953
+ # default generated types would cause a naming conflict. (Neither name is fully-
954
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
955
+ # Corresponds to the JSON property `renamedServices`
956
+ # @return [Hash<String,String>]
957
+ attr_accessor :renamed_services
958
+
921
959
  def initialize(**args)
922
960
  update!(**args)
923
961
  end
@@ -925,6 +963,11 @@ module Google
925
963
  # Update properties of this object
926
964
  def update!(**args)
927
965
  @common = args[:common] if args.key?(:common)
966
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
967
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
968
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
969
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
970
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
928
971
  end
929
972
  end
930
973
 
@@ -2007,7 +2050,7 @@ module Google
2007
2050
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2008
2051
  # are also declared with same name and request/response types in `Storage`. A
2009
2052
  # documentation generator or annotation processor will see the effective `
2010
- # Storage.GetAcl` method after inheriting documentation and annotations as
2053
+ # Storage.GetAcl` method after inherting documentation and annotations as
2011
2054
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2012
2055
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2013
2056
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3364,10 +3407,10 @@ module Google
3364
3407
  attr_accessor :metric
3365
3408
 
3366
3409
  # The resource name of the quota limit. An example name would be: `services/
3367
- # compute.googleapis.com/projects/123/quotas/metrics/compute.googleapis.com%
3368
- # 2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque
3369
- # and should not be parsed for its component strings, since its representation
3370
- # could change in the future.
3410
+ # compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.
3411
+ # com%2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be
3412
+ # opaque and should not be parsed for its component strings, since its
3413
+ # representation could change in the future.
3371
3414
  # Corresponds to the JSON property `name`
3372
3415
  # @return [String]
3373
3416
  attr_accessor :name
@@ -3437,9 +3480,9 @@ module Google
3437
3480
 
3438
3481
  # The resource name of the quota settings on this metric for this consumer. An
3439
3482
  # example name would be: `services/serviceconsumermanagement.googleapis.com/
3440
- # projects/123/quota/metrics/compute.googleapis.com%2Fcpus The resource name is
3441
- # intended to be opaque and should not be parsed for its component strings,
3442
- # since its representation could change in the future.
3483
+ # projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` The resource
3484
+ # name is intended to be opaque and should not be parsed for its component
3485
+ # strings, since its representation could change in the future.
3443
3486
  # Corresponds to the JSON property `name`
3444
3487
  # @return [String]
3445
3488
  attr_accessor :name
@@ -3672,7 +3715,7 @@ module Google
3672
3715
  attr_accessor :container
3673
3716
 
3674
3717
  # If this map is nonempty, then this policy applies only to specific values for
3675
- # dimensions defined in the limit unit. For example, an policy on a limit with
3718
+ # dimensions defined in the limit unit. For example, a policy on a limit with
3676
3719
  # the unit 1/`project`/`region` could contain an entry with the key "region" and
3677
3720
  # the value "us-east-1"; the policy is only applied to quota consumed in that
3678
3721
  # region. This map has the following restrictions: * Keys that are not defined
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230309"
25
+ REVISION = "20230329"
26
26
  end
27
27
  end
28
28
  end
@@ -795,6 +795,11 @@ module Google
795
795
  class Representation < Google::Apis::Core::JsonRepresentation
796
796
  property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
797
797
 
798
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
799
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
800
+ collection :ignored_resources, as: 'ignoredResources'
801
+ hash :renamed_resources, as: 'renamedResources'
802
+ hash :renamed_services, as: 'renamedServices'
798
803
  end
799
804
  end
800
805
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-02 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []