google-apis-servicenetworking_v1beta 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74ea6f4f12783562d6aa83003afcd21e391acdba748a848673d63fe0a8bd72d1
|
4
|
+
data.tar.gz: 3b993a86cb772b670c42f1c6a7ef6a37057e2a0425829d126651a8069d157a94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddcdf8913f47ec78d9b6bcf08152477555da00435748fb73deae5efc83af56785b358228658bb0e0cdd9ce44cb673bfef7b0baea768ddc429d6ca2f2395978e0
|
7
|
+
data.tar.gz: 90c2e3850bedd662f69e8d6ebb252246bdb15fbf080e56af376132aeef06e71ee4c074109878ed9d2f663887e5b8e64d582daeeff35a8ef2891e9336be433b89
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1beta
|
2
2
|
|
3
|
+
### v0.35.0 (2023-03-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230321
|
6
|
+
|
7
|
+
### v0.34.0 (2023-03-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230226
|
10
|
+
|
3
11
|
### v0.33.0 (2023-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230215
|
@@ -701,7 +701,9 @@ module Google
|
|
701
701
|
# @return [Google::Apis::ServicenetworkingV1beta::RubySettings]
|
702
702
|
attr_accessor :ruby_settings
|
703
703
|
|
704
|
-
# Version of the API to apply these settings to.
|
704
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
705
|
+
# package for the API, ending in the version element. Examples: "google.cloud.
|
706
|
+
# speech.v1" and "google.spanner.admin.database.v1".
|
705
707
|
# Corresponds to the JSON property `version`
|
706
708
|
# @return [String]
|
707
709
|
attr_accessor :version
|
@@ -1197,6 +1199,7 @@ module Google
|
|
1197
1199
|
attr_accessor :data
|
1198
1200
|
|
1199
1201
|
# Required. The DNS or domain name of the record set, e.g. `test.example.com`.
|
1202
|
+
# Cloud DNS requires that a DNS suffix ends with a trailing dot.
|
1200
1203
|
# Corresponds to the JSON property `domain`
|
1201
1204
|
# @return [String]
|
1202
1205
|
attr_accessor :domain
|
@@ -1229,7 +1232,8 @@ module Google
|
|
1229
1232
|
class DnsZone
|
1230
1233
|
include Google::Apis::Core::Hashable
|
1231
1234
|
|
1232
|
-
# The DNS name suffix of this zone e.g. `example.com.`.
|
1235
|
+
# The DNS name suffix of this zone e.g. `example.com.`. Cloud DNS requires that
|
1236
|
+
# a DNS suffix ends with a trailing dot.
|
1233
1237
|
# Corresponds to the JSON property `dnsSuffix`
|
1234
1238
|
# @return [String]
|
1235
1239
|
attr_accessor :dns_suffix
|
@@ -1456,6 +1460,11 @@ module Google
|
|
1456
1460
|
class Enum
|
1457
1461
|
include Google::Apis::Core::Hashable
|
1458
1462
|
|
1463
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
1464
|
+
# Corresponds to the JSON property `edition`
|
1465
|
+
# @return [String]
|
1466
|
+
attr_accessor :edition
|
1467
|
+
|
1459
1468
|
# Enum value definitions.
|
1460
1469
|
# Corresponds to the JSON property `enumvalue`
|
1461
1470
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::EnumValue>]
|
@@ -1488,6 +1497,7 @@ module Google
|
|
1488
1497
|
|
1489
1498
|
# Update properties of this object
|
1490
1499
|
def update!(**args)
|
1500
|
+
@edition = args[:edition] if args.key?(:edition)
|
1491
1501
|
@enumvalue = args[:enumvalue] if args.key?(:enumvalue)
|
1492
1502
|
@name = args[:name] if args.key?(:name)
|
1493
1503
|
@options = args[:options] if args.key?(:options)
|
@@ -2593,7 +2603,7 @@ module Google
|
|
2593
2603
|
# AccessControl The mixin construct implies that all methods in `AccessControl`
|
2594
2604
|
# are also declared with same name and request/response types in `Storage`. A
|
2595
2605
|
# documentation generator or annotation processor will see the effective `
|
2596
|
-
# Storage.GetAcl` method after
|
2606
|
+
# Storage.GetAcl` method after inherting documentation and annotations as
|
2597
2607
|
# follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
|
2598
2608
|
# GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
|
2599
2609
|
# `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
|
@@ -3134,6 +3144,12 @@ module Google
|
|
3134
3144
|
# @return [String]
|
3135
3145
|
attr_accessor :organization
|
3136
3146
|
|
3147
|
+
# Optional link to proto reference documentation. Example: https://cloud.google.
|
3148
|
+
# com/pubsub/lite/docs/reference/rpc
|
3149
|
+
# Corresponds to the JSON property `protoReferenceDocumentationUri`
|
3150
|
+
# @return [String]
|
3151
|
+
attr_accessor :proto_reference_documentation_uri
|
3152
|
+
|
3137
3153
|
def initialize(**args)
|
3138
3154
|
update!(**args)
|
3139
3155
|
end
|
@@ -3149,6 +3165,7 @@ module Google
|
|
3149
3165
|
@method_settings = args[:method_settings] if args.key?(:method_settings)
|
3150
3166
|
@new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
|
3151
3167
|
@organization = args[:organization] if args.key?(:organization)
|
3168
|
+
@proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
|
3152
3169
|
end
|
3153
3170
|
end
|
3154
3171
|
|
@@ -4084,6 +4101,11 @@ module Google
|
|
4084
4101
|
class Type
|
4085
4102
|
include Google::Apis::Core::Hashable
|
4086
4103
|
|
4104
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
4105
|
+
# Corresponds to the JSON property `edition`
|
4106
|
+
# @return [String]
|
4107
|
+
attr_accessor :edition
|
4108
|
+
|
4087
4109
|
# The list of fields.
|
4088
4110
|
# Corresponds to the JSON property `fields`
|
4089
4111
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::Field>]
|
@@ -4121,6 +4143,7 @@ module Google
|
|
4121
4143
|
|
4122
4144
|
# Update properties of this object
|
4123
4145
|
def update!(**args)
|
4146
|
+
@edition = args[:edition] if args.key?(:edition)
|
4124
4147
|
@fields = args[:fields] if args.key?(:fields)
|
4125
4148
|
@name = args[:name] if args.key?(:name)
|
4126
4149
|
@oneofs = args[:oneofs] if args.key?(:oneofs)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20230321"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -967,6 +967,7 @@ module Google
|
|
967
967
|
class Enum
|
968
968
|
# @private
|
969
969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
970
|
+
property :edition, as: 'edition'
|
970
971
|
collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServicenetworkingV1beta::EnumValue, decorator: Google::Apis::ServicenetworkingV1beta::EnumValue::Representation
|
971
972
|
|
972
973
|
property :name, as: 'name'
|
@@ -1338,6 +1339,7 @@ module Google
|
|
1338
1339
|
|
1339
1340
|
property :new_issue_uri, as: 'newIssueUri'
|
1340
1341
|
property :organization, as: 'organization'
|
1342
|
+
property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
|
1341
1343
|
end
|
1342
1344
|
end
|
1343
1345
|
|
@@ -1563,6 +1565,7 @@ module Google
|
|
1563
1565
|
class Type
|
1564
1566
|
# @private
|
1565
1567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1568
|
+
property :edition, as: 'edition'
|
1566
1569
|
collection :fields, as: 'fields', class: Google::Apis::ServicenetworkingV1beta::Field, decorator: Google::Apis::ServicenetworkingV1beta::Field::Representation
|
1567
1570
|
|
1568
1571
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
11
|
+
date: 2023-03-26 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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.35.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|