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-sheets/v4/2.0.0/com/google/api/services/sheets/v4/model/DeveloperMetadataLookup.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ public final class DeveloperMetadataLookup extends com.google.api.client.json.Ge
94
94
95
95
/**
96
96
* Limits the selected developer metadata to that which has a matching
97
-
* DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the
97
+
* DeveloperMetadata.visibility. If left unspecified, all developer metadata visible to the
98
98
* requesting project is considered.
99
99
* The value may be {@code null}.
100
100
*/
@@ -235,7 +235,7 @@ public DeveloperMetadataLookup setMetadataValue(java.lang.String metadataValue)
235
235
236
236
/**
237
237
* Limits the selected developer metadata to that which has a matching
238
-
* DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the
238
+
* DeveloperMetadata.visibility. If left unspecified, all developer metadata visible to the
239
239
* requesting project is considered.
240
240
* @return value or {@code null} for none
241
241
*/
@@ -245,7 +245,7 @@ public java.lang.String getVisibility() {
245
245
246
246
/**
247
247
* Limits the selected developer metadata to that which has a matching
248
-
* DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the
248
+
* DeveloperMetadata.visibility. If left unspecified, all developer metadata visible to the
249
249
* requesting project is considered.
250
250
* @param visibility visibility or {@code null} for none
0 commit comments