google-apis-servicenetworking_v1 0.48.0 → 0.49.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: 66e8f913f807ab1799d69ac6733669f67340f4c63200d0c2e0e64f57d9a0750a
|
4
|
+
data.tar.gz: da63cb6014416edb5483aac093d15afd2e4cd048294561a7888e0f1cea2cd28d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e02a9c4b5fd22096c076679fc429f5eec1f6170b8d1cc708eb35d96b8042245ab5757ff74da2891038d910259e51c41053cf1d8657784a4b1945cb4ab4f982e4
|
7
|
+
data.tar.gz: 4dc6476fa9b16ce74c7d7c7ce303e73fa3379f37ca14b9ebbfbc2f7b7f9234b859a26ab14a7a0040282cfe5288de05d11c6368617946a49be54db43bf82636e6
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.49.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 = "20230806"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -600,7 +600,7 @@ module Google
|
|
600
600
|
# Required. The domain name of the zone containing the recordset.
|
601
601
|
# @param [String] type
|
602
602
|
# Required. RecordSet Type eg. type='A'. See the list of [Supported DNS Types](
|
603
|
-
# https://
|
603
|
+
# https://cloud.google.com/dns/records/json-record).
|
604
604
|
# @param [String] zone
|
605
605
|
# Required. The name of the zone containing the record set.
|
606
606
|
# @param [String] fields
|
@@ -749,42 +749,6 @@ module Google
|
|
749
749
|
execute_or_queue_command(command, &block)
|
750
750
|
end
|
751
751
|
|
752
|
-
# Service producers can use this method to retrieve a DNS zone in the shared
|
753
|
-
# producer host project and the matching peering zones in consumer project
|
754
|
-
# @param [String] name
|
755
|
-
# Required. The network that the consumer is using to connect with services.
|
756
|
-
# Must be in the form of services/`service`/projects/`project`/global/networks/`
|
757
|
-
# network`/zones/`zoneName` Where `service` is the peering service that is
|
758
|
-
# managing connectivity for the service producer's organization. For Google
|
759
|
-
# services that support this `project` is the project number, as in '12345' `
|
760
|
-
# network` is the network name. `zoneName` is the DNS zone name
|
761
|
-
# @param [String] fields
|
762
|
-
# Selector specifying which fields to include in a partial response.
|
763
|
-
# @param [String] quota_user
|
764
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
765
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
766
|
-
# @param [Google::Apis::RequestOptions] options
|
767
|
-
# Request-specific options
|
768
|
-
#
|
769
|
-
# @yield [result, err] Result & error if block supplied
|
770
|
-
# @yieldparam result [Google::Apis::ServicenetworkingV1::GetDnsZoneResponse] parsed result object
|
771
|
-
# @yieldparam err [StandardError] error object if request failed
|
772
|
-
#
|
773
|
-
# @return [Google::Apis::ServicenetworkingV1::GetDnsZoneResponse]
|
774
|
-
#
|
775
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
776
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
777
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
778
|
-
def get_service_dns_zone(name, fields: nil, quota_user: nil, options: nil, &block)
|
779
|
-
command = make_simple_command(:get, 'v1/{+name}/dnsZone:get', options)
|
780
|
-
command.response_representation = Google::Apis::ServicenetworkingV1::GetDnsZoneResponse::Representation
|
781
|
-
command.response_class = Google::Apis::ServicenetworkingV1::GetDnsZoneResponse
|
782
|
-
command.params['name'] = name unless name.nil?
|
783
|
-
command.query['fields'] = fields unless fields.nil?
|
784
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
785
|
-
execute_or_queue_command(command, &block)
|
786
|
-
end
|
787
|
-
|
788
752
|
# Service producers can use this method to add private DNS zones in the shared
|
789
753
|
# producer host project and matching peering zones in the consumer project.
|
790
754
|
# @param [String] parent
|
@@ -821,44 +785,6 @@ module Google
|
|
821
785
|
execute_or_queue_command(command, &block)
|
822
786
|
end
|
823
787
|
|
824
|
-
# * Service producers can use this method to retrieve a list of available DNS
|
825
|
-
# zones in the shared producer host project and the matching peering zones in
|
826
|
-
# the consumer project. *
|
827
|
-
# @param [String] parent
|
828
|
-
# Required. Parent resource identifying the connection which owns this
|
829
|
-
# collection of DNS zones in the format services/`service`/projects/`project`/
|
830
|
-
# global/networks/`network` Service: The service that is managing connectivity
|
831
|
-
# for the service producer's organization. For Google services that support this
|
832
|
-
# functionality, this value is `servicenetworking.googleapis.com`. Projects: the
|
833
|
-
# consumer project containing the consumer network. Network: The consumer
|
834
|
-
# network accessible from the tenant project.
|
835
|
-
# @param [String] fields
|
836
|
-
# Selector specifying which fields to include in a partial response.
|
837
|
-
# @param [String] quota_user
|
838
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
839
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
840
|
-
# @param [Google::Apis::RequestOptions] options
|
841
|
-
# Request-specific options
|
842
|
-
#
|
843
|
-
# @yield [result, err] Result & error if block supplied
|
844
|
-
# @yieldparam result [Google::Apis::ServicenetworkingV1::ListDnsZonesResponse] parsed result object
|
845
|
-
# @yieldparam err [StandardError] error object if request failed
|
846
|
-
#
|
847
|
-
# @return [Google::Apis::ServicenetworkingV1::ListDnsZonesResponse]
|
848
|
-
#
|
849
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
850
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
851
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
852
|
-
def list_service_dns_zones(parent, fields: nil, quota_user: nil, options: nil, &block)
|
853
|
-
command = make_simple_command(:get, 'v1/{+parent}/dnsZones:list', options)
|
854
|
-
command.response_representation = Google::Apis::ServicenetworkingV1::ListDnsZonesResponse::Representation
|
855
|
-
command.response_class = Google::Apis::ServicenetworkingV1::ListDnsZonesResponse
|
856
|
-
command.params['parent'] = parent unless parent.nil?
|
857
|
-
command.query['fields'] = fields unless fields.nil?
|
858
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
859
|
-
execute_or_queue_command(command, &block)
|
860
|
-
end
|
861
|
-
|
862
788
|
# Service producers can use this method to remove private DNS zones in the
|
863
789
|
# shared producer host project and matching peering zones in the consumer
|
864
790
|
# project.
|
@@ -983,6 +909,80 @@ module Google
|
|
983
909
|
execute_or_queue_command(command, &block)
|
984
910
|
end
|
985
911
|
|
912
|
+
# Service producers can use this method to retrieve a DNS zone in the shared
|
913
|
+
# producer host project and the matching peering zones in consumer project
|
914
|
+
# @param [String] name
|
915
|
+
# Required. The network that the consumer is using to connect with services.
|
916
|
+
# Must be in the form of services/`service`/projects/`project`/global/networks/`
|
917
|
+
# network`/zones/`zoneName` Where `service` is the peering service that is
|
918
|
+
# managing connectivity for the service producer's organization. For Google
|
919
|
+
# services that support this `project` is the project number, as in '12345' `
|
920
|
+
# network` is the network name. `zoneName` is the DNS zone name
|
921
|
+
# @param [String] fields
|
922
|
+
# Selector specifying which fields to include in a partial response.
|
923
|
+
# @param [String] quota_user
|
924
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
925
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
926
|
+
# @param [Google::Apis::RequestOptions] options
|
927
|
+
# Request-specific options
|
928
|
+
#
|
929
|
+
# @yield [result, err] Result & error if block supplied
|
930
|
+
# @yieldparam result [Google::Apis::ServicenetworkingV1::GetDnsZoneResponse] parsed result object
|
931
|
+
# @yieldparam err [StandardError] error object if request failed
|
932
|
+
#
|
933
|
+
# @return [Google::Apis::ServicenetworkingV1::GetDnsZoneResponse]
|
934
|
+
#
|
935
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
936
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
937
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
938
|
+
def get_service_project_global_network_dns_zone(name, fields: nil, quota_user: nil, options: nil, &block)
|
939
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
940
|
+
command.response_representation = Google::Apis::ServicenetworkingV1::GetDnsZoneResponse::Representation
|
941
|
+
command.response_class = Google::Apis::ServicenetworkingV1::GetDnsZoneResponse
|
942
|
+
command.params['name'] = name unless name.nil?
|
943
|
+
command.query['fields'] = fields unless fields.nil?
|
944
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
945
|
+
execute_or_queue_command(command, &block)
|
946
|
+
end
|
947
|
+
|
948
|
+
# * Service producers can use this method to retrieve a list of available DNS
|
949
|
+
# zones in the shared producer host project and the matching peering zones in
|
950
|
+
# the consumer project. *
|
951
|
+
# @param [String] parent
|
952
|
+
# Required. Parent resource identifying the connection which owns this
|
953
|
+
# collection of DNS zones in the format services/`service`/projects/`project`/
|
954
|
+
# global/networks/`network` Service: The service that is managing connectivity
|
955
|
+
# for the service producer's organization. For Google services that support this
|
956
|
+
# functionality, this value is `servicenetworking.googleapis.com`. Projects: the
|
957
|
+
# consumer project containing the consumer network. Network: The consumer
|
958
|
+
# network accessible from the tenant project.
|
959
|
+
# @param [String] fields
|
960
|
+
# Selector specifying which fields to include in a partial response.
|
961
|
+
# @param [String] quota_user
|
962
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
963
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
964
|
+
# @param [Google::Apis::RequestOptions] options
|
965
|
+
# Request-specific options
|
966
|
+
#
|
967
|
+
# @yield [result, err] Result & error if block supplied
|
968
|
+
# @yieldparam result [Google::Apis::ServicenetworkingV1::ListDnsZonesResponse] parsed result object
|
969
|
+
# @yieldparam err [StandardError] error object if request failed
|
970
|
+
#
|
971
|
+
# @return [Google::Apis::ServicenetworkingV1::ListDnsZonesResponse]
|
972
|
+
#
|
973
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
974
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
975
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
976
|
+
def list_service_project_global_network_dns_zones(parent, fields: nil, quota_user: nil, options: nil, &block)
|
977
|
+
command = make_simple_command(:get, 'v1/{+parent}/dnsZones:list', options)
|
978
|
+
command.response_representation = Google::Apis::ServicenetworkingV1::ListDnsZonesResponse::Representation
|
979
|
+
command.response_class = Google::Apis::ServicenetworkingV1::ListDnsZonesResponse
|
980
|
+
command.params['parent'] = parent unless parent.nil?
|
981
|
+
command.query['fields'] = fields unless fields.nil?
|
982
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
983
|
+
execute_or_queue_command(command, &block)
|
984
|
+
end
|
985
|
+
|
986
986
|
# Creates a peered DNS domain which sends requests for records in given
|
987
987
|
# namespace originating in the service producer VPC network to the consumer VPC
|
988
988
|
# network to be resolved.
|
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.
|
4
|
+
version: 0.49.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-08-
|
11
|
+
date: 2023-08-13 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.49.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: []
|