google-apis-dns_v1beta2 0.56.0 → 0.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/dns_v1beta2/classes.rb +101 -0
- data/lib/google/apis/dns_v1beta2/gem_version.rb +3 -3
- data/lib/google/apis/dns_v1beta2/representations.rb +33 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcb8f53ecf2ca68f68b10e95387e79e493b0db0304bc088c5c79b42481d05261
|
|
4
|
+
data.tar.gz: f5113b1dc0250984f70d2a9e2685fc592d2924fa98e196a8836f6138f2ecebe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 178c03c95c1bb5aa754bfb64a747b3da37d3d30bc077a507e898d517c05a3dd46f48512207acad7368dc6549b41877e70d645070368127cad379f14746f95d63
|
|
7
|
+
data.tar.gz: 33ab1e5b387e68a3f2b5da17ed81d328317a1ff1af443701d52dc514d75bfc3ec02e8da91f516c9609c6b860bc38e4bbd38587a3177832bc7be49478a385c2cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dns_v1beta2
|
|
2
2
|
|
|
3
|
+
### v0.58.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated using generator version 0.19.0
|
|
6
|
+
|
|
7
|
+
### v0.57.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260421
|
|
10
|
+
|
|
3
11
|
### v0.56.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260402
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dns/docs) may provide guida
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -789,6 +789,68 @@ module Google
|
|
|
789
789
|
end
|
|
790
790
|
end
|
|
791
791
|
|
|
792
|
+
# This resource represents a long-running operation that is the result of a
|
|
793
|
+
# network API call.
|
|
794
|
+
class GoogleLongrunningOperation
|
|
795
|
+
include Google::Apis::Core::Hashable
|
|
796
|
+
|
|
797
|
+
# If the value is `false`, it means the operation is still in progress. If `true`
|
|
798
|
+
# , the operation is completed, and either `error` or `response` is available.
|
|
799
|
+
# Corresponds to the JSON property `done`
|
|
800
|
+
# @return [Boolean]
|
|
801
|
+
attr_accessor :done
|
|
802
|
+
alias_method :done?, :done
|
|
803
|
+
|
|
804
|
+
# The `Status` type defines a logical error model that is suitable for different
|
|
805
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
806
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
807
|
+
# data: error code, error message, and error details. You can find out more
|
|
808
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
|
809
|
+
# //cloud.google.com/apis/design/errors).
|
|
810
|
+
# Corresponds to the JSON property `error`
|
|
811
|
+
# @return [Google::Apis::DnsV1beta2::Status]
|
|
812
|
+
attr_accessor :error
|
|
813
|
+
|
|
814
|
+
# Service-specific metadata associated with the operation. It typically contains
|
|
815
|
+
# progress information and common metadata such as create time. Some services
|
|
816
|
+
# might not provide such metadata. Any method that returns a long-running
|
|
817
|
+
# operation should document the metadata type, if any.
|
|
818
|
+
# Corresponds to the JSON property `metadata`
|
|
819
|
+
# @return [Hash<String,Object>]
|
|
820
|
+
attr_accessor :metadata
|
|
821
|
+
|
|
822
|
+
# The server-assigned name, which is only unique within the same service that
|
|
823
|
+
# originally returns it. If you use the default HTTP mapping, the `name` should
|
|
824
|
+
# be a resource name ending with `operations/`unique_id``.
|
|
825
|
+
# Corresponds to the JSON property `name`
|
|
826
|
+
# @return [String]
|
|
827
|
+
attr_accessor :name
|
|
828
|
+
|
|
829
|
+
# The normal, successful response of the operation. If the original method
|
|
830
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
831
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
832
|
+
# response should be the resource. For other methods, the response should have
|
|
833
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
834
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
835
|
+
# `TakeSnapshotResponse`.
|
|
836
|
+
# Corresponds to the JSON property `response`
|
|
837
|
+
# @return [Hash<String,Object>]
|
|
838
|
+
attr_accessor :response
|
|
839
|
+
|
|
840
|
+
def initialize(**args)
|
|
841
|
+
update!(**args)
|
|
842
|
+
end
|
|
843
|
+
|
|
844
|
+
# Update properties of this object
|
|
845
|
+
def update!(**args)
|
|
846
|
+
@done = args[:done] if args.key?(:done)
|
|
847
|
+
@error = args[:error] if args.key?(:error)
|
|
848
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
|
849
|
+
@name = args[:name] if args.key?(:name)
|
|
850
|
+
@response = args[:response] if args.key?(:response)
|
|
851
|
+
end
|
|
852
|
+
end
|
|
853
|
+
|
|
792
854
|
# A zone is a subtree of the DNS namespace under one administrative
|
|
793
855
|
# responsibility. A ManagedZone is a resource that represents a DNS zone hosted
|
|
794
856
|
# by the Cloud DNS service.
|
|
@@ -2804,6 +2866,45 @@ module Google
|
|
|
2804
2866
|
@response_policy_rule = args[:response_policy_rule] if args.key?(:response_policy_rule)
|
|
2805
2867
|
end
|
|
2806
2868
|
end
|
|
2869
|
+
|
|
2870
|
+
# The `Status` type defines a logical error model that is suitable for different
|
|
2871
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
2872
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
2873
|
+
# data: error code, error message, and error details. You can find out more
|
|
2874
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
|
2875
|
+
# //cloud.google.com/apis/design/errors).
|
|
2876
|
+
class Status
|
|
2877
|
+
include Google::Apis::Core::Hashable
|
|
2878
|
+
|
|
2879
|
+
# The status code, which should be an enum value of google.rpc.Code.
|
|
2880
|
+
# Corresponds to the JSON property `code`
|
|
2881
|
+
# @return [Fixnum]
|
|
2882
|
+
attr_accessor :code
|
|
2883
|
+
|
|
2884
|
+
# A list of messages that carry the error details. There is a common set of
|
|
2885
|
+
# message types for APIs to use.
|
|
2886
|
+
# Corresponds to the JSON property `details`
|
|
2887
|
+
# @return [Array<Hash<String,Object>>]
|
|
2888
|
+
attr_accessor :details
|
|
2889
|
+
|
|
2890
|
+
# A developer-facing error message, which should be in English. Any user-facing
|
|
2891
|
+
# error message should be localized and sent in the google.rpc.Status.details
|
|
2892
|
+
# field, or localized by the client.
|
|
2893
|
+
# Corresponds to the JSON property `message`
|
|
2894
|
+
# @return [String]
|
|
2895
|
+
attr_accessor :message
|
|
2896
|
+
|
|
2897
|
+
def initialize(**args)
|
|
2898
|
+
update!(**args)
|
|
2899
|
+
end
|
|
2900
|
+
|
|
2901
|
+
# Update properties of this object
|
|
2902
|
+
def update!(**args)
|
|
2903
|
+
@code = args[:code] if args.key?(:code)
|
|
2904
|
+
@details = args[:details] if args.key?(:details)
|
|
2905
|
+
@message = args[:message] if args.key?(:message)
|
|
2906
|
+
end
|
|
2907
|
+
end
|
|
2807
2908
|
end
|
|
2808
2909
|
end
|
|
2809
2910
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DnsV1beta2
|
|
18
18
|
# Version of the google-apis-dns_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260421"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -118,6 +118,12 @@ module Google
|
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
|
119
119
|
end
|
|
120
120
|
|
|
121
|
+
class GoogleLongrunningOperation
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
121
127
|
class ManagedZone
|
|
122
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
129
|
|
|
@@ -418,6 +424,12 @@ module Google
|
|
|
418
424
|
include Google::Apis::Core::JsonObjectSupport
|
|
419
425
|
end
|
|
420
426
|
|
|
427
|
+
class Status
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
421
433
|
class Change
|
|
422
434
|
# @private
|
|
423
435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -576,6 +588,18 @@ module Google
|
|
|
576
588
|
end
|
|
577
589
|
end
|
|
578
590
|
|
|
591
|
+
class GoogleLongrunningOperation
|
|
592
|
+
# @private
|
|
593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
594
|
+
property :done, as: 'done'
|
|
595
|
+
property :error, as: 'error', class: Google::Apis::DnsV1beta2::Status, decorator: Google::Apis::DnsV1beta2::Status::Representation
|
|
596
|
+
|
|
597
|
+
hash :metadata, as: 'metadata'
|
|
598
|
+
property :name, as: 'name'
|
|
599
|
+
hash :response, as: 'response'
|
|
600
|
+
end
|
|
601
|
+
end
|
|
602
|
+
|
|
579
603
|
class ManagedZone
|
|
580
604
|
# @private
|
|
581
605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1123,6 +1147,15 @@ module Google
|
|
|
1123
1147
|
|
|
1124
1148
|
end
|
|
1125
1149
|
end
|
|
1150
|
+
|
|
1151
|
+
class Status
|
|
1152
|
+
# @private
|
|
1153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1154
|
+
property :code, as: 'code'
|
|
1155
|
+
collection :details, as: 'details'
|
|
1156
|
+
property :message, as: 'message'
|
|
1157
|
+
end
|
|
1158
|
+
end
|
|
1126
1159
|
end
|
|
1127
1160
|
end
|
|
1128
1161
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dns_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.58.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.58.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|