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

feat: Support AuthorizedView in bigtable data client #2177

Merged
merged 3 commits into from Mar 27, 2024

Commits on Mar 27, 2024

  1. feat: Support AuthorizedView in bigtable data client

    Change-Id: I1e54cab5b384d76166183ac72105a4cbac59979b
    
    chore: Address review comments
    
    Change-Id: I1d9c8bc54d204dbe6752161291cbd4158ee1d6b5
    
    chore: Add @deprecated annotation and reformat javadoc
    
    Change-Id: I3c4a0fcbecc124a9517e48a1fc747c7b8dade40e
    
    chore: Remove ReadRow(s)Options
    
    Change-Id: Ib35bdac2cd51f302fd919671324fb2c0d630af0e
    
    chore: Minor doc and test fix
    
    Change-Id: I3c8e1fa624ec0423433eae15059b5e59e9727c70
    
    Chore: Address comments
    
    Change-Id: I8886e907ebb797a67b36240417c2e609b6f5857a
    
    Rename SampleRowKeys to SampleRowKeysRequest
    
    Change-Id: I8dda7ee1df31b184d04938cbc2f9f984d84138b4
    
    Add javadoc for extractTargetId and hide scopedForAuthorizedView
    
    Change-Id: I38718ae9badf24db6edc1b62fc06e4d3222faeb8
    
    fix extractTableId to correctly handle authorized view name
    
    Change-Id: I1e66fc1440a29d3861e3ee6464911324633cc5af
    Lixia Chen committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    512818e View commit details
    Browse the repository at this point in the history
  2. Fix extractTableId() and add a unit test for it

    Change-Id: Icc172b2b6d369ef8ce2b77a8e69c37af6e9aa3d7
    Lixia Chen committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c0d05d8 View commit details
    Browse the repository at this point in the history
  3. Mark SampleRowKeysRequest#fromProto as @internalapi

    Change-Id: I71762fad534fe31f4bf634ca5cb227f014393e37
    Lixia Chen committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4fd09d6 View commit details
    Browse the repository at this point in the history