Skip to content

Commit e7f03fc

Browse files
feat: Add String type with Utf8Raw encoding to Bigtable API (#2191)
* feat: Add String type with Utf8Raw encoding to Bigtable API Bigtable will allow users to configure the type of a column family with string type PiperOrigin-RevId: 636631633 Source-Link: googleapis/googleapis@89a8364 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d7767007eae0fe87755b21cfe569b8779f02151c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDc3NjcwMDdlYWUwZmU4Nzc1NWIyMWNmZTU2OWI4Nzc5ZjAyMTUxYyJ9 chore: update copyright year for auto-generated protos PiperOrigin-RevId: 631538781 Source-Link: googleapis/googleapis@3597f7d Source-Link: https://github.com/googleapis/googleapis-gen/commit/8021fdf8d66f6005519c044d5834124b677dc919 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODAyMWZkZjhkNjZmNjAwNTUxOWMwNDRkNTgzNDEyNGI2NzdkYzkxOSJ9 fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 PiperOrigin-RevId: 626430774 Source-Link: googleapis/googleapis@835b84e Source-Link: https://github.com/googleapis/googleapis-gen/commit/43f369d90f19d09ac18720151ab106042beb811b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDNmMzY5ZDkwZjE5ZDA5YWMxODcyMDE1MWFiMTA2MDQyYmViODExYiJ9 build: Update protobuf to 25.3 in WORKSPACE PiperOrigin-RevId: 624989428 Source-Link: googleapis/googleapis@caf600a Source-Link: https://github.com/googleapis/googleapis-gen/commit/cc580b8ea4c07f774093d0f8c4afedd2eae6e856 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2M1ODBiOGVhNGMwN2Y3NzQwOTNkMGY4YzRhZmVkZDJlYWU2ZTg1NiJ9 feat: publish Automated Backups protos PiperOrigin-RevId: 620381983 Source-Link: googleapis/googleapis@a70aa2c Source-Link: https://github.com/googleapis/googleapis-gen/commit/e3fb57f9dd4a10b6c20359ec92a72e87631991b8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTNmYjU3ZjlkZDRhMTBiNmMyMDM1OWVjOTJhNzJlODc2MzE5OTFiOCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7355375 commit e7f03fc

File tree

288 files changed

+4565
-483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+4565
-483
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableInstanceAdminStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -455,15 +455,6 @@ public BigtableInstanceAdminStub createStub() throws IOException {
455455
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
456456
}
457457

458-
/** Returns the endpoint set by the user or the the service's default endpoint. */
459-
@Override
460-
public String getEndpoint() {
461-
if (super.getEndpoint() != null) {
462-
return super.getEndpoint();
463-
}
464-
return getDefaultEndpoint();
465-
}
466-
467458
/** Returns the default service name. */
468459
@Override
469460
public String getServiceName() {
@@ -1229,15 +1220,6 @@ public UnaryCallSettings.Builder<SetIamPolicyRequest, Policy> setIamPolicySettin
12291220
return listHotTabletsSettings;
12301221
}
12311222

1232-
/** Returns the endpoint set by the user or the the service's default endpoint. */
1233-
@Override
1234-
public String getEndpoint() {
1235-
if (super.getEndpoint() != null) {
1236-
return super.getEndpoint();
1237-
}
1238-
return getDefaultEndpoint();
1239-
}
1240-
12411223
@Override
12421224
public BigtableInstanceAdminStubSettings build() throws IOException {
12431225
return new BigtableInstanceAdminStubSettings(this);

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableTableAdminStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -671,15 +671,6 @@ public BigtableTableAdminStub createStub() throws IOException {
671671
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
672672
}
673673

674-
/** Returns the endpoint set by the user or the the service's default endpoint. */
675-
@Override
676-
public String getEndpoint() {
677-
if (super.getEndpoint() != null) {
678-
return super.getEndpoint();
679-
}
680-
return getDefaultEndpoint();
681-
}
682-
683674
/** Returns the default service name. */
684675
@Override
685676
public String getServiceName() {
@@ -1722,15 +1713,6 @@ public UnaryCallSettings.Builder<SetIamPolicyRequest, Policy> setIamPolicySettin
17221713
return testIamPermissionsSettings;
17231714
}
17241715

1725-
/** Returns the endpoint set by the user or the the service's default endpoint. */
1726-
@Override
1727-
public String getEndpoint() {
1728-
if (super.getEndpoint() != null) {
1729-
return super.getEndpoint();
1730-
}
1731-
return getDefaultEndpoint();
1732-
}
1733-
17341716
@Override
17351717
public BigtableTableAdminStubSettings build() throws IOException {
17361718
return new BigtableTableAdminStubSettings(this);

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableStubSettings.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,6 @@ public BigtableStub createStub() throws IOException {
158158
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
159159
}
160160

161-
/** Returns the endpoint set by the user or the the service's default endpoint. */
162-
@Override
163-
public String getEndpoint() {
164-
if (super.getEndpoint() != null) {
165-
return super.getEndpoint();
166-
}
167-
return getDefaultEndpoint();
168-
}
169-
170161
/** Returns the default service name. */
171162
@Override
172163
public String getServiceName() {
@@ -547,15 +538,6 @@ public UnaryCallSettings.Builder<MutateRowRequest, MutateRowResponse> mutateRowS
547538
return readChangeStreamSettings;
548539
}
549540

550-
/** Returns the endpoint set by the user or the the service's default endpoint. */
551-
@Override
552-
public String getEndpoint() {
553-
if (super.getEndpoint() != null) {
554-
return super.getEndpoint();
555-
}
556-
return getDefaultEndpoint();
557-
}
558-
559541
@Override
560542
public BigtableStubSettings build() throws IOException {
561543
return new BigtableStubSettings(this);

google-cloud-bigtable/src/main/resources/META-INF/native-image/com.google.cloud.bigtable.admin.v2/reflect-config.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,6 +2114,24 @@
21142114
"allDeclaredClasses": true,
21152115
"allPublicClasses": true
21162116
},
2117+
{
2118+
"name": "com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy",
2119+
"queryAllDeclaredConstructors": true,
2120+
"queryAllPublicConstructors": true,
2121+
"queryAllDeclaredMethods": true,
2122+
"allPublicMethods": true,
2123+
"allDeclaredClasses": true,
2124+
"allPublicClasses": true
2125+
},
2126+
{
2127+
"name": "com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy$Builder",
2128+
"queryAllDeclaredConstructors": true,
2129+
"queryAllPublicConstructors": true,
2130+
"queryAllDeclaredMethods": true,
2131+
"allPublicMethods": true,
2132+
"allDeclaredClasses": true,
2133+
"allPublicClasses": true
2134+
},
21172135
{
21182136
"name": "com.google.bigtable.admin.v2.Table$Builder",
21192137
"queryAllDeclaredConstructors": true,
@@ -2330,6 +2348,60 @@
23302348
"allDeclaredClasses": true,
23312349
"allPublicClasses": true
23322350
},
2351+
{
2352+
"name": "com.google.bigtable.admin.v2.Type$String",
2353+
"queryAllDeclaredConstructors": true,
2354+
"queryAllPublicConstructors": true,
2355+
"queryAllDeclaredMethods": true,
2356+
"allPublicMethods": true,
2357+
"allDeclaredClasses": true,
2358+
"allPublicClasses": true
2359+
},
2360+
{
2361+
"name": "com.google.bigtable.admin.v2.Type$String$Builder",
2362+
"queryAllDeclaredConstructors": true,
2363+
"queryAllPublicConstructors": true,
2364+
"queryAllDeclaredMethods": true,
2365+
"allPublicMethods": true,
2366+
"allDeclaredClasses": true,
2367+
"allPublicClasses": true
2368+
},
2369+
{
2370+
"name": "com.google.bigtable.admin.v2.Type$String$Encoding",
2371+
"queryAllDeclaredConstructors": true,
2372+
"queryAllPublicConstructors": true,
2373+
"queryAllDeclaredMethods": true,
2374+
"allPublicMethods": true,
2375+
"allDeclaredClasses": true,
2376+
"allPublicClasses": true
2377+
},
2378+
{
2379+
"name": "com.google.bigtable.admin.v2.Type$String$Encoding$Builder",
2380+
"queryAllDeclaredConstructors": true,
2381+
"queryAllPublicConstructors": true,
2382+
"queryAllDeclaredMethods": true,
2383+
"allPublicMethods": true,
2384+
"allDeclaredClasses": true,
2385+
"allPublicClasses": true
2386+
},
2387+
{
2388+
"name": "com.google.bigtable.admin.v2.Type$String$Encoding$Utf8Raw",
2389+
"queryAllDeclaredConstructors": true,
2390+
"queryAllPublicConstructors": true,
2391+
"queryAllDeclaredMethods": true,
2392+
"allPublicMethods": true,
2393+
"allDeclaredClasses": true,
2394+
"allPublicClasses": true
2395+
},
2396+
{
2397+
"name": "com.google.bigtable.admin.v2.Type$String$Encoding$Utf8Raw$Builder",
2398+
"queryAllDeclaredConstructors": true,
2399+
"queryAllPublicConstructors": true,
2400+
"queryAllDeclaredMethods": true,
2401+
"allPublicMethods": true,
2402+
"allDeclaredClasses": true,
2403+
"allPublicClasses": true
2404+
},
23332405
{
23342406
"name": "com.google.bigtable.admin.v2.UndeleteTableMetadata",
23352407
"queryAllDeclaredConstructors": true,

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AppProfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AppProfileOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface AppProfileOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AuthorizedView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AuthorizedViewOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface AuthorizedViewOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AutoscalingLimits.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AutoscalingLimitsOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface AutoscalingLimitsOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AutoscalingTargets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/AutoscalingTargetsOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface AutoscalingTargetsOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/Backup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BackupInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BackupInfoOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface BackupInfoOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BackupOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface BackupOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableInstanceAdminProto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/bigtable_instance_admin.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public final class BigtableInstanceAdminProto {

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminProto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/bigtable_table_admin.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public final class BigtableTableAdminProto {

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ChangeStreamConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ChangeStreamConfigOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface ChangeStreamConfigOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CheckConsistencyRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/bigtable_table_admin.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CheckConsistencyRequestOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/bigtable_table_admin.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface CheckConsistencyRequestOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CheckConsistencyResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/bigtable_table_admin.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CheckConsistencyResponseOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/bigtable_table_admin.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface CheckConsistencyResponseOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/Cluster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ClusterOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/instance.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface ClusterOrBuilder

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ColumnFamily.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
/**

proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ColumnFamilyOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
1717
// source: google/bigtable/admin/v2/table.proto
1818

19-
// Protobuf Java Version: 3.25.2
19+
// Protobuf Java Version: 3.25.3
2020
package com.google.bigtable.admin.v2;
2121

2222
public interface ColumnFamilyOrBuilder

0 commit comments

Comments
 (0)