google-apis-serviceconsumermanagement_v1 0.33.0 → 0.35.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: 7357f7a734ca033f1a588b53bc2074ab94104121d39707597ce6752dc82fa9e8
4
+ data.tar.gz: 2a64e53328f3739521496a202fe8a42dda0f941486ab95d507b230b03b024f63
5
5
  SHA512:
6
- metadata.gz: 643d9c89859e61fb66783e5d5ba1a88bf983bbd8f5d1f4c3ad885b58f6854e6dcd97bf2d07b6ea4685e4d46be9b98b19fa716b12afd8ff1fceecc4bbbd826733
7
- data.tar.gz: 25dab939cd25503e6986ec2e2897c4c38e976de8dbc7cb4bb8be21212154c222335f85a15357390a6bbfa34fb8ba0f0c4219c94c4531d84a8d447fd094728e95
6
+ metadata.gz: 818f0faea280a8c402f55baf0c9d676b02dde22cb3bcf061474bf526f4edae385b60313d2cc943a7a421f4b9819a786435f00ef248a42fed8cb6259880e09ba1
7
+ data.tar.gz: bb6ec11f5f21fd3f39db4c30ab7070da517fd435222aa4de5b1b3b75d58a06315ecb916fd3e7fcaf38d686232feef45b91d88ba6e93f6b58a852b61ff993fac0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.35.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230412
6
+
7
+ ### v0.34.0 (2023-04-02)
8
+
9
+ * Regenerated from discovery document revision 20230329
10
+
3
11
  ### v0.33.0 (2023-03-26)
4
12
 
5
13
  * 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
 
@@ -2699,7 +2740,7 @@ module Google
2699
2740
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::MethodSettings>]
2700
2741
  attr_accessor :method_settings
2701
2742
 
2702
- # Link to a place that API users can report issues. Example: https://
2743
+ # Link to a *public* URI where users can report issues. Example: https://
2703
2744
  # issuetracker.google.com/issues/new?component=190865&template=1161103
2704
2745
  # Corresponds to the JSON property `newIssueUri`
2705
2746
  # @return [String]
@@ -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.35.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 = "20230412"
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.35.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-16 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.35.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: []