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-certificatemanager/v1/2.0.0/com/google/api/services/certificatemanager/v1/model/DnsAuthorization.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public final class DnsAuthorization extends com.google.api.client.json.GenericJs
78
78
79
79
/**
80
80
* Immutable. Type of DnsAuthorization. If unset during resource creation the following default
81
-
* will be used: - in location global: FIXED_RECORD.
81
+
* will be used: - in location `global`: FIXED_RECORD, - in other locations: PER_PROJECT_RECORD.
82
82
* The value may be {@code null}.
83
83
*/
84
84
@com.google.api.client.util.Key
@@ -201,7 +201,7 @@ public DnsAuthorization setName(java.lang.String name) {
201
201
202
202
/**
203
203
* Immutable. Type of DnsAuthorization. If unset during resource creation the following default
204
-
* will be used: - in location global: FIXED_RECORD.
204
+
* will be used: - in location `global`: FIXED_RECORD, - in other locations: PER_PROJECT_RECORD.
205
205
* @return value or {@code null} for none
206
206
*/
207
207
publicjava.lang.StringgetType() {
@@ -210,7 +210,7 @@ public java.lang.String getType() {
210
210
211
211
/**
212
212
* Immutable. Type of DnsAuthorization. If unset during resource creation the following default
213
-
* will be used: - in location global: FIXED_RECORD.
213
+
* will be used: - in location `global`: FIXED_RECORD, - in other locations: PER_PROJECT_RECORD.
0 commit comments