google-apis-serviceconsumermanagement_v1 0.33.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: 6db5f150da48979e7e9643825962bc34339b53b96d655c2ca3785597f5f8ed9e
4
- data.tar.gz: 7f56b1a3bc6d24f55905f8227917849ddb645bb3b2b4b568c654546e70a294e7
3
+ metadata.gz: 03a981e221bd1dc88fdd91cc89e0ad17507fad6240aea558e4df57e7850359ca
4
+ data.tar.gz: b7b6d8fe7cb6c35ac1da92c614af0af34f23076322f529e3894a4c448e4961f6
5
5
  SHA512:
6
- metadata.gz: 643d9c89859e61fb66783e5d5ba1a88bf983bbd8f5d1f4c3ad885b58f6854e6dcd97bf2d07b6ea4685e4d46be9b98b19fa716b12afd8ff1fceecc4bbbd826733
7
- data.tar.gz: 25dab939cd25503e6986ec2e2897c4c38e976de8dbc7cb4bb8be21212154c222335f85a15357390a6bbfa34fb8ba0f0c4219c94c4531d84a8d447fd094728e95
6
+ metadata.gz: da1587e7483267704bce138c0955fe383ef7684e4bebba8347313d7ab3b5ab2f2a68da27f4d585aeb7ed114d26c0ca405dfde5a1204a66b92e55a6ee2200ecb3
7
+ data.tar.gz: eebde0e559e117df6ea5a1f23f694d9ad40f2693970340539756b957df4bfc60fd9d11c6b4ec0f184762cfd8eef3bf177639c7f04adf15d65a9960cc38a0cbe2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.34.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
3
7
  ### v0.33.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230322
@@ -1089,6 +1089,42 @@ module Google
1089
1089
  # @return [Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings]
1090
1090
  attr_accessor :common
1091
1091
 
1092
+ # Namespaces which must be aliased in snippets due to a known (but non-generator-
1093
+ # predictable) naming collision
1094
+ # Corresponds to the JSON property `forcedNamespaceAliases`
1095
+ # @return [Array<String>]
1096
+ attr_accessor :forced_namespace_aliases
1097
+
1098
+ # Method signatures (in the form "service.method(signature)") which are provided
1099
+ # separately, so shouldn't be generated. Snippets *calling* these methods are
1100
+ # still generated, however.
1101
+ # Corresponds to the JSON property `handwrittenSignatures`
1102
+ # @return [Array<String>]
1103
+ attr_accessor :handwritten_signatures
1104
+
1105
+ # List of full resource types to ignore during generation. This is typically
1106
+ # used for API-specific Location resources, which should be handled by the
1107
+ # generator as if they were actually the common Location resources. Example
1108
+ # entry: "documentai.googleapis.com/Location"
1109
+ # Corresponds to the JSON property `ignoredResources`
1110
+ # @return [Array<String>]
1111
+ attr_accessor :ignored_resources
1112
+
1113
+ # Map from full resource types to the effective short name for the resource.
1114
+ # This is used when otherwise resource named from different services would cause
1115
+ # naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "
1116
+ # DataLabelingDataset"
1117
+ # Corresponds to the JSON property `renamedResources`
1118
+ # @return [Hash<String,String>]
1119
+ attr_accessor :renamed_resources
1120
+
1121
+ # Map from original service names to renamed versions. This is used when the
1122
+ # default generated types would cause a naming conflict. (Neither name is fully-
1123
+ # qualified.) Example: Subscriber to SubscriberServiceApi.
1124
+ # Corresponds to the JSON property `renamedServices`
1125
+ # @return [Hash<String,String>]
1126
+ attr_accessor :renamed_services
1127
+
1092
1128
  def initialize(**args)
1093
1129
  update!(**args)
1094
1130
  end
@@ -1096,6 +1132,11 @@ module Google
1096
1132
  # Update properties of this object
1097
1133
  def update!(**args)
1098
1134
  @common = args[:common] if args.key?(:common)
1135
+ @forced_namespace_aliases = args[:forced_namespace_aliases] if args.key?(:forced_namespace_aliases)
1136
+ @handwritten_signatures = args[:handwritten_signatures] if args.key?(:handwritten_signatures)
1137
+ @ignored_resources = args[:ignored_resources] if args.key?(:ignored_resources)
1138
+ @renamed_resources = args[:renamed_resources] if args.key?(:renamed_resources)
1139
+ @renamed_services = args[:renamed_services] if args.key?(:renamed_services)
1099
1140
  end
1100
1141
  end
1101
1142
 
@@ -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.33.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 = "20230322"
25
+ REVISION = "20230329"
26
26
  end
27
27
  end
28
28
  end
@@ -915,6 +915,11 @@ module Google
915
915
  class Representation < Google::Apis::Core::JsonRepresentation
916
916
  property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings::Representation
917
917
 
918
+ collection :forced_namespace_aliases, as: 'forcedNamespaceAliases'
919
+ collection :handwritten_signatures, as: 'handwrittenSignatures'
920
+ collection :ignored_resources, as: 'ignoredResources'
921
+ hash :renamed_resources, as: 'renamedResources'
922
+ hash :renamed_services, as: 'renamedServices'
918
923
  end
919
924
  end
920
925
 
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.33.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-26 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.34.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: []