|
18 | 18 |
|
19 | 19 | package com.google.datastore.v1;
|
20 | 20 |
|
21 |
| -public interface AllocateIdsRequestOrBuilder |
22 |
| - extends |
| 21 | +public interface AllocateIdsRequestOrBuilder extends |
23 | 22 | // @@protoc_insertion_point(interface_extends:google.datastore.v1.AllocateIdsRequest)
|
24 | 23 | com.google.protobuf.MessageOrBuilder {
|
25 | 24 |
|
26 | 25 | /**
|
27 |
| - * |
28 |
| - * |
29 | 26 | * <pre>
|
30 | 27 | * Required. The ID of the project against which to make the request.
|
31 | 28 | * </pre>
|
32 | 29 | *
|
33 | 30 | * <code>string project_id = 8 [(.google.api.field_behavior) = REQUIRED];</code>
|
34 |
| - * |
35 | 31 | * @return The projectId.
|
36 | 32 | */
|
37 | 33 | java.lang.String getProjectId();
|
38 | 34 | /**
|
39 |
| - * |
40 |
| - * |
41 | 35 | * <pre>
|
42 | 36 | * Required. The ID of the project against which to make the request.
|
43 | 37 | * </pre>
|
44 | 38 | *
|
45 | 39 | * <code>string project_id = 8 [(.google.api.field_behavior) = REQUIRED];</code>
|
46 |
| - * |
47 | 40 | * @return The bytes for projectId.
|
48 | 41 | */
|
49 |
| - com.google.protobuf.ByteString getProjectIdBytes(); |
| 42 | + com.google.protobuf.ByteString |
| 43 | + getProjectIdBytes(); |
50 | 44 |
|
51 | 45 | /**
|
52 |
| - * |
53 |
| - * |
54 | 46 | * <pre>
|
55 | 47 | * Required. A list of keys with incomplete key paths for which to allocate IDs.
|
56 | 48 | * No key may be reserved/read-only.
|
57 | 49 | * </pre>
|
58 | 50 | *
|
59 |
| - * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED]; |
60 |
| - * </code> |
| 51 | + * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];</code> |
61 | 52 | */
|
62 |
| - java.util.List<com.google.datastore.v1.Key> getKeysList(); |
| 53 | + java.util.List<com.google.datastore.v1.Key> |
| 54 | + getKeysList(); |
63 | 55 | /**
|
64 |
| - * |
65 |
| - * |
66 | 56 | * <pre>
|
67 | 57 | * Required. A list of keys with incomplete key paths for which to allocate IDs.
|
68 | 58 | * No key may be reserved/read-only.
|
69 | 59 | * </pre>
|
70 | 60 | *
|
71 |
| - * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED]; |
72 |
| - * </code> |
| 61 | + * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];</code> |
73 | 62 | */
|
74 | 63 | com.google.datastore.v1.Key getKeys(int index);
|
75 | 64 | /**
|
76 |
| - * |
77 |
| - * |
78 | 65 | * <pre>
|
79 | 66 | * Required. A list of keys with incomplete key paths for which to allocate IDs.
|
80 | 67 | * No key may be reserved/read-only.
|
81 | 68 | * </pre>
|
82 | 69 | *
|
83 |
| - * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED]; |
84 |
| - * </code> |
| 70 | + * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];</code> |
85 | 71 | */
|
86 | 72 | int getKeysCount();
|
87 | 73 | /**
|
88 |
| - * |
89 |
| - * |
90 | 74 | * <pre>
|
91 | 75 | * Required. A list of keys with incomplete key paths for which to allocate IDs.
|
92 | 76 | * No key may be reserved/read-only.
|
93 | 77 | * </pre>
|
94 | 78 | *
|
95 |
| - * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED]; |
96 |
| - * </code> |
| 79 | + * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];</code> |
97 | 80 | */
|
98 |
| - java.util.List<? extends com.google.datastore.v1.KeyOrBuilder> getKeysOrBuilderList(); |
| 81 | + java.util.List<? extends com.google.datastore.v1.KeyOrBuilder> |
| 82 | + getKeysOrBuilderList(); |
99 | 83 | /**
|
100 |
| - * |
101 |
| - * |
102 | 84 | * <pre>
|
103 | 85 | * Required. A list of keys with incomplete key paths for which to allocate IDs.
|
104 | 86 | * No key may be reserved/read-only.
|
105 | 87 | * </pre>
|
106 | 88 | *
|
107 |
| - * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED]; |
108 |
| - * </code> |
| 89 | + * <code>repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];</code> |
109 | 90 | */
|
110 |
| - com.google.datastore.v1.KeyOrBuilder getKeysOrBuilder(int index); |
| 91 | + com.google.datastore.v1.KeyOrBuilder getKeysOrBuilder( |
| 92 | + int index); |
111 | 93 | }
|
0 commit comments