Skip to content

Commit 1b6c94f

Browse files
charlesliqlogicchingor13
authored andcommitted
---
yaml --- r: 15037 b: refs/heads/autosynth-bigquerydatatransfer c: 2b9f530 h: refs/heads/master i: 15035: 423e125
1 parent c237f33 commit 1b6c94f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125125
refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
126126
refs/heads/autosynth-automl: cced2f56bbef0499609073edbca6253e1df5e535
127-
refs/heads/autosynth-bigquerydatatransfer: b7c18780765dfb4f676701071e46d27574712f71
127+
refs/heads/autosynth-bigquerydatatransfer: 2b9f5301ec70f1bbeac0637375d1961ee71a2a22
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129
refs/heads/autosynth-bigtable: fa0d1de9e264d7ecac8a3abc3de7a8364cfaf427
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/BasePath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* BasePath represents a path sequence in the Firestore database. It is composed of an ordered
2626
* sequence of string segments.
2727
*/
28-
abstract class BasePath<B extends BasePath<B>> implements Comparable<B> {
28+
public abstract class BasePath<B extends BasePath<B>> implements Comparable<B> {
2929

3030
/**
3131
* Returns the segments that make up this path.

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/UpdateBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* Abstract class that collects and bundles all write operations for {@link Transaction} and {@link
4444
* WriteBatch}.
4545
*/
46-
abstract class UpdateBuilder<T extends UpdateBuilder> {
46+
public abstract class UpdateBuilder<T extends UpdateBuilder> {
4747

4848
private static class Mutation {
4949
Write.Builder document;

branches/autosynth-bigquerydatatransfer/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/Option.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import java.util.Objects;
2525

2626
/** Base class for Storage operation option. */
27-
abstract class Option implements Serializable {
27+
public abstract class Option implements Serializable {
2828

2929
private static final long serialVersionUID = -73199088766477208L;
3030

0 commit comments

Comments
 (0)