Skip to content

Commit

Permalink
chore: regenerate firestore-admin client (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and BenWhitehead committed Dec 5, 2019
1 parent 0f1a60d commit f5c87eb
Show file tree
Hide file tree
Showing 58 changed files with 2,218 additions and 1,829 deletions.
Expand Up @@ -191,9 +191,9 @@ public FirestoreAdminStub getStub() {
* }
* </code></pre>
*
* @param parent A parent name of the form
* @param parent Required. A parent name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
* @param index The composite index to create.
* @param index Required. The composite index to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Operation createIndex(ParentName parent, Index index) {
Expand Down Expand Up @@ -223,9 +223,9 @@ public final Operation createIndex(ParentName parent, Index index) {
* }
* </code></pre>
*
* @param parent A parent name of the form
* @param parent Required. A parent name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
* @param index The composite index to create.
* @param index Required. The composite index to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Operation createIndex(String parent, Index index) {
Expand Down Expand Up @@ -305,7 +305,7 @@ public final UnaryCallable<CreateIndexRequest, Operation> createIndexCallable()
* }
* </code></pre>
*
* @param parent A parent name of the form
* @param parent Required. A parent name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -332,7 +332,7 @@ public final ListIndexesPagedResponse listIndexes(ParentName parent) {
* }
* </code></pre>
*
* @param parent A parent name of the form
* @param parent Required. A parent name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -435,7 +435,7 @@ public final UnaryCallable<ListIndexesRequest, ListIndexesResponse> listIndexesC
* }
* </code></pre>
*
* @param name A name of the form
* @param name Required. A name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -459,7 +459,7 @@ public final Index getIndex(IndexName name) {
* }
* </code></pre>
*
* @param name A name of the form
* @param name Required. A name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -527,7 +527,7 @@ public final UnaryCallable<GetIndexRequest, Index> getIndexCallable() {
* }
* </code></pre>
*
* @param name A name of the form
* @param name Required. A name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -551,7 +551,7 @@ public final void deleteIndex(IndexName name) {
* }
* </code></pre>
*
* @param name A name of the form
* @param name Required. A name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -622,7 +622,7 @@ public final UnaryCallable<DeleteIndexRequest, Empty> deleteIndexCallable() {
* }
* </code></pre>
*
* @param name Database to import into. Should be of the form:
* @param name Required. Database to import into. Should be of the form:
* `projects/{project_id}/databases/{database_id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -649,7 +649,7 @@ public final Operation importDocuments(DatabaseName name) {
* }
* </code></pre>
*
* @param name Database to import into. Should be of the form:
* @param name Required. Database to import into. Should be of the form:
* `projects/{project_id}/databases/{database_id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -728,7 +728,7 @@ public final UnaryCallable<ImportDocumentsRequest, Operation> importDocumentsCal
* }
* </code></pre>
*
* @param name Database to export. Should be of the form:
* @param name Required. Database to export. Should be of the form:
* `projects/{project_id}/databases/{database_id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -757,7 +757,7 @@ public final Operation exportDocuments(DatabaseName name) {
* }
* </code></pre>
*
* @param name Database to export. Should be of the form:
* @param name Required. Database to export. Should be of the form:
* `projects/{project_id}/databases/{database_id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -835,7 +835,7 @@ public final UnaryCallable<ExportDocumentsRequest, Operation> exportDocumentsCal
* }
* </code></pre>
*
* @param name A name of the form
* @param name Required. A name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -859,7 +859,7 @@ public final Field getField(FieldName name) {
* }
* </code></pre>
*
* @param name A name of the form
* @param name Required. A name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -934,7 +934,7 @@ public final UnaryCallable<GetFieldRequest, Field> getFieldCallable() {
* }
* </code></pre>
*
* @param parent A parent name of the form
* @param parent Required. A parent name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -964,7 +964,7 @@ public final ListFieldsPagedResponse listFields(ParentName parent) {
* }
* </code></pre>
*
* @param parent A parent name of the form
* @param parent Required. A parent name of the form
* `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1093,7 +1093,7 @@ public final UnaryCallable<ListFieldsRequest, ListFieldsResponse> listFieldsCall
* }
* </code></pre>
*
* @param field The field to be updated.
* @param field Required. The field to be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Operation updateField(Field field) {
Expand Down

0 comments on commit f5c87eb

Please sign in to comment.