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-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1Index.java
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ public final class GoogleFirestoreAdminV1Index extends com.google.api.client.jso
36
36
@com.google.api.client.util.Key
37
37
privatejava.lang.StringapiScope;
38
38
39
+
/**
40
+
* Immutable. The density configuration of the index.
41
+
* The value may be {@code null}.
42
+
*/
43
+
@com.google.api.client.util.Key
44
+
privatejava.lang.Stringdensity;
45
+
39
46
/**
40
47
* The fields supported by this index. For composite indexes, this requires a minimum of 2 and a
41
48
* maximum of 100 fields. The last field entry is always for the field path `__name__`. If, on
@@ -49,6 +56,17 @@ public final class GoogleFirestoreAdminV1Index extends com.google.api.client.jso
0 commit comments