Skip to content

Commit

Permalink
chore: regenerate firestore client (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and BenWhitehead committed Dec 4, 2019
1 parent 72cf3e8 commit 0b39459
Show file tree
Hide file tree
Showing 33 changed files with 1,715 additions and 1,667 deletions.
Expand Up @@ -394,7 +394,8 @@ public final UnaryCallable<CreateDocumentRequest, Document> createDocumentCallab
* }
* </code></pre>
*
* @param document The updated document. Creates the document if it does not already exist.
* @param document Required. The updated document. Creates the document if it does not already
* exist.
* @param updateMask The fields to update. None of the field paths in the mask may contain a
* reserved name.
* <p>If the document exists on the server and has fields not referenced in the mask, they are
Expand Down Expand Up @@ -471,7 +472,7 @@ public final UnaryCallable<UpdateDocumentRequest, Document> updateDocumentCallab
* }
* </code></pre>
*
* @param name The resource name of the Document to delete. In the format:
* @param name Required. The resource name of the Document to delete. In the format:
* `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -495,7 +496,7 @@ public final void deleteDocument(AnyPathName name) {
* }
* </code></pre>
*
* @param name The resource name of the Document to delete. In the format:
* @param name Required. The resource name of the Document to delete. In the format:
* `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -593,7 +594,7 @@ public final UnaryCallable<DeleteDocumentRequest, Empty> deleteDocumentCallable(
* }
* </code></pre>
*
* @param database The database name. In the format:
* @param database Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -664,7 +665,7 @@ public final BeginTransactionResponse beginTransaction(BeginTransactionRequest r
* }
* </code></pre>
*
* @param database The database name. In the format:
* @param database Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* @param writes The writes to apply.
* <p>Always executed atomically and in order.
Expand Down Expand Up @@ -740,9 +741,9 @@ public final UnaryCallable<CommitRequest, CommitResponse> commitCallable() {
* }
* </code></pre>
*
* @param database The database name. In the format:
* @param database Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* @param transaction The transaction to roll back.
* @param transaction Required. The transaction to roll back.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final void rollback(String database, ByteString transaction) {
Expand Down Expand Up @@ -892,7 +893,7 @@ public final BidiStreamingCallable<ListenRequest, ListenResponse> listenCallable
* }
* </code></pre>
*
* @param parent The parent document. In the format:
* @param parent Required. The parent document. In the format:
* `projects/{project_id}/databases/{database_id}/documents/{document_path}`. For example:
* `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Expand Down
Expand Up @@ -225,11 +225,11 @@ public ConsistencySelectorCase getConsistencySelectorCase() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public java.lang.String getDatabase() {
java.lang.Object ref = database_;
Expand All @@ -246,11 +246,11 @@ public java.lang.String getDatabase() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public com.google.protobuf.ByteString getDatabaseBytes() {
java.lang.Object ref = database_;
Expand Down Expand Up @@ -986,11 +986,11 @@ public Builder clearConsistencySelector() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public java.lang.String getDatabase() {
java.lang.Object ref = database_;
Expand All @@ -1007,11 +1007,11 @@ public java.lang.String getDatabase() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public com.google.protobuf.ByteString getDatabaseBytes() {
java.lang.Object ref = database_;
Expand All @@ -1028,11 +1028,11 @@ public com.google.protobuf.ByteString getDatabaseBytes() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public Builder setDatabase(java.lang.String value) {
if (value == null) {
Expand All @@ -1047,11 +1047,11 @@ public Builder setDatabase(java.lang.String value) {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public Builder clearDatabase() {

Expand All @@ -1063,11 +1063,11 @@ public Builder clearDatabase() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public Builder setDatabaseBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -27,22 +27,22 @@ public interface BatchGetDocumentsRequestOrBuilder
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
java.lang.String getDatabase();
/**
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
com.google.protobuf.ByteString getDatabaseBytes();

Expand Down
Expand Up @@ -128,11 +128,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public java.lang.String getDatabase() {
java.lang.Object ref = database_;
Expand All @@ -149,11 +149,11 @@ public java.lang.String getDatabase() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public com.google.protobuf.ByteString getDatabaseBytes() {
java.lang.Object ref = database_;
Expand Down Expand Up @@ -561,11 +561,11 @@ public Builder mergeFrom(
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public java.lang.String getDatabase() {
java.lang.Object ref = database_;
Expand All @@ -582,11 +582,11 @@ public java.lang.String getDatabase() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public com.google.protobuf.ByteString getDatabaseBytes() {
java.lang.Object ref = database_;
Expand All @@ -603,11 +603,11 @@ public com.google.protobuf.ByteString getDatabaseBytes() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public Builder setDatabase(java.lang.String value) {
if (value == null) {
Expand All @@ -622,11 +622,11 @@ public Builder setDatabase(java.lang.String value) {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public Builder clearDatabase() {

Expand All @@ -638,11 +638,11 @@ public Builder clearDatabase() {
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
public Builder setDatabaseBytes(com.google.protobuf.ByteString value) {
if (value == null) {
Expand Down
Expand Up @@ -27,22 +27,22 @@ public interface BeginTransactionRequestOrBuilder
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
java.lang.String getDatabase();
/**
*
*
* <pre>
* The database name. In the format:
* Required. The database name. In the format:
* `projects/{project_id}/databases/{database_id}`.
* </pre>
*
* <code>string database = 1;</code>
* <code>string database = 1 [(.google.api.field_behavior) = REQUIRED];</code>
*/
com.google.protobuf.ByteString getDatabaseBytes();

Expand Down

0 comments on commit 0b39459

Please sign in to comment.