Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
5e1e4e1
chore: Update generation configuration at Wed Dec 4 02:29:01 UTC 2024
cloud-java-bot Dec 4, 2024
41820a5
chore: Update generation configuration at Thu Dec 5 02:29:11 UTC 2024
cloud-java-bot Dec 5, 2024
6d46a51
chore: Update generation configuration at Fri Dec 6 02:28:46 UTC 2024
cloud-java-bot Dec 6, 2024
70607c1
chore: generate libraries at Fri Dec 6 02:29:25 UTC 2024
cloud-java-bot Dec 6, 2024
f9f2787
chore: Update generation configuration at Sat Dec 7 02:28:09 UTC 2024
cloud-java-bot Dec 7, 2024
dce3cf2
chore: Update generation configuration at Tue Dec 10 02:29:37 UTC 2024
cloud-java-bot Dec 10, 2024
27ba356
chore: Update generation configuration at Wed Dec 11 02:28:47 UTC 2024
cloud-java-bot Dec 11, 2024
1cdbc19
chore: Update generation configuration at Thu Dec 12 02:29:08 UTC 2024
cloud-java-bot Dec 12, 2024
78cb524
chore: generate libraries at Thu Dec 12 02:29:50 UTC 2024
cloud-java-bot Dec 12, 2024
a1f9ff8
chore: Update generation configuration at Fri Dec 13 02:29:25 UTC 2024
cloud-java-bot Dec 13, 2024
4f4fb8b
Merge branch 'main' into generate-libraries-main
rahul2393 Dec 13, 2024
791f816
chore: Update generation configuration at Fri Dec 13 16:21:35 UTC 2024
cloud-java-bot Dec 13, 2024
ac4dd10
chore: generate libraries at Fri Dec 13 16:22:12 UTC 2024
cloud-java-bot Dec 13, 2024
dcb80ec
Merge branch 'main' into generate-libraries-main
JoeWang1127 Dec 13, 2024
727fc92
update workflow script
JoeWang1127 Dec 13, 2024
d25c1f9
Merge branch 'main' into generate-libraries-main
JoeWang1127 Dec 13, 2024
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.50.0')
implementation platform('com.google.cloud:libraries-bom:26.51.0')

implementation 'com.google.cloud:google-cloud-spanner'
```
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.50.0
googleapis_commitish: 349841abac6c3e580ccce6e3d6fcc182ed2512c2
libraries_bom_version: 26.50.0
googleapis_commitish: 7d0c6bee2517d77635beb2a1dd6d6e7d4d943512
libraries_bom_version: 26.51.0
libraries:
- api_shortname: spanner
name_pretty: Cloud Spanner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,17 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum {
* <code>INTERVAL = 16;</code>
*/
INTERVAL(16),
/**
*
*
* <pre>
* Encoded as `string`, in lower-case hexa-decimal format, as described
* in RFC 9562, section 4.
* </pre>
*
* <code>UUID = 17;</code>
*/
UUID(17),
UNRECOGNIZED(-1),
;

Expand Down Expand Up @@ -424,6 +435,17 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum {
* <code>INTERVAL = 16;</code>
*/
public static final int INTERVAL_VALUE = 16;
/**
*
*
* <pre>
* Encoded as `string`, in lower-case hexa-decimal format, as described
* in RFC 9562, section 4.
* </pre>
*
* <code>UUID = 17;</code>
*/
public static final int UUID_VALUE = 17;

public final int getNumber() {
if (this == UNRECOGNIZED) {
Expand Down Expand Up @@ -481,6 +503,8 @@ public static TypeCode forNumber(int value) {
return ENUM;
case 16:
return INTERVAL;
case 17:
return UUID;
default:
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "pe_fqn\030\005 \001(\t\"\177\n\nStructType\0223\n\006fields\030\001 \003"
+ "(\0132#.google.spanner.v1.StructType.Field\032"
+ "<\n\005Field\022\014\n\004name\030\001 \001(\t\022%\n\004type\030\002 \001(\0132\027.g"
+ "oogle.spanner.v1.Type*\325\001\n\010TypeCode\022\031\n\025TY"
+ "oogle.spanner.v1.Type*\337\001\n\010TypeCode\022\031\n\025TY"
+ "PE_CODE_UNSPECIFIED\020\000\022\010\n\004BOOL\020\001\022\t\n\005INT64"
+ "\020\002\022\013\n\007FLOAT64\020\003\022\013\n\007FLOAT32\020\017\022\r\n\tTIMESTAM"
+ "P\020\004\022\010\n\004DATE\020\005\022\n\n\006STRING\020\006\022\t\n\005BYTES\020\007\022\t\n\005"
+ "ARRAY\020\010\022\n\n\006STRUCT\020\t\022\013\n\007NUMERIC\020\n\022\010\n\004JSON"
+ "\020\013\022\t\n\005PROTO\020\r\022\010\n\004ENUM\020\016\022\014\n\010INTERVAL\020\020*d\n"
+ "\022TypeAnnotationCode\022$\n TYPE_ANNOTATION_C"
+ "ODE_UNSPECIFIED\020\000\022\016\n\nPG_NUMERIC\020\002\022\014\n\010PG_"
+ "JSONB\020\003\022\n\n\006PG_OID\020\004B\254\001\n\025com.google.spann"
+ "er.v1B\tTypeProtoP\001Z5cloud.google.com/go/"
+ "spanner/apiv1/spannerpb;spannerpb\252\002\027Goog"
+ "le.Cloud.Spanner.V1\312\002\027Google\\Cloud\\Spann"
+ "er\\V1\352\002\032Google::Cloud::Spanner::V1b\006prot"
+ "o3"
+ "\020\013\022\t\n\005PROTO\020\r\022\010\n\004ENUM\020\016\022\014\n\010INTERVAL\020\020\022\010\n"
+ "\004UUID\020\021*d\n\022TypeAnnotationCode\022$\n TYPE_AN"
+ "NOTATION_CODE_UNSPECIFIED\020\000\022\016\n\nPG_NUMERI"
+ "C\020\002\022\014\n\010PG_JSONB\020\003\022\n\n\006PG_OID\020\004B\254\001\n\025com.go"
+ "ogle.spanner.v1B\tTypeProtoP\001Z5cloud.goog"
+ "le.com/go/spanner/apiv1/spannerpb;spanne"
+ "rpb\252\002\027Google.Cloud.Spanner.V1\312\002\027Google\\C"
+ "loud\\Spanner\\V1\352\002\032Google::Cloud::Spanner"
+ "::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ enum TypeCode {
// For example, `P1Y2M3DT4H5M6.5S` represents time duration of 1 year, 2
// months, 3 days, 4 hours, 5 minutes, and 6.5 seconds.
INTERVAL = 16;

// Encoded as `string`, in lower-case hexa-decimal format, as described
// in RFC 9562, section 4.
UUID = 17;
}

// `TypeAnnotationCode` is used as a part of [Type][google.spanner.v1.Type] to
Expand Down