Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.76.0')
implementation platform('com.google.cloud:libraries-bom:26.77.0')

implementation 'com.google.cloud:google-cloud-firestore'
```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.67.0
googleapis_commitish: dd3d17addb94bd4a392a5270795c11a27a1334fc
libraries_bom_version: 26.76.0
googleapis_commitish: 798823426715215eccca4d7e7ee4c814843045d7
libraries_bom_version: 26.77.0
libraries:
- api_shortname: firestore
name_pretty: Cloud Firestore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ public static class Builder extends StubSettings.Builder<FirestoreStubSettings,
"retry_policy_1_codes",
ImmutableSet.copyOf(
Lists.<StatusCode.Code>newArrayList(
StatusCode.Code.RESOURCE_EXHAUSTED,
StatusCode.Code.UNAVAILABLE,
StatusCode.Code.INTERNAL,
StatusCode.Code.DEADLINE_EXCEEDED)));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\013update_time\030\004 \001(\0132\032.google.protobuf.Timestamp\032I\n"
+ "\013FieldsEntry\022\013\n"
+ "\003key\030\001 \001(\t\022)\n"
+ "\005value\030\002 \001(\0132\032.google.firestore.v1.Value:\0028\001\"\301\004\n"
+ "\005value\030\002 \001(\0132\032.google.firestore.v1.Value:\0028\001\"\345\004\n"
+ "\005Value\0220\n\n"
+ "null_value\030\013 \001(\0162\032.google.protobuf.NullValueH\000\022\027\n\r"
+ "boolean_value\030\001 \001(\010H\000\022\027\n\r"
Expand All @@ -119,7 +119,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\017geo_point_value\030\010 \001(\0132\023.google.type.LatLngH\000\0226\n"
+ "\013array_value\030\t \001(\0132\037.google.firestore.v1.ArrayValueH\000\0222\n"
+ "\tmap_value\030\006 \001(\0132\035.google.firestore.v1.MapValueH\000\022\037\n"
+ "\025field_reference_value\030\023 \001(\tH\000\0227\n"
+ "\025field_reference_value\030\023 \001(\tH\000\022\"\n"
+ "\030variable_reference_value\030\026 \001(\tH\000\0227\n"
+ "\016function_value\030\024 \001(\0132\035.google.firestore.v1.FunctionH\000\0227\n"
+ "\016pipeline_value\030\025 \001(\0132\035.google.firestore.v1.PipelineH\000B\014\n\n"
+ "value_type\"8\n\n"
Expand All @@ -133,8 +134,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\010Function\022\021\n"
+ "\004name\030\001 \001(\tB\003\340A\002\022-\n"
+ "\004args\030\002 \003(\0132\032.google.firestore.v1.ValueB\003\340A\001\022@\n"
+ "\007options\030\003 \003(\0132"
+ "*.google.firestore.v1.Function.OptionsEntryB\003\340A\001\032J\n"
+ "\007options\030\003 \003(\0132*.go"
+ "ogle.firestore.v1.Function.OptionsEntryB\003\340A\001\032J\n"
+ "\014OptionsEntry\022\013\n"
+ "\003key\030\001 \001(\t\022)\n"
+ "\005value\030\002 \001(\0132\032.google.firestore.v1.Value:\0028\001\"\244\002\n"
Expand All @@ -150,10 +151,9 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\003key\030\001 \001(\t\022)\n"
+ "\005value\030\002 \001(\0132\032.google.firestore.v1.Value:\0028\001B\305\001\n"
+ "\027com.google.firestore.v1B\r"
+ "DocumentProtoP\001Z;cloud.google.com/go/firestore/apiv1/firestorepb;firest"
+ "orepb\242\002\004GCFS\252\002\031Google.Cloud.Firestore.V1"
+ "\312\002\031Google\\Cloud\\Firestore\\V1\352\002\034Google::C"
+ "loud::Firestore::V1b\006proto3"
+ "DocumentProtoP\001Z;cloud.google.com/go/firestore/apiv1/firestorepb;firestorep"
+ "b\242\002\004GCFS\252\002\031Google.Cloud.Firestore.V1\312\002\031G"
+ "oogle\\Cloud\\Firestore\\V1\352\002\034Google::Cloud::Firestore::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down Expand Up @@ -196,6 +196,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"ArrayValue",
"MapValue",
"FieldReferenceValue",
"VariableReferenceValue",
"FunctionValue",
"PipelineValue",
"ValueType",
Expand Down
Loading
Loading