In particular this applies to Java and Python microgenerators. With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively. Also change Ads BAZEL template to reflect the change in default rule names. Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator). PiperOrigin-RevId: 346227314 |
||
|---|---|---|
| .. | ||
| admin/v1 | ||
| credentials | ||
| v1 | ||
| v1beta | ||
| BUILD.bazel | ||
| README.md | ||
| iam_meta_api.yaml | ||
README.md
Introduction
Key Concepts
Service Account
A Service Account is an account used to identify services (non-humans) to Google. A Service Account has a list of Service Account Keys, which can be used to authenticate to Google.
Service Account Keys
A Service Account Key is a public/private keypair generated by Google. Google retains the public key, while the customer is given the private key. The private key can be used to sign JWTs and authenticate Service Accounts to Google.