Skip to content

Basic beginning of authentication module. - #1084

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:add-simple-auth-doc
Aug 25, 2015
Merged

Basic beginning of authentication module.#1084
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:add-simple-auth-doc

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

@jgeewax This is the simple start I mentioned to get #805 and #830 in slowly but surely.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 25, 2015
@jgeewax

Copy link
Copy Markdown
Contributor

LGTM 👍

But -- shouldn't this live in gcloud-common somehow? /cc @stephenplusplus@callmehiphop

@dhermes

Copy link
Copy Markdown
ContributorAuthor

I filed an issue there so we can follow up.

dhermes added a commit that referenced this pull request Aug 25, 2015
Basic beginning of authentication module.
@dhermes
dhermes merged commit ac13419 into googleapis:masterAug 25, 2015
@dhermes
dhermes deleted the add-simple-auth-doc branch August 25, 2015 16:55
@dhermesdhermes mentioned this pull request Sep 30, 2015
gcf-owl-botBot added a commit that referenced this pull request Aug 16, 2025
Source-Link: googleapis/googleapis@d869249
Source-Link: googleapis/googleapis-gen@4b32a1b
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUtdjFiZXRhLy5Pd2xCb3QueWFtbCIsImgiOiI0YjMyYTFiMWU4ZjM3MzgwOGJkODBjMTg2NDI5MmUxYWQ1ZmIzMWU4In0=
vchudnov-g pushed a commit that referenced this pull request Aug 28, 2025
…to revision 20250807
- [ ] Regenerate this pull request now.
Source-Link:
googleapis/googleapis@d5d97dc
Source-Link:
googleapis/googleapis-gen@eef0ed5
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUtdjFiZXRhLy5Pd2xCb3QueWFtbCIsImgiOiJlZWYwZWQ1NmIyODEwMTE0MTc1YjhmZDA4NzI3ZmI3Y2I2YmVjYzQwIn0=
BEGIN_NESTED_COMMIT
feat: [google-cloud-compute-v1beta] Update Compute Engine v1beta API to
revision 20250729 (#1084)
Source-Link:
googleapis/googleapis@d869249
Source-Link:
googleapis/googleapis-gen@4b32a1b
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUtdjFiZXRhLy5Pd2xCb3QueWFtbCIsImgiOiI0YjMyYTFiMWU4ZjM3MzgwOGJkODBjMTg2NDI5MmUxYWQ1ZmIzMWU4In0=
END_NESTED_COMMIT
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
parthea added a commit that referenced this pull request Feb 20, 2026
feat: update image to
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:a38add811f7f139d6a385b22d283ad09ef305b8cf50382ef62f0ce690787f021
parthea pushed a commit that referenced this pull request Mar 9, 2026
* feat: Proto Columns Feature (#909)
* feat: adding proto autogenerated code changes for proto column feature
* feat: add implementation for Proto columns DDL
* feat: add implementation for Proto columns DML
* feat: add implementation for Proto columns DQL
* feat: add NoneType check during Proto deserialization
* feat: add code changes for Proto DDL support
* feat: add required proto files to execute samples and tests
* feat: add sample snippets for Proto columns DDL
* feat: add tests for proto columns ddl, dml, dql snippets
* feat: code refactoring
* feat: remove staging endpoint from snippets.py
* feat: comment refactor
* feat: add license file
* feat: update proto column data in insertion sample
* feat: move column_info argument to the end to avoid breaking code
* feat: Proto column feature tests and samples (#921)
* feat: add integration tests for Proto Columns
* feat: add unit tests for Proto Columns
* feat: update tests to add column_info argument at end
* feat: remove deepcopy during deserialization of proto message
* feat: tests refactoring
* feat: integration tests refactoring
* feat: samples and sample tests refactoring
* feat: lint tests folder
* feat:lint samples directory
* feat: stop running emulator with proto ddl commands
* feat: close the file after reading
* feat: update protobuf version lower bound to >3.20 to check proto message compatibility
* feat: update setup for snippets_tests.py file
* feat: add integration tests
* feat: remove duplicate integration tests
* feat: add proto_descriptor parameter to required tests
* feat: add compatibility tests between Proto message, Bytes and Proto Enum, Int64
* feat: add index tests for proto columns
* feat: replace duplicates with sample data
* feat: update protobuf lower bound version in setup.py file to add support for proto messages and enum
* feat: lint fixes
* feat: lint fix
* feat: tests refactoring
* feat: change comment from dml to dql for read
* feat: tests refactoring for update db operation
* feat: rever autogenerated code
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: fix code
* fix: fix code
* fix(spanner): fix code
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix(spanner): skip emulator due to b/338557401
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix(spanner): remove samples
* fix(spanner): update coverage
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore(spanner): update coverage
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix(spanner): add samples and update proto schema
* fix(spanner): update samples database and emulator DDL
* fix(spanner): update admin test to use autogenerated interfaces
* fix(spanner): comment refactoring
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

authcla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@jgeewax@googlebot