Public interface definitions of Google APIs. Topics (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Google APIs 44fdfc1627 chore(bazel): update rules_gapic to v0.19.2 2 years ago
..
admin/v1 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport 2 years ago
credentials chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport 2 years ago
v1 chore: include generated samples dir for all google apis 2 years ago
v1beta chore(bazel): update rules_gapic to v0.19.2 2 years ago
v2 chore(bazel): update rules_gapic to v0.19.2 2 years ago
v2beta chore(bazel): update rules_gapic to v0.19.2 2 years ago
BUILD.bazel chore(ruby): Configure build rules for IAM V2 Ruby clients 3 years ago
README.md Revert "Synchronize new proto/yaml changes." (#554) 6 years ago

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.