Skip to content

Commit

Permalink
Maybe I should move this workspace to Linux so I can run checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Dec 28, 2024
1 parent de08547 commit d2cf3a4
Show file tree
Hide file tree
Showing 63 changed files with 594 additions and 63 deletions.
1 change: 0 additions & 1 deletion google/cloud/accesscontextmanager/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
1 change: 0 additions & 1 deletion google/cloud/advisorynotifications/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
19 changes: 18 additions & 1 deletion google/cloud/aiplatform/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,24 @@ detail.
Like most Google Cloud Platform (GCP) services, Vertex AI API requires that your
application authenticates with the service before accessing any data. If you are
not familiar with GCP authentication please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
19 changes: 18 additions & 1 deletion google/cloud/alloydb/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,24 @@ detail.
Like most Google Cloud Platform (GCP) services, AlloyDB API requires that your
application authenticates with the service before accessing any data. If you are
not familiar with GCP authentication please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
19 changes: 18 additions & 1 deletion google/cloud/apikeys/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,24 @@ detail.
Like most Google Cloud Platform (GCP) services, API Keys API requires that your
application authenticates with the service before accessing any data. If you are
not familiar with GCP authentication please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
19 changes: 18 additions & 1 deletion google/cloud/apphub/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,24 @@ detail.
Like most Google Cloud Platform (GCP) services, App Hub API requires that your
application authenticates with the service before accessing any data. If you are
not familiar with GCP authentication please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
1 change: 0 additions & 1 deletion google/cloud/backupdr/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
19 changes: 18 additions & 1 deletion google/cloud/batch/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,24 @@ detail.
Like most Google Cloud Platform (GCP) services, Batch API requires that your
application authenticates with the service before accessing any data. If you are
not familiar with GCP authentication please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
19 changes: 18 additions & 1 deletion google/cloud/bigquerycontrol/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,24 @@ detail.
Like most Google Cloud Platform (GCP) services, BigQuery API requires that your
application authenticates with the service before accessing any data. If you are
not familiar with GCP authentication please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
19 changes: 18 additions & 1 deletion google/cloud/billing/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,24 @@ detail.
Like most Google Cloud Platform (GCP) services, Cloud Billing requires that your
application authenticates with the service before accessing any data. If you are
not familiar with GCP authentication please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
1 change: 0 additions & 1 deletion google/cloud/binaryauthorization/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
1 change: 0 additions & 1 deletion google/cloud/cloudcontrolspartner/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
19 changes: 18 additions & 1 deletion google/cloud/commerce/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,24 @@ Like most Google Cloud Platform (GCP) services, Cloud Commerce Consumer
Procurement API requires that your application authenticates with the service
before accessing any data. If you are not familiar with GCP authentication
please take this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
1 change: 0 additions & 1 deletion google/cloud/confidentialcomputing/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
1 change: 0 additions & 1 deletion google/cloud/config/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
1 change: 0 additions & 1 deletion google/cloud/contactcenterinsights/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
1 change: 0 additions & 1 deletion google/cloud/contentwarehouse/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
1 change: 0 additions & 1 deletion google/cloud/datacatalog/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ requires that your application authenticates with the service before accessing
any data. If you are not familiar with GCP authentication please take this
opportunity to review the [Authentication Overview][authentication-quickstart].


## Using with Bazel

> :warning: If you are using Windows or macOS there are additional instructions
Expand Down
19 changes: 18 additions & 1 deletion google/cloud/dlp/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,24 @@ Like most Google Cloud Platform (GCP) services, Cloud Data Loss Prevention (DLP)
API requires that your application authenticates with the service before
accessing any data. If you are not familiar with GCP authentication please take
this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication Overview][authentication-quickstart]. This library uses the
`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials
file. For example:

| Shell | Command |
| :----------------- | ------------------------------------------------------------------------------------ |
| Bash/zsh/ksh/etc. | `export GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| sh | `GOOGLE_APPLICATION_CREDENTIALS=[PATH];`<br> `export GOOGLE_APPLICATION_CREDENTIALS` |
| csh/tsch | `setenv GOOGLE_APPLICATION_CREDENTIALS [PATH]` |
| Windows Powershell | `$env:GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |
| Windows cmd.exe | `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]` |

Setting this environment variable is the recommended way to configure the
authentication preferences, though if the environment variable is not set, the
library searches for a credentials file in the same location as the
[Cloud SDK](https://cloud.google.com/sdk/). For more information about
*Application Default Credentials*, see
https://cloud.google.com/docs/authentication/production

## Using with Bazel

Expand Down
Loading

0 comments on commit d2cf3a4

Please sign in to comment.