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-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/ConfigVariableTemplate.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public final class ConfigVariableTemplate extends com.google.api.client.json.Gen
80
80
privatejava.lang.Stringkey;
81
81
82
82
/**
83
-
* Optional. Location Tyep denotes where this value should be sent in BYOC connections.
83
+
* Optional. Location Type denotes where this value should be sent in BYOC connections.
84
84
* The value may be {@code null}.
85
85
*/
86
86
@com.google.api.client.util.Key
@@ -260,15 +260,15 @@ public ConfigVariableTemplate setKey(java.lang.String key) {
260
260
}
261
261
262
262
/**
263
-
* Optional. Location Tyep denotes where this value should be sent in BYOC connections.
263
+
* Optional. Location Type denotes where this value should be sent in BYOC connections.
264
264
* @return value or {@code null} for none
265
265
*/
266
266
publicjava.lang.StringgetLocationType() {
267
267
returnlocationType;
268
268
}
269
269
270
270
/**
271
-
* Optional. Location Tyep denotes where this value should be sent in BYOC connections.
271
+
* Optional. Location Type denotes where this value should be sent in BYOC connections.
272
272
* @param locationType locationType or {@code null} for none
0 commit comments