Skip to content

Commit ad6b1d5

Browse files
charlesliqlogicchingor13
authored andcommitted
---
yaml --- r: 15159 b: refs/heads/autosynth-bigquerystorage c: 2b9f530 h: refs/heads/master i: 15157: f86a8ac 15155: ecbdb8c 15151: 1b8f0be
1 parent b640ff8 commit ad6b1d5

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
@@ -125,7 +125,7 @@ refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125125
refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
126126
refs/heads/autosynth-automl: cced2f56bbef0499609073edbca6253e1df5e535
127127
refs/heads/autosynth-bigquerydatatransfer: a6667617707608b1dbfb02d59c22b5152f208da7
128-
refs/heads/autosynth-bigquerystorage: b7c18780765dfb4f676701071e46d27574712f71
128+
refs/heads/autosynth-bigquerystorage: 2b9f5301ec70f1bbeac0637375d1961ee71a2a22
129129
refs/heads/autosynth-bigtable: fa0d1de9e264d7ecac8a3abc3de7a8364cfaf427
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 781fdb430a60f9a6491f116e31e4e10118157bdb

branches/autosynth-bigquerystorage/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-bigquerystorage/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-bigquerystorage/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)