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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: enable gapicv2 #188

Merged
merged 4 commits into from Jul 21, 2020
Merged

chore!: enable gapicv2 #188

merged 4 commits into from Jul 21, 2020

Commits on Jul 21, 2020

  1. chore!: enable gapicv2 for firestore/v1beta1 API

    Committer: @miraleung
    PiperOrigin-RevId: 305537104
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Apr 8 12:58:48 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 6f8350c0df231d7e742fa10dbf929f33047715c9
    Source-Link: googleapis/googleapis@6f8350c
    yoshi-automation authored and BenWhitehead committed Jul 21, 2020
    Copy the full SHA
    66c5078 View commit details
    Browse the repository at this point in the history
  2. chore!: enable gapicv2 for firestore/admin/v1 API

    Committer: @miraleung
    
    There are the following breaking changes due to the collection_id discrepancy between [1] and [2]
    
    1. https://github.com/googleapis/googleapis/blob/6f8350c0df231d7e742fa10dbf929f33047715c9/google/firestore/admin/v1/firestore_gapic.yaml#L24-L29
    2. https://github.com/googleapis/googleapis/blob/6f8350c0df231d7e742fa10dbf929f33047715c9/google/firestore/admin/v1/field.proto#L39
    ```
    com.google.firestore.admin.v1.FieldName: Method 'public java.lang.String getCollectionId()' has been removed
    com.google.firestore.admin.v1.FieldName: Method 'public java.lang.String getFieldId()' has been removed
    com.google.firestore.admin.v1.FieldName$Builder: Method 'public java.lang.String getCollectionId()' has been removed
    com.google.firestore.admin.v1.FieldName$Builder: Method 'public java.lang.String getFieldId()' has been removed
    com.google.firestore.admin.v1.FieldName$Builder: Method 'public com.google.firestore.admin.v1.FieldName$Builder setCollectionId(java.lang.String)' has been removed
    com.google.firestore.admin.v1.FieldName$Builder: Method 'public com.google.firestore.admin.v1.FieldName$Builder setFieldId(java.lang.String)' has been removed
    com.google.firestore.admin.v1.IndexName: Method 'public java.lang.String getCollectionId()' has been removed
    com.google.firestore.admin.v1.IndexName: Method 'public java.lang.String getIndexId()' has been removed
    com.google.firestore.admin.v1.IndexName$Builder: Method 'public java.lang.String getCollectionId()' has been removed
    com.google.firestore.admin.v1.IndexName$Builder: Method 'public java.lang.String getIndexId()' has been removed
    com.google.firestore.admin.v1.IndexName$Builder: Method 'public com.google.firestore.admin.v1.IndexName$Builder setCollectionId(java.lang.String)' has been removed
    com.google.firestore.admin.v1.IndexName$Builder: Method 'public com.google.firestore.admin.v1.IndexName$Builder setIndexId(java.lang.String)' has been removed
    ```
    
    PiperOrigin-RevId: 305561114
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Apr 8 14:57:39 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 0d69cddaa23b556e7299f84ad55a02ec1cad55a9
    Source-Link: googleapis/googleapis@0d69cdd
    yoshi-automation authored and BenWhitehead committed Jul 21, 2020
    Copy the full SHA
    e08aba3 View commit details
    Browse the repository at this point in the history
  3. chore!: enable gapicv2 for firestore/v1 API

    Note that this contains breaking Java changes:
      com.google.cloud.firestore.v1.FirestoreClient: Method 'public void deleteDocument(com.google.firestore.v1.AnyPathName)' has been removed
    
    Committer: @miraleung
    PiperOrigin-RevId: 305561906
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Apr 8 15:01:42 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: d741cd976975c745d0199987aff0e908b8352992
    Source-Link: googleapis/googleapis@d741cd9
    yoshi-automation authored and BenWhitehead committed Jul 21, 2020
    Copy the full SHA
    b395153 View commit details
    Browse the repository at this point in the history
  4. chore!: add clirr-ignored-differences.xml

    BREAKING CHANGE: various renames due to generator changes
    
    Renamed data model properties
    * Usage of collectionId replaced with collection
    * Usage of fieldId replaced with field
    * Usage of indexId replaced with index
    * Usage of ParentName replaced with CollectionGroupName
    * Usage of AnyPathName replaced with String
    
    Long running operation renames:
    * FirestoreAdminClient#createIndex -> FirestoreAdminClient#createIndexAsync
    * FirestoreAdminClient#exportDocuments -> FirestoreAdminClient#exportDocumentsAsync
    * FirestoreAdminClient#importDocuments -> FirestoreAdminClient#importDocumentsAsync
    * FirestoreAdminClient#updateField -> FirestoreAdminClient#updateFieldAsync
    BenWhitehead committed Jul 21, 2020
    Copy the full SHA
    570072f View commit details
    Browse the repository at this point in the history