google-apis-servicenetworking_v1 0.39.0 → 0.40.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: 64df465347641c446054bb18daa600c5860b22e7cc048ac7e6bb560922daabf7
4
- data.tar.gz: dbc8fedfb7165366d9dc86e56f249bc60c6a56ef697080f49452ca188671a570
3
+ metadata.gz: 1fe76b81a9bd7594ed69840b0f910116e92805928761a6667131175556bbe5a7
4
+ data.tar.gz: 2c046b8f17bd97d734e7632dc23dad79eb889e6d7a1aae0eec738ce06979d33f
5
5
  SHA512:
6
- metadata.gz: d2b69ca45c71af6632b178a9f462862fe2e7a81e4f652388060dbfe939ad10ea99444c0afed97773ee5b8db595076add3740169996dd0f206d7197ef103c658d
7
- data.tar.gz: 8996e773d5ab668acc9bcc99de9aae26f3bf39938f8db12dd0997098267373995c6fec8f57ce35d76cbfc7c70bcbce92cf08b922074be35ed7b1db47e4a1ba95
6
+ metadata.gz: 5bae2254675ea89a946d0c531c69088be5adc0fdff47a81c52abd958f82cfb7b9b4f0523c0e7fcd46f09c69793e87b5b3baa3be508b046e2e89f498ebc02c2f0
7
+ data.tar.gz: 8b361ad0fb28228a9ba09ae90c38fad0c33888f54e2caed77f392722bf50acc94fec080e229bf545af9efb9c5cf729620673fb4557806a655fb649b5f580d896
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.40.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
3
7
  ### v0.39.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230215
@@ -3487,6 +3487,12 @@ module Google
3487
3487
  # @return [String]
3488
3488
  attr_accessor :organization
3489
3489
 
3490
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3491
+ # com/pubsub/lite/docs/reference/rpc
3492
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3493
+ # @return [String]
3494
+ attr_accessor :proto_reference_documentation_uri
3495
+
3490
3496
  def initialize(**args)
3491
3497
  update!(**args)
3492
3498
  end
@@ -3502,6 +3508,7 @@ module Google
3502
3508
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3503
3509
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3504
3510
  @organization = args[:organization] if args.key?(:organization)
3511
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3505
3512
  end
3506
3513
  end
3507
3514
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.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 = "20230215"
25
+ REVISION = "20230226"
26
26
  end
27
27
  end
28
28
  end
@@ -1548,6 +1548,7 @@ module Google
1548
1548
 
1549
1549
  property :new_issue_uri, as: 'newIssueUri'
1550
1550
  property :organization, as: 'organization'
1551
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1551
1552
  end
1552
1553
  end
1553
1554
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-05 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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []