googleapis/google/iam
Google APIs 160f80d81d chore: Make microgenerators default for all languages
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
2020-12-07 18:51:08 -08:00
..
admin/v1 chore: Make microgenerators default for all languages 2020-12-07 18:51:08 -08:00
credentials chore: Make microgenerators default for all languages 2020-12-07 18:51:08 -08:00
v1 feat: adds python libraries for protobuf messages required by logging payloads. 2020-07-15 11:41:01 -07:00
v1beta chore: Make microgenerators default for all languages 2020-12-07 18:51:08 -08:00
BUILD.bazel Use rules_proto bzl files to load proto_library 2019-11-13 22:28:15 -08:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00
iam_meta_api.yaml Synchronize new proto/yaml changes. 2019-05-06 14:24:09 -07:00

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.