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-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/AutomatedDnsRecord.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ public final class AutomatedDnsRecord extends com.google.api.client.json.Generic
154
154
155
155
/**
156
156
* Required. Immutable. The service class identifier which authorizes this AutomatedDnsRecord. Any
157
-
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceclasses.use`
157
+
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceClasses.use`
158
158
* IAM permission for the provided service class.
159
159
* The value may be {@code null}.
160
160
*/
@@ -472,7 +472,7 @@ public AutomatedDnsRecord setRecordType(java.lang.String recordType) {
472
472
473
473
/**
474
474
* Required. Immutable. The service class identifier which authorizes this AutomatedDnsRecord. Any
475
-
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceclasses.use`
475
+
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceClasses.use`
476
476
* IAM permission for the provided service class.
477
477
* @return value or {@code null} for none
478
478
*/
@@ -482,7 +482,7 @@ public java.lang.String getServiceClass() {
482
482
483
483
/**
484
484
* Required. Immutable. The service class identifier which authorizes this AutomatedDnsRecord. Any
485
-
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceclasses.use`
485
+
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceClasses.use`
486
486
* IAM permission for the provided service class.
487
487
* @param serviceClass serviceClass or {@code null} for none
0 commit comments