From f159bd648fbaf35d39163d56de491a4949c05b86 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 18 Jul 2026 18:09:20 -0700 Subject: [PATCH] chore: regenerate firestore client --- .../v1/2.0.0/README.md | 4 +- .../api/services/firestore/v1/Firestore.java | 96 ------------------- .../v1/model/BatchGetDocumentsRequest.java | 24 ----- .../firestore/v1/model/BatchWriteRequest.java | 24 ----- .../v1/model/BeginTransactionRequest.java | 24 ----- .../firestore/v1/model/CommitRequest.java | 24 ----- .../v1/model/ExecutePipelineRequest.java | 24 ----- .../v1/model/ListCollectionIdsRequest.java | 24 ----- .../firestore/v1/model/ListenRequest.java | 24 ----- .../v1/model/PartitionQueryRequest.java | 24 ----- .../firestore/v1/model/RequestOptions.java | 66 ------------- .../firestore/v1/model/RollbackRequest.java | 24 ----- .../v1/model/RunAggregationQueryRequest.java | 24 ----- .../firestore/v1/model/RunQueryRequest.java | 24 ----- .../firestore/v1/model/WriteRequest.java | 24 ----- .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- .../v1beta1/2.0.0/README.md | 4 +- .../services/firestore/v1beta1/Firestore.java | 96 ------------------- .../model/BatchGetDocumentsRequest.java | 24 ----- .../v1beta1/model/BatchWriteRequest.java | 24 ----- .../model/BeginTransactionRequest.java | 24 ----- .../v1beta1/model/CommitRequest.java | 24 ----- .../v1beta1/model/ExecutePipelineRequest.java | 24 ----- .../model/ListCollectionIdsRequest.java | 24 ----- .../v1beta1/model/ListenRequest.java | 24 ----- .../v1beta1/model/PartitionQueryRequest.java | 24 ----- .../v1beta1/model/RequestOptions.java | 66 ------------- .../v1beta1/model/RollbackRequest.java | 24 ----- .../model/RunAggregationQueryRequest.java | 24 ----- .../v1beta1/model/RunQueryRequest.java | 24 ----- .../firestore/v1beta1/model/WriteRequest.java | 24 ----- .../v1beta1/2.0.0/pom.xml | 4 +- .../v1beta1/README.md | 4 +- 34 files changed, 12 insertions(+), 912 deletions(-) delete mode 100644 clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RequestOptions.java delete mode 100644 clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RequestOptions.java diff --git a/clients/google-api-services-firestore/v1/2.0.0/README.md b/clients/google-api-services-firestore/v1/2.0.0/README.md index 7833cabf345..05d4cd8a019 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/README.md +++ b/clients/google-api-services-firestore/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firestore - v1-rev20260702-2.0.0 + v1-rev20260706-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firestore:v1-rev20260702-2.0.0' + implementation 'com.google.apis:google-api-services-firestore:v1-rev20260706-2.0.0' } ``` diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java index ae4bfedb7ff..736b82e11e1 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/Firestore.java @@ -4502,22 +4502,6 @@ public CreateDocument setMaskFieldPaths(java.util.List maskFie return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public CreateDocument setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - @Override public CreateDocument set(String parameterName, Object value) { return (CreateDocument) super.set(parameterName, value); @@ -4702,22 +4686,6 @@ public Delete setCurrentDocumentUpdateTime(String currentDocumentUpdateTime) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public Delete setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - @Override public Delete set(String parameterName, Object value) { return (Delete) super.set(parameterName, value); @@ -5048,22 +5016,6 @@ public Get setReadTime(String readTime) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public Get setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** Reads the document in a transaction. */ @com.google.api.client.util.Key private java.lang.String transaction; @@ -5432,22 +5384,6 @@ public List setRecursive(java.lang.Boolean recursive) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public List setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** * If the list should show missing documents. A document is missing if it does not exist, * but there are sub-documents nested underneath it. When true, such missing documents @@ -5998,22 +5934,6 @@ public ListDocuments setRecursive(java.lang.Boolean recursive) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public ListDocuments setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** * If the list should show missing documents. A document is missing if it does not exist, * but there are sub-documents nested underneath it. When true, such missing documents @@ -6553,22 +6473,6 @@ public Patch setMaskFieldPaths(java.util.List maskFieldPaths) return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public Patch setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** * The list of field paths in the mask. See Document.fields for a field path syntax * reference. diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchGetDocumentsRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchGetDocumentsRequest.java index 79453ec953a..582a6db14b4 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchGetDocumentsRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchGetDocumentsRequest.java @@ -64,13 +64,6 @@ public final class BatchGetDocumentsRequest extends com.google.api.client.json.G @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * Reads documents in a transaction. * The value may be {@code null}. @@ -160,23 +153,6 @@ public BatchGetDocumentsRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public BatchGetDocumentsRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * Reads documents in a transaction. * @see #decodeTransaction() diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchWriteRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchWriteRequest.java index 2432dd90cc7..50bfe2c6eb3 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchWriteRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BatchWriteRequest.java @@ -36,13 +36,6 @@ public final class BatchWriteRequest extends com.google.api.client.json.GenericJ @com.google.api.client.util.Key private java.util.Map labels; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The writes to apply. Method does not apply writes atomically and does not guarantee ordering. * Each write succeeds or fails independently. You cannot write to the same document more than @@ -69,23 +62,6 @@ public BatchWriteRequest setLabels(java.util.Map label return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public BatchWriteRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * The writes to apply. Method does not apply writes atomically and does not guarantee ordering. * Each write succeeds or fails independently. You cannot write to the same document more than diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BeginTransactionRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BeginTransactionRequest.java index 9a2785b8b9c..c4030073a13 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BeginTransactionRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/BeginTransactionRequest.java @@ -36,13 +36,6 @@ public final class BeginTransactionRequest extends com.google.api.client.json.Ge @com.google.api.client.util.Key private TransactionOptions options; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The options for the transaction. Defaults to a read-write transaction. * @return value or {@code null} for none @@ -60,23 +53,6 @@ public BeginTransactionRequest setOptions(TransactionOptions options) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public BeginTransactionRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - @Override public BeginTransactionRequest set(String fieldName, Object value) { return (BeginTransactionRequest) super.set(fieldName, value); diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/CommitRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/CommitRequest.java index 67cbdf9e8aa..629b6efb98e 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/CommitRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/CommitRequest.java @@ -29,13 +29,6 @@ @SuppressWarnings("javadoc") public final class CommitRequest extends com.google.api.client.json.GenericJson { - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * If set, applies all writes in this transaction, and commits it. * The value may be {@code null}. @@ -50,23 +43,6 @@ public final class CommitRequest extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.util.List writes; - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public CommitRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * If set, applies all writes in this transaction, and commits it. * @see #decodeTransaction() diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java index 21f100f0f29..c1d14abeaf6 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ExecutePipelineRequest.java @@ -54,13 +54,6 @@ public final class ExecutePipelineRequest extends com.google.api.client.json.Gen @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A pipelined operation. * The value may be {@code null}. @@ -135,23 +128,6 @@ public ExecutePipelineRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public ExecutePipelineRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * A pipelined operation. * @return value or {@code null} for none diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListCollectionIdsRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListCollectionIdsRequest.java index 92c4a9e2a74..5e2f0eead27 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListCollectionIdsRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListCollectionIdsRequest.java @@ -52,13 +52,6 @@ public final class ListCollectionIdsRequest extends com.google.api.client.json.G @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The maximum number of results to return. * @return value or {@code null} for none @@ -114,23 +107,6 @@ public ListCollectionIdsRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public ListCollectionIdsRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - @Override public ListCollectionIdsRequest set(String fieldName, Object value) { return (ListCollectionIdsRequest) super.set(fieldName, value); diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListenRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListenRequest.java index d6c5c9f6b1d..5dba0feb64c 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListenRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/ListenRequest.java @@ -50,13 +50,6 @@ public final class ListenRequest extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.Integer removeTarget; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A target to add to this stream. * @return value or {@code null} for none @@ -108,23 +101,6 @@ public ListenRequest setRemoveTarget(java.lang.Integer removeTarget) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public ListenRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - @Override public ListenRequest set(String fieldName, Object value) { return (ListenRequest) super.set(fieldName, value); diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/PartitionQueryRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/PartitionQueryRequest.java index 773c7f5d816..d4370979929 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/PartitionQueryRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/PartitionQueryRequest.java @@ -73,13 +73,6 @@ public final class PartitionQueryRequest extends com.google.api.client.json.Gene @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A structured query. Query must specify collection with all descendants and be ordered by name * ascending. Other filters, order bys, limits, offsets, and start/end cursors are not supported. @@ -188,23 +181,6 @@ public PartitionQueryRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public PartitionQueryRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * A structured query. Query must specify collection with all descendants and be ordered by name * ascending. Other filters, order bys, limits, offsets, and start/end cursors are not supported. diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RequestOptions.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RequestOptions.java deleted file mode 100644 index eae2061a35b..00000000000 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RequestOptions.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ -/* - * This code was generated by https://github.com/googleapis/google-api-java-client-services/ - * Modify at your own risk. - */ - -package com.google.api.services.firestore.v1.model; - -/** - * Options for a server request. - * - *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *

- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class RequestOptions extends com.google.api.client.json.GenericJson { - - /** - * Optional. The request tags for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.util.List requestTags; - - /** - * Optional. The request tags for the request. - * @return value or {@code null} for none - */ - public java.util.List getRequestTags() { - return requestTags; - } - - /** - * Optional. The request tags for the request. - * @param requestTags requestTags or {@code null} for none - */ - public RequestOptions setRequestTags(java.util.List requestTags) { - this.requestTags = requestTags; - return this; - } - - @Override - public RequestOptions set(String fieldName, Object value) { - return (RequestOptions) super.set(fieldName, value); - } - - @Override - public RequestOptions clone() { - return (RequestOptions) super.clone(); - } - -} diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RollbackRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RollbackRequest.java index c0effea892d..3fd828f8651 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RollbackRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RollbackRequest.java @@ -29,13 +29,6 @@ @SuppressWarnings("javadoc") public final class RollbackRequest extends com.google.api.client.json.GenericJson { - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * Required. The transaction to roll back. * The value may be {@code null}. @@ -43,23 +36,6 @@ public final class RollbackRequest extends com.google.api.client.json.GenericJso @com.google.api.client.util.Key private java.lang.String transaction; - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public RollbackRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * Required. The transaction to roll back. * @see #decodeTransaction() diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunAggregationQueryRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunAggregationQueryRequest.java index 70331d0711e..7fc60012b8a 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunAggregationQueryRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunAggregationQueryRequest.java @@ -54,13 +54,6 @@ public final class RunAggregationQueryRequest extends com.google.api.client.json @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * An aggregation query. * The value may be {@code null}. @@ -135,23 +128,6 @@ public RunAggregationQueryRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public RunAggregationQueryRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * An aggregation query. * @return value or {@code null} for none diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunQueryRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunQueryRequest.java index e16b69b4649..957b8b4637a 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunQueryRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/RunQueryRequest.java @@ -54,13 +54,6 @@ public final class RunQueryRequest extends com.google.api.client.json.GenericJso @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A structured query. * The value may be {@code null}. @@ -135,23 +128,6 @@ public RunQueryRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public RunQueryRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * A structured query. * @return value or {@code null} for none diff --git a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/WriteRequest.java b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/WriteRequest.java index e2db937980d..b023c5cf9c7 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/WriteRequest.java +++ b/clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/WriteRequest.java @@ -40,13 +40,6 @@ public final class WriteRequest extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.util.Map labels; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The ID of the write stream to resume. This may only be set in the first message. When left * empty, a new write stream will be created. @@ -98,23 +91,6 @@ public WriteRequest setLabels(java.util.Map labels) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public WriteRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * The ID of the write stream to resume. This may only be set in the first message. When left * empty, a new write stream will be created. diff --git a/clients/google-api-services-firestore/v1/2.0.0/pom.xml b/clients/google-api-services-firestore/v1/2.0.0/pom.xml index a045d6c8673..3f48c485bee 100644 --- a/clients/google-api-services-firestore/v1/2.0.0/pom.xml +++ b/clients/google-api-services-firestore/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-firestore - v1-rev20260702-2.0.0 - Cloud Firestore API v1-rev20260702-2.0.0 + v1-rev20260706-2.0.0 + Cloud Firestore API v1-rev20260706-2.0.0 jar 2011 diff --git a/clients/google-api-services-firestore/v1/README.md b/clients/google-api-services-firestore/v1/README.md index 7833cabf345..05d4cd8a019 100644 --- a/clients/google-api-services-firestore/v1/README.md +++ b/clients/google-api-services-firestore/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firestore - v1-rev20260702-2.0.0 + v1-rev20260706-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firestore:v1-rev20260702-2.0.0' + implementation 'com.google.apis:google-api-services-firestore:v1-rev20260706-2.0.0' } ``` diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/README.md b/clients/google-api-services-firestore/v1beta1/2.0.0/README.md index 364b98aeebb..f631a8106d2 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firestore - v1beta1-rev20260702-2.0.0 + v1beta1-rev20260706-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260702-2.0.0' + implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260706-2.0.0' } ``` diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java index 6dfbb0fff66..b144fe5662e 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/Firestore.java @@ -1249,22 +1249,6 @@ public CreateDocument setMaskFieldPaths(java.util.List maskFie return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public CreateDocument setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - @Override public CreateDocument set(String parameterName, Object value) { return (CreateDocument) super.set(parameterName, value); @@ -1449,22 +1433,6 @@ public Delete setCurrentDocumentUpdateTime(String currentDocumentUpdateTime) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public Delete setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - @Override public Delete set(String parameterName, Object value) { return (Delete) super.set(parameterName, value); @@ -1795,22 +1763,6 @@ public Get setReadTime(String readTime) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public Get setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** Reads the document in a transaction. */ @com.google.api.client.util.Key private java.lang.String transaction; @@ -2179,22 +2131,6 @@ public List setRecursive(java.lang.Boolean recursive) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public List setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** * If the list should show missing documents. A document is missing if it does not exist, * but there are sub-documents nested underneath it. When true, such missing documents @@ -2745,22 +2681,6 @@ public ListDocuments setRecursive(java.lang.Boolean recursive) { return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public ListDocuments setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** * If the list should show missing documents. A document is missing if it does not exist, * but there are sub-documents nested underneath it. When true, such missing documents @@ -3300,22 +3220,6 @@ public Patch setMaskFieldPaths(java.util.List maskFieldPaths) return this; } - /** Optional. The request tags for the request. */ - @com.google.api.client.util.Key("requestOptions.requestTags") - private java.util.List requestOptionsRequestTags; - - /** Optional. The request tags for the request. - */ - public java.util.List getRequestOptionsRequestTags() { - return requestOptionsRequestTags; - } - - /** Optional. The request tags for the request. */ - public Patch setRequestOptionsRequestTags(java.util.List requestOptionsRequestTags) { - this.requestOptionsRequestTags = requestOptionsRequestTags; - return this; - } - /** * The list of field paths in the mask. See Document.fields for a field path syntax * reference. diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchGetDocumentsRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchGetDocumentsRequest.java index ff93c805c06..d4d36fb5ef7 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchGetDocumentsRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchGetDocumentsRequest.java @@ -64,13 +64,6 @@ public final class BatchGetDocumentsRequest extends com.google.api.client.json.G @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * Reads documents in a transaction. * The value may be {@code null}. @@ -160,23 +153,6 @@ public BatchGetDocumentsRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public BatchGetDocumentsRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * Reads documents in a transaction. * @see #decodeTransaction() diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchWriteRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchWriteRequest.java index f3486adfceb..cff64bd1ed2 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchWriteRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BatchWriteRequest.java @@ -36,13 +36,6 @@ public final class BatchWriteRequest extends com.google.api.client.json.GenericJ @com.google.api.client.util.Key private java.util.Map labels; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The writes to apply. Method does not apply writes atomically and does not guarantee ordering. * Each write succeeds or fails independently. You cannot write to the same document more than @@ -69,23 +62,6 @@ public BatchWriteRequest setLabels(java.util.Map label return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public BatchWriteRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * The writes to apply. Method does not apply writes atomically and does not guarantee ordering. * Each write succeeds or fails independently. You cannot write to the same document more than diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BeginTransactionRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BeginTransactionRequest.java index 5a04958b713..9613c1be4d3 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BeginTransactionRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/BeginTransactionRequest.java @@ -36,13 +36,6 @@ public final class BeginTransactionRequest extends com.google.api.client.json.Ge @com.google.api.client.util.Key private TransactionOptions options; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The options for the transaction. Defaults to a read-write transaction. * @return value or {@code null} for none @@ -60,23 +53,6 @@ public BeginTransactionRequest setOptions(TransactionOptions options) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public BeginTransactionRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - @Override public BeginTransactionRequest set(String fieldName, Object value) { return (BeginTransactionRequest) super.set(fieldName, value); diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/CommitRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/CommitRequest.java index f8ddb71ffce..32d2a70c99f 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/CommitRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/CommitRequest.java @@ -29,13 +29,6 @@ @SuppressWarnings("javadoc") public final class CommitRequest extends com.google.api.client.json.GenericJson { - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * If set, applies all writes in this transaction, and commits it. * The value may be {@code null}. @@ -50,23 +43,6 @@ public final class CommitRequest extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.util.List writes; - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public CommitRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * If set, applies all writes in this transaction, and commits it. * @see #decodeTransaction() diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java index 4799e6ee9f5..bb993e14e14 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ExecutePipelineRequest.java @@ -54,13 +54,6 @@ public final class ExecutePipelineRequest extends com.google.api.client.json.Gen @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A pipelined operation. * The value may be {@code null}. @@ -135,23 +128,6 @@ public ExecutePipelineRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public ExecutePipelineRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * A pipelined operation. * @return value or {@code null} for none diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListCollectionIdsRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListCollectionIdsRequest.java index 2f4e2761941..3929a1650c5 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListCollectionIdsRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListCollectionIdsRequest.java @@ -52,13 +52,6 @@ public final class ListCollectionIdsRequest extends com.google.api.client.json.G @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The maximum number of results to return. * @return value or {@code null} for none @@ -114,23 +107,6 @@ public ListCollectionIdsRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public ListCollectionIdsRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - @Override public ListCollectionIdsRequest set(String fieldName, Object value) { return (ListCollectionIdsRequest) super.set(fieldName, value); diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListenRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListenRequest.java index 2f0c8102ffc..9eae7c2ba29 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListenRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/ListenRequest.java @@ -50,13 +50,6 @@ public final class ListenRequest extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.Integer removeTarget; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A target to add to this stream. * @return value or {@code null} for none @@ -108,23 +101,6 @@ public ListenRequest setRemoveTarget(java.lang.Integer removeTarget) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public ListenRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - @Override public ListenRequest set(String fieldName, Object value) { return (ListenRequest) super.set(fieldName, value); diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/PartitionQueryRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/PartitionQueryRequest.java index 5c3792aec1f..97e8216953c 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/PartitionQueryRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/PartitionQueryRequest.java @@ -73,13 +73,6 @@ public final class PartitionQueryRequest extends com.google.api.client.json.Gene @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A structured query. Query must specify collection with all descendants and be ordered by name * ascending. Other filters, order bys, limits, offsets, and start/end cursors are not supported. @@ -188,23 +181,6 @@ public PartitionQueryRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public PartitionQueryRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * A structured query. Query must specify collection with all descendants and be ordered by name * ascending. Other filters, order bys, limits, offsets, and start/end cursors are not supported. diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RequestOptions.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RequestOptions.java deleted file mode 100644 index da229081b25..00000000000 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RequestOptions.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ -/* - * This code was generated by https://github.com/googleapis/google-api-java-client-services/ - * Modify at your own risk. - */ - -package com.google.api.services.firestore.v1beta1.model; - -/** - * Options for a server request. - * - *

This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *

- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class RequestOptions extends com.google.api.client.json.GenericJson { - - /** - * Optional. The request tags for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.util.List requestTags; - - /** - * Optional. The request tags for the request. - * @return value or {@code null} for none - */ - public java.util.List getRequestTags() { - return requestTags; - } - - /** - * Optional. The request tags for the request. - * @param requestTags requestTags or {@code null} for none - */ - public RequestOptions setRequestTags(java.util.List requestTags) { - this.requestTags = requestTags; - return this; - } - - @Override - public RequestOptions set(String fieldName, Object value) { - return (RequestOptions) super.set(fieldName, value); - } - - @Override - public RequestOptions clone() { - return (RequestOptions) super.clone(); - } - -} diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RollbackRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RollbackRequest.java index 2e0dde84dc7..67744969789 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RollbackRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RollbackRequest.java @@ -29,13 +29,6 @@ @SuppressWarnings("javadoc") public final class RollbackRequest extends com.google.api.client.json.GenericJson { - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * Required. The transaction to roll back. * The value may be {@code null}. @@ -43,23 +36,6 @@ public final class RollbackRequest extends com.google.api.client.json.GenericJso @com.google.api.client.util.Key private java.lang.String transaction; - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public RollbackRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * Required. The transaction to roll back. * @see #decodeTransaction() diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunAggregationQueryRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunAggregationQueryRequest.java index 3040b6f7b4e..1e0302a81fb 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunAggregationQueryRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunAggregationQueryRequest.java @@ -54,13 +54,6 @@ public final class RunAggregationQueryRequest extends com.google.api.client.json @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * An aggregation query. * The value may be {@code null}. @@ -135,23 +128,6 @@ public RunAggregationQueryRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public RunAggregationQueryRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * An aggregation query. * @return value or {@code null} for none diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunQueryRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunQueryRequest.java index fad5a56cfd7..84951084c7f 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunQueryRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/RunQueryRequest.java @@ -54,13 +54,6 @@ public final class RunQueryRequest extends com.google.api.client.json.GenericJso @com.google.api.client.util.Key private String readTime; - /** - * Optional. The request options for this request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * A structured query. * The value may be {@code null}. @@ -135,23 +128,6 @@ public RunQueryRequest setReadTime(String readTime) { return this; } - /** - * Optional. The request options for this request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for this request. - * @param requestOptions requestOptions or {@code null} for none - */ - public RunQueryRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * A structured query. * @return value or {@code null} for none diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/WriteRequest.java b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/WriteRequest.java index 0a28da4254a..0b16a3bf5f9 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/WriteRequest.java +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/WriteRequest.java @@ -40,13 +40,6 @@ public final class WriteRequest extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.util.Map labels; - /** - * Optional. The request options for the request. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private RequestOptions requestOptions; - /** * The ID of the write stream to resume. This may only be set in the first message. When left * empty, a new write stream will be created. @@ -98,23 +91,6 @@ public WriteRequest setLabels(java.util.Map labels) { return this; } - /** - * Optional. The request options for the request. - * @return value or {@code null} for none - */ - public RequestOptions getRequestOptions() { - return requestOptions; - } - - /** - * Optional. The request options for the request. - * @param requestOptions requestOptions or {@code null} for none - */ - public WriteRequest setRequestOptions(RequestOptions requestOptions) { - this.requestOptions = requestOptions; - return this; - } - /** * The ID of the write stream to resume. This may only be set in the first message. When left * empty, a new write stream will be created. diff --git a/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml b/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml index b08350fb1f2..856a379cb24 100644 --- a/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-firestore/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-firestore - v1beta1-rev20260702-2.0.0 - Cloud Firestore API v1beta1-rev20260702-2.0.0 + v1beta1-rev20260706-2.0.0 + Cloud Firestore API v1beta1-rev20260706-2.0.0 jar 2011 diff --git a/clients/google-api-services-firestore/v1beta1/README.md b/clients/google-api-services-firestore/v1beta1/README.md index 364b98aeebb..f631a8106d2 100644 --- a/clients/google-api-services-firestore/v1beta1/README.md +++ b/clients/google-api-services-firestore/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firestore - v1beta1-rev20260702-2.0.0 + v1beta1-rev20260706-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260702-2.0.0' + implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260706-2.0.0' } ```