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-looker/v1/2.0.0/com/google/api/services/looker/v1/model/ServiceAttachment.java
+30-3Lines changed: 30 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,21 @@ public final class ServiceAttachment extends com.google.api.client.json.GenericJ
38
38
privatejava.lang.StringconnectionStatus;
39
39
40
40
/**
41
-
* Required. Fully qualified domain name that will be used in the private DNS record created for
41
+
* Optional. Fully qualified domain name that will be used in the private DNS record created for
42
42
* the service attachment.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.StringlocalFqdn;
47
47
48
+
/**
49
+
* Optional. List of fully qualified domain names that will be used in the private DNS record
0 commit comments