Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…logging
  • Loading branch information
gkevinzheng authored Oct 15, 2024
2 parents 04bcb94 + 1a33f93 commit 23968e3
Show file tree
Hide file tree
Showing 7 changed files with 2,212 additions and 1,364 deletions.
16 changes: 11 additions & 5 deletions auth/credentials/externalaccount/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
// Follow the detailed instructions on how to configure Workload Identity Federation
// in various platforms:
//
// - [Amazon Web Services (AWS)](https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#aws)
// - [Azure AD](https://cloud.google.com/iam/docs/workforce-sign-in-azure-ad)
// - [Okta](https://cloud.google.com/iam/docs/workforce-sign-in-okta)
// - [OIDC identity provider](https://cloud.google.com/iam/docs/configuring-workforce-identity-federation#oidc)
// - [SAML 2.0 identity provider](https://cloud.google.com/iam/docs/configuring-workforce-identity-federation#saml)
// - [Amazon Web Services (AWS)]
// - [Azure AD]
// - [Okta]
// - [OIDC identity provider]
// - [SAML 2.0 identity provider]
//
// For workforce identity federation, the library can retrieve tokens in three ways:
// from a local file location (file-sourced credentials), from a server
Expand All @@ -107,4 +107,10 @@
// configuration. It is not recommended to use a credential configuration that
// you did not generate with the gcloud CLI unless you verify that the URL
// fields point to a googleapis.com domain.
//
// [Amazon Web Services (AWS)]: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#aws
// [Azure AD]: https://cloud.google.com/iam/docs/workforce-sign-in-azure-ad
// [Okta]: https://cloud.google.com/iam/docs/workforce-sign-in-okta
// [OIDC identity provider]: https://cloud.google.com/iam/docs/configuring-workforce-identity-federation#oidc
// [SAML 2.0 identity provider]: https://cloud.google.com/iam/docs/configuring-workforce-identity-federation#saml
package externalaccount
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
{
"regionTag": "networkmanagement_v1_generated_ReachabilityService_UpdateConnectivityTest_sync",
"title": "networkmanagement UpdateConnectivityTest Sample",
"description": "UpdateConnectivityTest updates the configuration of an existing `ConnectivityTest`.\nAfter you update a test, the reachability analysis is performed as part\nof the long running operation, which completes when the analysis completes.\nThe Reachability state in the test resource is updated with the new result.\n\nIf the endpoint specifications in `ConnectivityTest` are invalid\n(for example, they contain non-existent resources in the network, or the\nuser does not have read permissions to the network configurations of\nlisted projects), then the reachability result returns a value of\n<code>UNKNOWN</code>.\n\nIf the endpoint specifications in `ConnectivityTest` are incomplete, the\nreachability result returns a value of `AMBIGUOUS`. See the documentation\nin `ConnectivityTest` for for more details.",
"description": "UpdateConnectivityTest updates the configuration of an existing `ConnectivityTest`.\nAfter you update a test, the reachability analysis is performed as part\nof the long running operation, which completes when the analysis completes.\nThe Reachability state in the test resource is updated with the new result.\n\nIf the endpoint specifications in `ConnectivityTest` are invalid\n(for example, they contain non-existent resources in the network, or the\nuser does not have read permissions to the network configurations of\nlisted projects), then the reachability result returns a value of\n<code>UNKNOWN</code>.\n\nIf the endpoint specifications in `ConnectivityTest` are incomplete, the\nreachability result returns a value of `AMBIGUOUS`. See the documentation\nin `ConnectivityTest` for more details.",
"file": "ReachabilityClient/UpdateConnectivityTest/main.go",
"language": "GO",
"clientMethod": {
Expand Down
Loading

0 comments on commit 23968e3

Please sign in to comment.