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-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActiveDirectory.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class ActiveDirectory extends com.google.api.client.json.GenericJso
37
37
privatejava.lang.StringdnsAddress;
38
38
39
39
/**
40
-
* Optional. Human readable form of a domain such as “google.com”.
40
+
* Optional. Human readable form of a domain such as `example.com`.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -82,15 +82,15 @@ public ActiveDirectory setDnsAddress(java.lang.String dnsAddress) {
82
82
}
83
83
84
84
/**
85
-
* Optional. Human readable form of a domain such as “google.com”.
85
+
* Optional. Human readable form of a domain such as `example.com`.
86
86
* @return value or {@code null} for none
87
87
*/
88
88
publicjava.lang.StringgetDomain() {
89
89
returndomain;
90
90
}
91
91
92
92
/**
93
-
* Optional. Human readable form of a domain such as “google.com”.
93
+
* Optional. Human readable form of a domain such as `example.com`.
0 commit comments