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-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/AddSplitPointsRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public final class AddSplitPointsRequest extends com.google.api.client.json.Gene
31
31
32
32
/**
33
33
* Optional. A user-supplied tag associated with the split points. For example,
34
-
* "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
34
+
* "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
35
35
* The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8
36
36
* characters are allowed.
37
37
* The value may be {@code null}.
@@ -48,7 +48,7 @@ public final class AddSplitPointsRequest extends com.google.api.client.json.Gene
48
48
49
49
/**
50
50
* Optional. A user-supplied tag associated with the split points. For example,
51
-
* "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
51
+
* "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
52
52
* The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8
53
53
* characters are allowed.
54
54
* @return value or {@code null} for none
@@ -59,7 +59,7 @@ public java.lang.String getInitiator() {
59
59
60
60
/**
61
61
* Optional. A user-supplied tag associated with the split points. For example,
62
-
* "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
62
+
* "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
63
63
* The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8
64
64
* characters are allowed.
65
65
* @param initiator initiator or {@code null} for none
0 commit comments