You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-servicenetworking/v1/2.0.0/com/google/api/services/servicenetworking/v1/ServiceNetworking.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4102,7 +4102,7 @@ public class DnsZones {
4102
4102
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
4103
4103
*
4104
4104
* @param name Required. The network that the consumer is using to connect with services. Must be in the form of
4105
-
* services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where
4105
+
* services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName} Where
4106
4106
* {service} is the peering service that is managing connectivity for the service producer's
4107
4107
* organization. For Google services that support this {project} is the project number, as in
4108
4108
* '12345' {network} is the network name. {zoneName} is the DNS zone name
@@ -4134,7 +4134,7 @@ public class Get extends ServiceNetworkingRequest<com.google.api.services.servic
4134
4134
* called to initialize this instance immediately after invoking the constructor. </p>
4135
4135
*
4136
4136
* @param name Required. The network that the consumer is using to connect with services. Must be in the form of
4137
-
* services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where
4137
+
* services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName} Where
4138
4138
* {service} is the peering service that is managing connectivity for the service producer's
4139
4139
* organization. For Google services that support this {project} is the project number, as in
4140
4140
* '12345' {network} is the network name. {zoneName} is the DNS zone name
@@ -4218,7 +4218,7 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
4218
4218
/**
4219
4219
* Required. The network that the consumer is using to connect with services. Must be
0 commit comments