Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHANGE ME] Re-generated to pick up changes in the API or client library generator. #134

Merged
merged 3 commits into from Apr 3, 2020

Commits on Apr 3, 2020

  1. feat: create manual client for Write API (#112)

    98851e9
    commit 98851e9
    Author: Yiru Tang <yiru@google.com>
    Date:   Thu Apr 2 17:45:37 2020 -0700
    
        feat: create manual client for Write API (#112)
    
        * First writeapi manual client
    
        First version, test to be developed.
    
        * Manual client with e2e
    
        * StreamWriter library
    
        * ProtoSchema convert library WriteApi client library addition. This library helps to convert a ProtoDescriptorProto out of ProtoDescriptor into a self contained ProtoDescriptorProto, that can be passed into API and reconstructed on the server side.
    
                modified:   google-cloud-bigquerystorage/pom.xml
                new file:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/ProtoSchemaConverter.java
                new file:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/ProtoSchemaConverterTest.java
                new file:   google-cloud-bigquerystorage/src/test/proto/test.proto
                modified:   pom.xml
    
        * First writeapi manual client
    
        First version, test to be developed.
    
        * .
    
        * incremental development
    
        * .
                modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
                modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeBigQueryWriteImpl.java
                modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/FakeScheduledExecutorService.java
                modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriterTest.java
                modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    
        * .
    
        * .
    
        * .
    
        * feat: create manual java client for writeapi
    
                modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
    
        * feat: add integration test final verification.
    
        * .
    
        * .
    
                modified:   google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java
                modified:   google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    
        * .
    
        * .
    
        * .
    
        * .
    
        * avoid duplicate count++ and make it easier to read
    
        * Update google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/Waiter.java
    
        Co-Authored-By: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    
        * Update google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    
        Co-Authored-By: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    
        * Update google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/it/ITBigQueryWriteManualClientTest.java
    
        Co-Authored-By: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    
        * .
    
        * .
    
        * .
    
        * .
    
        * .
    
        * dep: add undeclared dep in parent pom
    
        * dep: remove duplicate and add undeclared
    
        remove dupe gax; add undeclared commons-lang3
    
        Co-authored-by: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    yoshi-automation committed Apr 3, 2020
    Copy the full SHA
    50d24d7 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency io.grpc:grpc-bom to v1.28.1 (#132)

    711c5c7
    commit 711c5c7
    Author: WhiteSource Renovate <bot@renovateapp.com>
    Date:   Fri Apr 3 03:08:41 2020 +0200
    
        deps: update dependency io.grpc:grpc-bom to v1.28.1 (#132)
    yoshi-automation committed Apr 3, 2020
    Copy the full SHA
    bb1b05b View commit details
    Browse the repository at this point in the history
  3. chore: release 0.127.0 (#122)

    45fc919
    commit 45fc919
    Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Date:   Thu Apr 2 21:49:46 2020 -0400
    
        chore: release 0.127.0 (#122)
    
        * updated CHANGELOG.md [ci skip]
    
        * updated README.md [ci skip]
    
        * updated versions.txt [ci skip]
    
        * updated google-cloud-bigquerystorage-bom/pom.xml [ci skip]
    
        * updated grpc-google-cloud-bigquerystorage-v1/pom.xml [ci skip]
    
        * updated grpc-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip]
    
        * updated grpc-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip]
    
        * updated grpc-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip]
    
        * updated proto-google-cloud-bigquerystorage-v1/pom.xml [ci skip]
    
        * updated proto-google-cloud-bigquerystorage-v1alpha2/pom.xml [ci skip]
    
        * updated proto-google-cloud-bigquerystorage-v1beta1/pom.xml [ci skip]
    
        * updated proto-google-cloud-bigquerystorage-v1beta2/pom.xml [ci skip]
    
        * updated samples/install-without-bom/pom.xml [ci skip]
    
        * updated samples/pom.xml [ci skip]
    
        * updated samples/snapshot/pom.xml [ci skip]
    
        * updated samples/snippets/pom.xml [ci skip]
    
        * updated google-cloud-bigquerystorage/pom.xml [ci skip]
    
        * updated pom.xml [ci skip]
    
        Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    yoshi-automation committed Apr 3, 2020
    Copy the full SHA
    6ea4ba4 View commit details
    Browse the repository at this point in the history