From 9a561d2bc6d698ab905a2070e9469fb1fcbfe8a7 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Tue, 30 Jun 2026 23:59:46 +0000 Subject: [PATCH 1/4] docs: fix broken links in README.md for firestore and major libraries Updates the shared README.md template to: - Fix Authentication and Troubleshooting links globally. - Add link to the Java-specific authentication guide. - Handle monorepo pathing for samples. Updates test goldens to match template changes. Updates `.repo-metadata.json` and regenerates `README.md` (or manually fixes them) for the following major/handwritten libraries to resolve broken Javadocs, Authentication, Troubleshooting, and Samples links: - java-bigtable - java-pubsub - java-bigquery - java-bigquerystorage - java-logging - java-logging-logback - java-storage - java-storage-nio - java-spanner - java-spanner-jdbc - java-firestore - java-datastore Fixes: https://github.com/googleapis/google-cloud-java/issues/13530 --- java-bigquery/.repo-metadata.json | 2 +- java-bigquery/README.md | 291 +++++++-------- java-bigquerystorage/.repo-metadata.json | 4 +- java-bigquerystorage/README.md | 43 ++- java-bigtable/.repo-metadata.json | 4 +- java-bigtable/README.md | 59 ++- java-datastore/.repo-metadata.json | 2 +- java-datastore/README.md | 69 ++-- java-firestore/.repo-metadata.json | 2 +- java-firestore/README.md | 35 +- java-logging-logback/.repo-metadata.json | 2 +- java-logging-logback/README.md | 15 +- java-logging/.repo-metadata.json | 4 +- java-logging/README.md | 33 +- java-pubsub/.repo-metadata.json | 4 +- java-pubsub/README.md | 167 +++++---- java-spanner-jdbc/.repo-metadata.json | 2 +- java-spanner-jdbc/README.md | 19 +- java-spanner/.repo-metadata.json | 4 +- java-spanner/README.md | 301 ++++++++-------- java-storage-nio/.repo-metadata.json | 2 +- java-storage-nio/README.md | 9 +- java-storage/.repo-metadata.json | 4 +- java-storage/README.md | 337 +++++++++--------- .../owlbot/templates/java_library/README.md | 20 +- .../test-owlbot/testdata/README-golden.md | 7 +- 26 files changed, 724 insertions(+), 717 deletions(-) diff --git a/java-bigquery/.repo-metadata.json b/java-bigquery/.repo-metadata.json index c3fe60144be0..ee326d92ecb6 100644 --- a/java-bigquery/.repo-metadata.json +++ b/java-bigquery/.repo-metadata.json @@ -2,7 +2,7 @@ "api_shortname": "bigquery", "name_pretty": "Cloud BigQuery", "product_documentation": "https://cloud.google.com/bigquery", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/overview", "api_description": "is a fully managed, NoOps, low cost data analytics service.\nData can be streamed into BigQuery at millions of rows per second to enable real-time analysis.\nWith BigQuery you can easily deploy Petabyte-scale Databases.", "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", "release_level": "stable", diff --git a/java-bigquery/README.md b/java-bigquery/README.md index 19e076c603de..072718566104 100644 --- a/java-bigquery/README.md +++ b/java-bigquery/README.md @@ -72,7 +72,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.67.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -109,150 +109,150 @@ use this Cloud BigQuery Client Library. ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/java-bigquery/tree/main/samples) directory. +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-bigquery/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Add Column Load Append | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AddColumnLoadAppend.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AddColumnLoadAppend.java) | -| Add Empty Column | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AddEmptyColumn.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AddEmptyColumn.java) | -| Auth Drive Scope | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AuthDriveScope.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AuthDriveScope.java) | -| Auth Snippets | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AuthSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AuthSnippets.java) | -| Auth User Flow | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AuthUserFlow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AuthUserFlow.java) | -| Auth User Query | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AuthUserQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AuthUserQuery.java) | -| Authorize Dataset | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AuthorizeDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AuthorizeDataset.java) | -| Authorized View Tutorial | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/AuthorizedViewTutorial.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/AuthorizedViewTutorial.java) | -| Browse Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/BrowseTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/BrowseTable.java) | -| Cancel Job | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CancelJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CancelJob.java) | -| Copy Multiple Tables | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CopyMultipleTables.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CopyMultipleTables.java) | -| Copy Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CopyTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CopyTable.java) | -| Copy Table Cmek | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CopyTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CopyTableCmek.java) | -| Create And Query Repeated Record Field | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateAndQueryRepeatedRecordField.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateAndQueryRepeatedRecordField.java) | -| Create Clustered Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateClusteredTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateClusteredTable.java) | -| Create Dataset | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateDataset.java) | -| Create Dataset Aws | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateDatasetAws.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateDatasetAws.java) | -| Create Dataset With Regional Endpoint | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateDatasetWithRegionalEndpoint.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateDatasetWithRegionalEndpoint.java) | -| Create External Table Aws | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateExternalTableAws.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateExternalTableAws.java) | -| Create Iam Policy | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateIamPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateIamPolicy.java) | -| Create Job | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateJob.java) | -| Create Materialized View | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateMaterializedView.java) | -| Create Model | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateModel.java) | -| Create Partitioned Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreatePartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreatePartitionedTable.java) | -| Create Range Partitioned Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateRangePartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateRangePartitionedTable.java) | -| Create Routine | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateRoutine.java) | -| Create Routine Ddl | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateRoutineDdl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateRoutineDdl.java) | -| Create Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateTable.java) | -| Create Table Cmek | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateTableCmek.java) | -| Create Table External Hive Partitioned | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateTableExternalHivePartitioned.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateTableExternalHivePartitioned.java) | -| Create Table Without Schema | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateTableWithoutSchema.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateTableWithoutSchema.java) | -| Create Tables With Primary And Foreign Keys | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateTablesWithPrimaryAndForeignKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateTablesWithPrimaryAndForeignKeys.java) | -| Create View | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/CreateView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/CreateView.java) | -| Dataset Exists | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DatasetExists.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DatasetExists.java) | -| Ddl Create View | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DdlCreateView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DdlCreateView.java) | -| Delete Dataset | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteDataset.java) | -| Delete Dataset And Contents | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteDatasetAndContents.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteDatasetAndContents.java) | -| Delete Label Dataset | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteLabelDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteLabelDataset.java) | -| Delete Label Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteLabelTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteLabelTable.java) | -| Delete Materialized View | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteMaterializedView.java) | -| Delete Model | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteModel.java) | -| Delete Routine | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteRoutine.java) | -| Delete Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/DeleteTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/DeleteTable.java) | -| Export Query Results To S3 | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ExportQueryResultsToS3.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ExportQueryResultsToS3.java) | -| Extract Model | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ExtractModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ExtractModel.java) | -| Extract Table Compressed | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ExtractTableCompressed.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ExtractTableCompressed.java) | -| Extract Table To Csv | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ExtractTableToCsv.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ExtractTableToCsv.java) | -| Extract Table To Json | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ExtractTableToJson.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ExtractTableToJson.java) | -| Get Dataset Info | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetDatasetInfo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetDatasetInfo.java) | -| Get Dataset Labels | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetDatasetLabels.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetDatasetLabels.java) | -| Get Job | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetJob.java) | -| Get Model | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetModel.java) | -| Get Routine | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetRoutine.java) | -| Get Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetTable.java) | -| Get Table Labels | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetTableLabels.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetTableLabels.java) | -| Get View | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GetView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GetView.java) | -| Grant View Access | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/GrantViewAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/GrantViewAccess.java) | -| Inserting Data Types | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/InsertingDataTypes.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/InsertingDataTypes.java) | -| Label Dataset | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LabelDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LabelDataset.java) | -| Label Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LabelTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LabelTable.java) | -| List Datasets | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ListDatasets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ListDatasets.java) | -| List Datasets By Label | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ListDatasetsByLabel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ListDatasetsByLabel.java) | -| List Jobs | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ListJobs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ListJobs.java) | -| List Models | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ListModels.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ListModels.java) | -| List Routines | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ListRoutines.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ListRoutines.java) | -| List Tables | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ListTables.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ListTables.java) | -| Load Avro From Gcs | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcs.java) | -| Load Avro From Gcs Truncate | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcsTruncate.java) | -| Load Csv From Gcs | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcs.java) | -| Load Csv From Gcs Autodetect | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsAutodetect.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsAutodetect.java) | -| Load Csv From Gcs Truncate | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsTruncate.java) | -| Load Json From Gcs | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcs.java) | -| Load Json From Gcs Autodetect | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsAutodetect.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsAutodetect.java) | -| Load Json From Gcs Cmek | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsCmek.java) | -| Load Json From Gcs Truncate | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsTruncate.java) | -| Load Local File | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFile.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadLocalFile.java) | -| Load Local File In Session | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java) | -| Load Orc From Gcs | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcs.java) | -| Load Orc From Gcs Truncate | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcsTruncate.java) | -| Load Parquet | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadParquet.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadParquet.java) | -| Load Parquet Replace Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadParquetReplaceTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadParquetReplaceTable.java) | -| Load Partitioned Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadPartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadPartitionedTable.java) | -| Load Table Clustered | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadTableClustered.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadTableClustered.java) | -| Nested Repeated Schema | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/NestedRepeatedSchema.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/NestedRepeatedSchema.java) | -| Query Batch | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryBatch.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryBatch.java) | -| Query Clustered Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryClusteredTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryClusteredTable.java) | -| Query Destination Table Cmek | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryDestinationTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryDestinationTableCmek.java) | -| Query Disable Cache | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryDisableCache.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryDisableCache.java) | -| Query Dry Run | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryDryRun.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryDryRun.java) | -| Query External Bigtable Perm | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtablePerm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtablePerm.java) | -| Query External Bigtable Temp | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtableTemp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtableTemp.java) | -| Query External Gcs Perm | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsPerm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsPerm.java) | -| Query External Gcs Temp | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsTemp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsTemp.java) | -| Query External Sheets Perm | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsPerm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsPerm.java) | -| Query External Sheets Temp | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsTemp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsTemp.java) | -| Query External Table Aws | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryExternalTableAws.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryExternalTableAws.java) | -| Query Large Results | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryLargeResults.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryLargeResults.java) | -| Query Materialized View | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryMaterializedView.java) | -| Query Pagination | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryPagination.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryPagination.java) | -| Query Partitioned Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryPartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryPartitionedTable.java) | -| Query Script | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryScript.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryScript.java) | -| Query Short Mode | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryShortMode.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryShortMode.java) | -| Query Total Rows | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryTotalRows.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryTotalRows.java) | -| Query With Array Of Structs Named Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayOfStructsNamedParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayOfStructsNamedParameters.java) | -| Query With Array Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayParameters.java) | -| Query With Named Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedParameters.java) | -| Query With Named Types Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedTypesParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedTypesParameters.java) | -| Query With Positional Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalParameters.java) | -| Query With Positional Types Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalTypesParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalTypesParameters.java) | -| Query With Structs Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithStructsParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithStructsParameters.java) | -| Query With Timestamp Parameters | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QueryWithTimestampParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QueryWithTimestampParameters.java) | -| Quickstart Sample | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/QuickstartSample.java) | -| Relax Column Load Append | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/RelaxColumnLoadAppend.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/RelaxColumnLoadAppend.java) | -| Relax Column Mode | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/RelaxColumnMode.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/RelaxColumnMode.java) | -| Relax Table Query | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/RelaxTableQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/RelaxTableQuery.java) | -| Resource Clean Up | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/ResourceCleanUp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/ResourceCleanUp.java) | -| Run Legacy Query | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/RunLegacyQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/RunLegacyQuery.java) | -| Save Query To Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/SaveQueryToTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/SaveQueryToTable.java) | -| Set User Agent | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/SetUserAgent.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/SetUserAgent.java) | -| Simple App | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/SimpleApp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/SimpleApp.java) | -| Simple Query | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/SimpleQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/SimpleQuery.java) | -| Simple Query Connection Read Api | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/SimpleQueryConnectionReadApi.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/SimpleQueryConnectionReadApi.java) | -| Table Exists | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/TableExists.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/TableExists.java) | -| Table Insert Rows | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/TableInsertRows.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/TableInsertRows.java) | -| Table Insert Rows Without Row Ids | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/TableInsertRowsWithoutRowIds.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/TableInsertRowsWithoutRowIds.java) | -| Undelete Table | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UndeleteTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UndeleteTable.java) | -| Update Dataset Access | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetAccess.java) | -| Update Dataset Description | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetDescription.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetDescription.java) | -| Update Dataset Expiration | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetExpiration.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetExpiration.java) | -| Update Dataset Partition Expiration | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetPartitionExpiration.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetPartitionExpiration.java) | -| Update Iam Policy | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateIamPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateIamPolicy.java) | -| Update Materialized View | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateMaterializedView.java) | -| Update Model Description | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateModelDescription.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateModelDescription.java) | -| Update Routine | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateRoutine.java) | -| Update Table Cmek | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateTableCmek.java) | -| Update Table Description | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateTableDescription.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateTableDescription.java) | -| Update Table Dml | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateTableDml.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateTableDml.java) | -| Update Table Expiration | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateTableExpiration.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateTableExpiration.java) | -| Update Table Require Partition Filter | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateTableRequirePartitionFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateTableRequirePartitionFilter.java) | -| Update View Query | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/UpdateViewQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/UpdateViewQuery.java) | +| Add Column Load Append | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AddColumnLoadAppend.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AddColumnLoadAppend.java) | +| Add Empty Column | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AddEmptyColumn.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AddEmptyColumn.java) | +| Auth Drive Scope | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthDriveScope.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthDriveScope.java) | +| Auth Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthSnippets.java) | +| Auth User Flow | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthUserFlow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthUserFlow.java) | +| Auth User Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthUserQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthUserQuery.java) | +| Authorize Dataset | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthorizeDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthorizeDataset.java) | +| Authorized View Tutorial | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthorizedViewTutorial.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/AuthorizedViewTutorial.java) | +| Browse Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/BrowseTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/BrowseTable.java) | +| Cancel Job | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CancelJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CancelJob.java) | +| Copy Multiple Tables | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CopyMultipleTables.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CopyMultipleTables.java) | +| Copy Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CopyTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CopyTable.java) | +| Copy Table Cmek | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CopyTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CopyTableCmek.java) | +| Create And Query Repeated Record Field | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateAndQueryRepeatedRecordField.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateAndQueryRepeatedRecordField.java) | +| Create Clustered Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateClusteredTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateClusteredTable.java) | +| Create Dataset | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateDataset.java) | +| Create Dataset Aws | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateDatasetAws.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateDatasetAws.java) | +| Create Dataset With Regional Endpoint | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateDatasetWithRegionalEndpoint.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateDatasetWithRegionalEndpoint.java) | +| Create External Table Aws | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateExternalTableAws.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateExternalTableAws.java) | +| Create Iam Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateIamPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateIamPolicy.java) | +| Create Job | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateJob.java) | +| Create Materialized View | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateMaterializedView.java) | +| Create Model | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateModel.java) | +| Create Partitioned Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreatePartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreatePartitionedTable.java) | +| Create Range Partitioned Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateRangePartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateRangePartitionedTable.java) | +| Create Routine | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateRoutine.java) | +| Create Routine Ddl | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateRoutineDdl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateRoutineDdl.java) | +| Create Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTable.java) | +| Create Table Cmek | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTableCmek.java) | +| Create Table External Hive Partitioned | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTableExternalHivePartitioned.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTableExternalHivePartitioned.java) | +| Create Table Without Schema | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTableWithoutSchema.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTableWithoutSchema.java) | +| Create Tables With Primary And Foreign Keys | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTablesWithPrimaryAndForeignKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateTablesWithPrimaryAndForeignKeys.java) | +| Create View | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/CreateView.java) | +| Dataset Exists | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DatasetExists.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DatasetExists.java) | +| Ddl Create View | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DdlCreateView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DdlCreateView.java) | +| Delete Dataset | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteDataset.java) | +| Delete Dataset And Contents | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteDatasetAndContents.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteDatasetAndContents.java) | +| Delete Label Dataset | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteLabelDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteLabelDataset.java) | +| Delete Label Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteLabelTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteLabelTable.java) | +| Delete Materialized View | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteMaterializedView.java) | +| Delete Model | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteModel.java) | +| Delete Routine | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteRoutine.java) | +| Delete Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/DeleteTable.java) | +| Export Query Results To S3 | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExportQueryResultsToS3.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExportQueryResultsToS3.java) | +| Extract Model | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractModel.java) | +| Extract Table Compressed | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractTableCompressed.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractTableCompressed.java) | +| Extract Table To Csv | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractTableToCsv.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractTableToCsv.java) | +| Extract Table To Json | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractTableToJson.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractTableToJson.java) | +| Get Dataset Info | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetDatasetInfo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetDatasetInfo.java) | +| Get Dataset Labels | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetDatasetLabels.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetDatasetLabels.java) | +| Get Job | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetJob.java) | +| Get Model | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetModel.java) | +| Get Routine | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetRoutine.java) | +| Get Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetTable.java) | +| Get Table Labels | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetTableLabels.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetTableLabels.java) | +| Get View | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GetView.java) | +| Grant View Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GrantViewAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/GrantViewAccess.java) | +| Inserting Data Types | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/InsertingDataTypes.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/InsertingDataTypes.java) | +| Label Dataset | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LabelDataset.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LabelDataset.java) | +| Label Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LabelTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LabelTable.java) | +| List Datasets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListDatasets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListDatasets.java) | +| List Datasets By Label | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListDatasetsByLabel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListDatasetsByLabel.java) | +| List Jobs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListJobs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListJobs.java) | +| List Models | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListModels.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListModels.java) | +| List Routines | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListRoutines.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListRoutines.java) | +| List Tables | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListTables.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ListTables.java) | +| Load Avro From Gcs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcs.java) | +| Load Avro From Gcs Truncate | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadAvroFromGcsTruncate.java) | +| Load Csv From Gcs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcs.java) | +| Load Csv From Gcs Autodetect | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsAutodetect.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsAutodetect.java) | +| Load Csv From Gcs Truncate | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadCsvFromGcsTruncate.java) | +| Load Json From Gcs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcs.java) | +| Load Json From Gcs Autodetect | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsAutodetect.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsAutodetect.java) | +| Load Json From Gcs Cmek | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsCmek.java) | +| Load Json From Gcs Truncate | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsTruncate.java) | +| Load Local File | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFile.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFile.java) | +| Load Local File In Session | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java) | +| Load Orc From Gcs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcs.java) | +| Load Orc From Gcs Truncate | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcsTruncate.java) | +| Load Parquet | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadParquet.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadParquet.java) | +| Load Parquet Replace Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadParquetReplaceTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadParquetReplaceTable.java) | +| Load Partitioned Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadPartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadPartitionedTable.java) | +| Load Table Clustered | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadTableClustered.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/LoadTableClustered.java) | +| Nested Repeated Schema | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/NestedRepeatedSchema.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/NestedRepeatedSchema.java) | +| Query Batch | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryBatch.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryBatch.java) | +| Query Clustered Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryClusteredTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryClusteredTable.java) | +| Query Destination Table Cmek | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryDestinationTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryDestinationTableCmek.java) | +| Query Disable Cache | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryDisableCache.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryDisableCache.java) | +| Query Dry Run | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryDryRun.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryDryRun.java) | +| Query External Bigtable Perm | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtablePerm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtablePerm.java) | +| Query External Bigtable Temp | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtableTemp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalBigtableTemp.java) | +| Query External Gcs Perm | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsPerm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsPerm.java) | +| Query External Gcs Temp | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsTemp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalGcsTemp.java) | +| Query External Sheets Perm | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsPerm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsPerm.java) | +| Query External Sheets Temp | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsTemp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalSheetsTemp.java) | +| Query External Table Aws | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalTableAws.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryExternalTableAws.java) | +| Query Large Results | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryLargeResults.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryLargeResults.java) | +| Query Materialized View | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryMaterializedView.java) | +| Query Pagination | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryPagination.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryPagination.java) | +| Query Partitioned Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryPartitionedTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryPartitionedTable.java) | +| Query Script | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryScript.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryScript.java) | +| Query Short Mode | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryShortMode.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryShortMode.java) | +| Query Total Rows | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryTotalRows.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryTotalRows.java) | +| Query With Array Of Structs Named Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayOfStructsNamedParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayOfStructsNamedParameters.java) | +| Query With Array Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithArrayParameters.java) | +| Query With Named Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedParameters.java) | +| Query With Named Types Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedTypesParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithNamedTypesParameters.java) | +| Query With Positional Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalParameters.java) | +| Query With Positional Types Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalTypesParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithPositionalTypesParameters.java) | +| Query With Structs Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithStructsParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithStructsParameters.java) | +| Query With Timestamp Parameters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithTimestampParameters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QueryWithTimestampParameters.java) | +| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/QuickstartSample.java) | +| Relax Column Load Append | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RelaxColumnLoadAppend.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RelaxColumnLoadAppend.java) | +| Relax Column Mode | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RelaxColumnMode.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RelaxColumnMode.java) | +| Relax Table Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RelaxTableQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RelaxTableQuery.java) | +| Resource Clean Up | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ResourceCleanUp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ResourceCleanUp.java) | +| Run Legacy Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RunLegacyQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/RunLegacyQuery.java) | +| Save Query To Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SaveQueryToTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SaveQueryToTable.java) | +| Set User Agent | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SetUserAgent.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SetUserAgent.java) | +| Simple App | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SimpleApp.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SimpleApp.java) | +| Simple Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SimpleQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SimpleQuery.java) | +| Simple Query Connection Read Api | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SimpleQueryConnectionReadApi.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/SimpleQueryConnectionReadApi.java) | +| Table Exists | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/TableExists.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/TableExists.java) | +| Table Insert Rows | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/TableInsertRows.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/TableInsertRows.java) | +| Table Insert Rows Without Row Ids | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/TableInsertRowsWithoutRowIds.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/TableInsertRowsWithoutRowIds.java) | +| Undelete Table | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UndeleteTable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UndeleteTable.java) | +| Update Dataset Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetAccess.java) | +| Update Dataset Description | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetDescription.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetDescription.java) | +| Update Dataset Expiration | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetExpiration.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetExpiration.java) | +| Update Dataset Partition Expiration | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetPartitionExpiration.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateDatasetPartitionExpiration.java) | +| Update Iam Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateIamPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateIamPolicy.java) | +| Update Materialized View | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateMaterializedView.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateMaterializedView.java) | +| Update Model Description | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateModelDescription.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateModelDescription.java) | +| Update Routine | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateRoutine.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateRoutine.java) | +| Update Table Cmek | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableCmek.java) | +| Update Table Description | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableDescription.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableDescription.java) | +| Update Table Dml | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableDml.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableDml.java) | +| Update Table Expiration | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableExpiration.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableExpiration.java) | +| Update Table Require Partition Filter | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableRequirePartitionFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateTableRequirePartitionFilter.java) | +| Update View Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateViewQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquery/samples/snippets/src/main/java/com/example/bigquery/UpdateViewQuery.java) | @@ -330,18 +330,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/bigquery -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.42.2 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/java-bigquery/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/java-bigquery/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/java-bigquery/blob/main/LICENSE diff --git a/java-bigquerystorage/.repo-metadata.json b/java-bigquerystorage/.repo-metadata.json index b958e7999d02..4c95a09fadc2 100644 --- a/java-bigquerystorage/.repo-metadata.json +++ b/java-bigquerystorage/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "BigQuery Storage", "product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/", "api_description": "is an API for reading data stored in BigQuery. This API provides direct, high-throughput read access to existing BigQuery tables, supports parallel access with automatic liquid sharding, and allows fine-grained control over what data is returned.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/overview", "release_level": "stable", "transport": "grpc", "language": "java", @@ -16,4 +16,4 @@ "codeowner_team": "@googleapis/bigquery-team", "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", "recommended_package": "com.google.cloud.bigquery.storage.v1" -} \ No newline at end of file +} diff --git a/java-bigquerystorage/README.md b/java-bigquerystorage/README.md index 8393c21a9b2d..43af41825825 100644 --- a/java-bigquerystorage/README.md +++ b/java-bigquerystorage/README.md @@ -74,7 +74,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "3. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -139,26 +139,24 @@ The [sample application](https://github.com/googleapis/java-bigquerystorage/blob ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-bigquerystorage/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Export Open Telemetry | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/ExportOpenTelemetry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/ExportOpenTelemetry.java) | -| Json Writer Stream Cdc | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/JsonWriterStreamCdc.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/JsonWriterStreamCdc.java) | -| Parallel Write Committed Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/ParallelWriteCommittedStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/ParallelWriteCommittedStream.java) | -| Read Timestamp Arrow | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampArrow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampArrow.java) | -| Read Timestamp Avro | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampAvro.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampAvro.java) | -| Storage Arrow Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/StorageArrowSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/StorageArrowSample.java) | -| Storage Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java) | -| Write Buffered Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteBufferedStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WriteBufferedStream.java) | -| Write Committed Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteCommittedStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WriteCommittedStream.java) | -| Write Nested Proto | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteNestedProto.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WriteNestedProto.java) | -| Write Pending Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WritePendingStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WritePendingStream.java) | -| Write To Default Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStream.java) | -| Write To Default Stream Timestamp Json | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampJson.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampJson.java) | -| Write To Default Stream Timestamp With Arrow | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampWithArrow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampWithArrow.java) | -| Write To Default Stream With Arrow | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamWithArrow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamWithArrow.java) | - +| Export Open Telemetry | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ExportOpenTelemetry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ExportOpenTelemetry.java) | +| Json Writer Stream Cdc | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/JsonWriterStreamCdc.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/JsonWriterStreamCdc.java) | +| Parallel Write Committed Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ParallelWriteCommittedStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ParallelWriteCommittedStream.java) | +| Read Timestamp Arrow | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampArrow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampArrow.java) | +| Read Timestamp Avro | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampAvro.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/ReadTimestampAvro.java) | +| Storage Arrow Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/StorageArrowSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/StorageArrowSample.java) | +| Storage Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java) | +| Write Buffered Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteBufferedStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteBufferedStream.java) | +| Write Committed Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteCommittedStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteCommittedStream.java) | +| Write Nested Proto | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteNestedProto.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteNestedProto.java) | +| Write Pending Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WritePendingStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WritePendingStream.java) | +| Write To Default Stream | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStream.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStream.java) | +| Write To Default Stream Timestamp Json | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampJson.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampJson.java) | +| Write To Default Stream Timestamp With Arrow | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampWithArrow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamTimestampWithArrow.java) | +| Write To Default Stream With Arrow | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamWithArrow.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigquerystorage/samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamWithArrow.java) | ## Troubleshooting @@ -239,18 +237,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/bigquery/docs/reference/storage/ -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerystorage.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.29.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bigtable/.repo-metadata.json b/java-bigtable/.repo-metadata.json index 63ab08a3ad2c..1e73379fcc14 100644 --- a/java-bigtable/.repo-metadata.json +++ b/java-bigtable/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud Bigtable", "product_documentation": "https://cloud.google.com/bigtable", "api_description": "API for reading and writing the contents of Bigtables associated with a cloud project.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigtable/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigtable/latest/overview", "release_level": "stable", "transport": "grpc", "language": "java", @@ -18,4 +18,4 @@ "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", "extra_versioned_modules": "google-cloud-bigtable-emulator,google-cloud-bigtable-emulator-core", "recommended_package": "com.google.cloud.bigtable" -} \ No newline at end of file +} diff --git a/java-bigtable/README.md b/java-bigtable/README.md index 5b2338f2a71b..343261ed0d68 100644 --- a/java-bigtable/README.md +++ b/java-bigtable/README.md @@ -67,7 +67,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.79.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -341,34 +341,32 @@ see [Assign CPU Resources to Containers](https://kubernetes.io/docs/tasks/config ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-bigtable/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Authorized View Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/AuthorizedViewExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/AuthorizedViewExample.java) | -| Configure Connection Pool | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) | -| Filters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/Filters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Filters.java) | -| Hello World | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) | -| Instance Admin Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) | -| Key Salting | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/KeySalting.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/KeySalting.java) | -| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) | -| Reads | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/Reads.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Reads.java) | -| Schema Bundle Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/SchemaBundleExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/SchemaBundleExample.java) | -| Table Admin Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) | -| Write Aggregate | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/WriteAggregate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteAggregate.java) | -| Write Batch | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) | -| Write Conditionally | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) | -| Write Increment | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) | -| Write Simple | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) | -| Batch Delete Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/BatchDeleteExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/BatchDeleteExample.java) | -| Conditional Delete Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/ConditionalDeleteExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/ConditionalDeleteExample.java) | -| Delete Column Family Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteColumnFamilyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteColumnFamilyExample.java) | -| Delete From Column Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnExample.java) | -| Delete From Column Family Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnFamilyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnFamilyExample.java) | -| Delete From Row Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromRowExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromRowExample.java) | -| Delete Table Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteTableExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteTableExample.java) | -| Drop Row Range Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/bigtable/deletes/DropRowRangeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/deletes/DropRowRangeExample.java) | - +| Authorized View Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/AuthorizedViewExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/AuthorizedViewExample.java) | +| Configure Connection Pool | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) | +| Filters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/Filters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/Filters.java) | +| Hello World | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) | +| Instance Admin Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) | +| Key Salting | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/KeySalting.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/KeySalting.java) | +| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) | +| Reads | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/Reads.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/Reads.java) | +| Schema Bundle Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/SchemaBundleExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/SchemaBundleExample.java) | +| Table Admin Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) | +| Write Aggregate | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteAggregate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteAggregate.java) | +| Write Batch | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) | +| Write Conditionally | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) | +| Write Increment | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) | +| Write Simple | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) | +| Batch Delete Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/BatchDeleteExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/BatchDeleteExample.java) | +| Conditional Delete Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/ConditionalDeleteExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/ConditionalDeleteExample.java) | +| Delete Column Family Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteColumnFamilyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteColumnFamilyExample.java) | +| Delete From Column Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnExample.java) | +| Delete From Column Family Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnFamilyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromColumnFamilyExample.java) | +| Delete From Row Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromRowExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteFromRowExample.java) | +| Delete Table Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteTableExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DeleteTableExample.java) | +| Drop Row Range Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DropRowRangeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-bigtable/samples/snippets/src/main/java/com/example/bigtable/deletes/DropRowRangeExample.java) | ## Troubleshooting @@ -449,18 +447,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/bigtable -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigtable/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigtable/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigtable.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigtable/2.79.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-datastore/.repo-metadata.json b/java-datastore/.repo-metadata.json index b9404e4a10f3..3f878fbea2ea 100644 --- a/java-datastore/.repo-metadata.json +++ b/java-datastore/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud Datastore", "product_documentation": "https://cloud.google.com/datastore", "api_description": "is a fully managed, schemaless database for\\nstoring non-relational data. Cloud Datastore automatically scales with\\nyour users and supports ACID transactions, high availability of reads and\\nwrites, strong consistency for reads and ancestor queries, and eventual\\nconsistency for all other queries.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/overview", "release_level": "stable", "transport": "both", "language": "java", diff --git a/java-datastore/README.md b/java-datastore/README.md index bc837a0ea828..de9afb4f3661 100644 --- a/java-datastore/README.md +++ b/java-datastore/README.md @@ -68,7 +68,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "3.1.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -360,39 +360,37 @@ Example Applications ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-datastore/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Configure Connection Pool | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/ConfigureConnectionPool.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/ConfigureConnectionPool.java) | -| Datastore Metrics Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/DatastoreMetricsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/DatastoreMetricsSample.java) | -| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/QuickstartSample.java) | -| Avg Aggregation On Kind | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationOnKind.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationOnKind.java) | -| Avg Aggregation With Limit | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithLimit.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithLimit.java) | -| Avg Aggregation With Order By | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithOrderBy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithOrderBy.java) | -| Avg Aggregation With Property Filter | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithPropertyFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithPropertyFilter.java) | -| Count Aggregation In Transaction | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationInTransaction.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationInTransaction.java) | -| Count Aggregation On Kind | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationOnKind.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationOnKind.java) | -| Count Aggregation With Gql Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithGqlQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithGqlQuery.java) | -| Count Aggregation With Limit | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithLimit.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithLimit.java) | -| Count Aggregation With Order By | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithOrderBy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithOrderBy.java) | -| Count Aggregation With Property Filter | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithPropertyFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithPropertyFilter.java) | -| Count Aggregation With Stale Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithStaleRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithStaleRead.java) | -| Multiple Aggregations In Gql Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInGqlQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInGqlQuery.java) | -| Multiple Aggregations In Structured Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInStructuredQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInStructuredQuery.java) | -| Sum Aggregation On Kind | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationOnKind.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationOnKind.java) | -| Sum Aggregation With Limit | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithLimit.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithLimit.java) | -| Sum Aggregation With Order By | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithOrderBy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithOrderBy.java) | -| Sum Aggregation With Property Filter | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithPropertyFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithPropertyFilter.java) | -| Indexing Consideration Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/filters/IndexingConsiderationQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/filters/IndexingConsiderationQuery.java) | -| Create a union between two filters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/filters/OrFilterQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/filters/OrFilterQuery.java) | -| Order Fields Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/filters/OrderFieldsQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/filters/OrderFieldsQuery.java) | -| Query Profile Explain | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplain.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplain.java) | -| Query Profile Explain Aggregation | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAggregation.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAggregation.java) | -| Query Profile Explain Analyze | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyze.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyze.java) | -| Query Profile Explain Analyze Aggregation | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyzeAggregation.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyzeAggregation.java) | -| Task List | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/google/datastore/snippets/TaskList.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/google/datastore/snippets/TaskList.java) | - +| Configure Connection Pool | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/ConfigureConnectionPool.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/ConfigureConnectionPool.java) | +| Datastore Metrics Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/DatastoreMetricsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/DatastoreMetricsSample.java) | +| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/QuickstartSample.java) | +| Avg Aggregation On Kind | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationOnKind.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationOnKind.java) | +| Avg Aggregation With Limit | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithLimit.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithLimit.java) | +| Avg Aggregation With Order By | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithOrderBy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithOrderBy.java) | +| Avg Aggregation With Property Filter | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithPropertyFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/AvgAggregationWithPropertyFilter.java) | +| Count Aggregation In Transaction | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationInTransaction.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationInTransaction.java) | +| Count Aggregation On Kind | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationOnKind.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationOnKind.java) | +| Count Aggregation With Gql Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithGqlQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithGqlQuery.java) | +| Count Aggregation With Limit | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithLimit.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithLimit.java) | +| Count Aggregation With Order By | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithOrderBy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithOrderBy.java) | +| Count Aggregation With Property Filter | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithPropertyFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithPropertyFilter.java) | +| Count Aggregation With Stale Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithStaleRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/CountAggregationWithStaleRead.java) | +| Multiple Aggregations In Gql Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInGqlQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInGqlQuery.java) | +| Multiple Aggregations In Structured Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInStructuredQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/MultipleAggregationsInStructuredQuery.java) | +| Sum Aggregation On Kind | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationOnKind.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationOnKind.java) | +| Sum Aggregation With Limit | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithLimit.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithLimit.java) | +| Sum Aggregation With Order By | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithOrderBy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithOrderBy.java) | +| Sum Aggregation With Property Filter | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithPropertyFilter.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/aggregation/SumAggregationWithPropertyFilter.java) | +| Indexing Consideration Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/filters/IndexingConsiderationQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/filters/IndexingConsiderationQuery.java) | +| Create a union between two filters | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/filters/OrFilterQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/filters/OrFilterQuery.java) | +| Order Fields Query | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/filters/OrderFieldsQuery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/filters/OrderFieldsQuery.java) | +| Query Profile Explain | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplain.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplain.java) | +| Query Profile Explain Aggregation | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAggregation.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAggregation.java) | +| Query Profile Explain Analyze | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyze.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyze.java) | +| Query Profile Explain Analyze Aggregation | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyzeAggregation.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/example/datastore/queryprofile/QueryProfileExplainAnalyzeAggregation.java) | +| Task List | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-datastore/samples/snippets/src/main/java/com/google/datastore/snippets/TaskList.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-datastore/samples/snippets/src/main/java/com/google/datastore/snippets/TaskList.java) | ## Troubleshooting @@ -473,18 +471,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/datastore -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/3.1.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-firestore/.repo-metadata.json b/java-firestore/.repo-metadata.json index 0d4241b4a7b3..6d92a883228b 100644 --- a/java-firestore/.repo-metadata.json +++ b/java-firestore/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud Firestore", "product_documentation": "https://cloud.google.com/firestore", "api_description": "is a fully-managed NoSQL document database for mobile, web, and server development from Firebase and Google Cloud Platform. It's backed by a multi-region replicated database that ensures once data is committed, it's durable even in the face of unexpected disasters. Not only that, but despite being a distributed database, it's also strongly consistent and offers seamless integration with other Firebase and Google Cloud Platform products, including Google Cloud Functions.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-firestore/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-firestore/latest/overview", "release_level": "stable", "transport": "grpc", "language": "java", diff --git a/java-firestore/README.md b/java-firestore/README.md index ade4c5a9b14c..dab3e8ae2706 100644 --- a/java-firestore/README.md +++ b/java-firestore/README.md @@ -67,7 +67,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.43.1" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -102,22 +102,20 @@ use this Cloud Firestore Client Library. ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-firestore/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Pipeline Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/preview-snippets/src/main/java/com/example/firestore/PipelineSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/preview-snippets/src/main/java/com/example/firestore/PipelineSnippets.java) | -| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/Quickstart.java) | -| Example Firestore Beam Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamRead.java) | -| Example Firestore Beam Write | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamWrite.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamWrite.java) | -| Listen Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/snippets/ListenDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/snippets/ListenDataSnippets.java) | -| Manage Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/snippets/ManageDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/snippets/ManageDataSnippets.java) | -| Multiple Range Inequality Filters Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/snippets/MultipleRangeInequalityFiltersSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/snippets/MultipleRangeInequalityFiltersSnippets.java) | -| Query Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/snippets/QueryDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/snippets/QueryDataSnippets.java) | -| References | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/snippets/References.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/snippets/References.java) | -| Retrieve Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/snippets/RetrieveDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/snippets/RetrieveDataSnippets.java) | -| City | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/firestore/snippets/model/City.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/firestore/snippets/model/City.java) | - +| Pipeline Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/preview-snippets/src/main/java/com/example/firestore/PipelineSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/preview-snippets/src/main/java/com/example/firestore/PipelineSnippets.java) | +| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/Quickstart.java) | +| Example Firestore Beam Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamRead.java) | +| Example Firestore Beam Write | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamWrite.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/beam/ExampleFirestoreBeamWrite.java) | +| Listen Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/ListenDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/ListenDataSnippets.java) | +| Manage Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/ManageDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/ManageDataSnippets.java) | +| Multiple Range Inequality Filters Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/MultipleRangeInequalityFiltersSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/MultipleRangeInequalityFiltersSnippets.java) | +| Query Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/QueryDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/QueryDataSnippets.java) | +| References | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/References.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/References.java) | +| Retrieve Data Snippets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/RetrieveDataSnippets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/RetrieveDataSnippets.java) | +| City | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/model/City.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-firestore/samples/snippets/src/main/java/com/example/firestore/snippets/model/City.java) | ## Troubleshooting @@ -198,18 +196,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/firestore -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-firestore/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-firestore/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-firestore.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.43.1 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-logging-logback/.repo-metadata.json b/java-logging-logback/.repo-metadata.json index e1d9757089fc..ebe5b714c33b 100644 --- a/java-logging-logback/.repo-metadata.json +++ b/java-logging-logback/.repo-metadata.json @@ -2,7 +2,7 @@ "api_shortname": "logging-logback", "name_pretty": "Cloud Logging Logback Appender", "product_documentation": "https://cloud.google.com/logging/docs/setup/java#logback_appender_for", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-logging-logback/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-logging-logback/latest/overview", "issue_tracker": "https://issuetracker.google.com/savedsearches/559764", "release_level": "preview", "language": "java", diff --git a/java-logging-logback/README.md b/java-logging-logback/README.md index d3a71cffdcc4..265455487d50 100644 --- a/java-logging-logback/README.md +++ b/java-logging-logback/README.md @@ -42,7 +42,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -225,12 +225,12 @@ client libraries, see [Choosing an agent or client libraries](https://cloud.goog ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/java-logging-logback/tree/main/samples) directory. +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-logging-logback/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Quickstart | [source code](https://github.com/googleapis/java-logging-logback/blob/main/samples/snippets/src/main/java/com/example/logging/logback/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging-logback&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/logback/Quickstart.java) | -| Example Enhancer | [source code](https://github.com/googleapis/java-logging-logback/blob/main/samples/snippets/src/main/java/com/example/logging/logback/enhancers/ExampleEnhancer.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging-logback&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/logback/enhancers/ExampleEnhancer.java) | +| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging-logback/samples/snippets/src/main/java/com/example/logging/logback/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging-logback/samples/snippets/src/main/java/com/example/logging/logback/Quickstart.java) | +| Example Enhancer | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging-logback/samples/snippets/src/main/java/com/example/logging/logback/enhancers/ExampleEnhancer.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging-logback/samples/snippets/src/main/java/com/example/logging/logback/enhancers/ExampleEnhancer.java) | @@ -311,18 +311,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/logging/docs/setup/java#logback_appender_for -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-logging-logback/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-logging-logback/latest/overview [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging-logback.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.131.11-alpha -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/java-logging-logback/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/java-logging-logback/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/java-logging-logback/blob/main/LICENSE diff --git a/java-logging/.repo-metadata.json b/java-logging/.repo-metadata.json index 701efa00bbdd..5433f2968d37 100644 --- a/java-logging/.repo-metadata.json +++ b/java-logging/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud Logging", "product_documentation": "https://cloud.google.com/logging/docs", "api_description": "allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-logging/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-logging/latest/overview", "release_level": "stable", "transport": "grpc", "language": "java", @@ -16,4 +16,4 @@ "codeowner_team": "@googleapis/cloud-sdk-java-team", "issue_tracker": "https://issuetracker.google.com/savedsearches/559764", "recommended_package": "com.google.cloud.logging" -} \ No newline at end of file +} diff --git a/java-logging/README.md b/java-logging/README.md index af638354e01e..d99ceb55d72a 100644 --- a/java-logging/README.md +++ b/java-logging/README.md @@ -69,7 +69,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.34.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -346,21 +346,19 @@ Using this method, trace/span Id can be automatically populated from either the ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-logging/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Native Image Logging Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) | -| Get Sink Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) | -| List Log Entries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) | -| List Logs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/ListLogs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/ListLogs.java) | -| Log Entry Write Http Request | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) | -| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) | -| Tail Log Entries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) | -| Write Log Entry | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) | -| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) | -| Example Enhancer | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) | - +| Native Image Logging Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) | +| Get Sink Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) | +| List Log Entries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) | +| List Logs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/ListLogs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/ListLogs.java) | +| Log Entry Write Http Request | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) | +| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) | +| Tail Log Entries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) | +| Write Log Entry | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) | +| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) | +| Example Enhancer | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-logging/samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-logging/samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) | ## Troubleshooting @@ -441,18 +439,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/logging/docs -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-logging/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-logging/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.34.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-pubsub/.repo-metadata.json b/java-pubsub/.repo-metadata.json index 08e23ec2102c..23f9a34d623f 100644 --- a/java-pubsub/.repo-metadata.json +++ b/java-pubsub/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud Pub/Sub", "product_documentation": "https://cloud.google.com/pubsub/docs/", "api_description": "is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/overview", "release_level": "stable", "transport": "both", "language": "java", @@ -17,4 +17,4 @@ "codeowner_team": "@googleapis/pubsub-team", "issue_tracker": "https://issuetracker.google.com/savedsearches/559741", "recommended_package": "com.google.cloud.pubsub.v1" -} \ No newline at end of file +} diff --git a/java-pubsub/README.md b/java-pubsub/README.md index aaad2993f51c..3eb9b7534ab4 100644 --- a/java-pubsub/README.md +++ b/java-pubsub/README.md @@ -69,7 +69,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.151.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -236,88 +236,86 @@ In [CreateTopicAndPublishMessages.java](https://github.com/googleapis/google-clo ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-pubsub/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Commit Avro Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CommitAvroSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CommitAvroSchemaExample.java) | -| Commit Proto Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CommitProtoSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CommitProtoSchemaExample.java) | -| Create Avro Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateAvroSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateAvroSchemaExample.java) | -| Create Big Query Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateBigQuerySubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateBigQuerySubscriptionExample.java) | -| Create Cloud Storage Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateCloudStorageSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateCloudStorageSubscriptionExample.java) | -| Create Proto Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateProtoSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateProtoSchemaExample.java) | -| Create Pull Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreatePullSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreatePullSubscriptionExample.java) | -| Create Push Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreatePushSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreatePushSubscriptionExample.java) | -| Create Subscription With Dead Letter Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithDeadLetterPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateSubscriptionWithDeadLetterPolicyExample.java) | -| Create Subscription With Exactly Once Delivery | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithExactlyOnceDelivery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateSubscriptionWithExactlyOnceDelivery.java) | -| Create Subscription With Filtering | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithFiltering.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateSubscriptionWithFiltering.java) | -| Create Subscription With Ordering | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithOrdering.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateSubscriptionWithOrdering.java) | -| Create Subscription With Smt Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithSmtExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateSubscriptionWithSmtExample.java) | -| Create Topic Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicExample.java) | -| Create Topic With Aws Msk Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithAwsMskIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithAwsMskIngestionExample.java) | -| Create Topic With Azure Event Hubs Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithAzureEventHubsIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithAzureEventHubsIngestionExample.java) | -| Create Topic With Cloud Storage Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithCloudStorageIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithCloudStorageIngestionExample.java) | -| Create Topic With Confluent Cloud Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithConfluentCloudIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithConfluentCloudIngestionExample.java) | -| Create Topic With Kinesis Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithKinesisIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithKinesisIngestionExample.java) | -| Create Topic With Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaExample.java) | -| Create Topic With Schema Revisions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaRevisionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaRevisionsExample.java) | -| Create Topic With Smt Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateTopicWithSmtExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateTopicWithSmtExample.java) | -| Create Unwrapped Push Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/CreateUnwrappedPushSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/CreateUnwrappedPushSubscriptionExample.java) | -| Delete Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/DeleteSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/DeleteSchemaExample.java) | -| Delete Schema Revision Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/DeleteSchemaRevisionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/DeleteSchemaRevisionExample.java) | -| Delete Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/DeleteSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/DeleteSubscriptionExample.java) | -| Delete Topic Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/DeleteTopicExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/DeleteTopicExample.java) | -| Detach Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/DetachSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/DetachSubscriptionExample.java) | -| Get Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/GetSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/GetSchemaExample.java) | -| Get Schema Revision Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/GetSchemaRevisionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/GetSchemaRevisionExample.java) | -| Get Subscription Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/GetSubscriptionPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/GetSubscriptionPolicyExample.java) | -| Get Topic Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/GetTopicPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/GetTopicPolicyExample.java) | -| List Schema Revisions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/ListSchemaRevisionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/ListSchemaRevisionsExample.java) | -| List Schemas Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/ListSchemasExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/ListSchemasExample.java) | -| List Subscriptions In Project Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/ListSubscriptionsInProjectExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/ListSubscriptionsInProjectExample.java) | -| List Subscriptions In Topic Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/ListSubscriptionsInTopicExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/ListSubscriptionsInTopicExample.java) | -| List Topics Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/ListTopicsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/ListTopicsExample.java) | -| Open Telemetry Publisher Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/OpenTelemetryPublisherExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/OpenTelemetryPublisherExample.java) | -| Open Telemetry Subscriber Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/OpenTelemetrySubscriberExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/OpenTelemetrySubscriberExample.java) | -| Optimistic Subscribe Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/OptimisticSubscribeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/OptimisticSubscribeExample.java) | -| Publish Avro Records Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishAvroRecordsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishAvroRecordsExample.java) | -| Publish Protobuf Messages Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishProtobufMessagesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishProtobufMessagesExample.java) | -| Publish With Batch Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithBatchSettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithBatchSettingsExample.java) | -| Publish With Concurrency Control Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithConcurrencyControlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithConcurrencyControlExample.java) | -| Publish With Custom Attributes Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithCustomAttributesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithCustomAttributesExample.java) | -| Publish With Error Handler Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithErrorHandlerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithErrorHandlerExample.java) | -| Publish With Flow Control Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithFlowControlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithFlowControlExample.java) | -| Publish With Grpc Compression Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithGrpcCompressionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithGrpcCompressionExample.java) | -| Publish With Ordering Keys | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithOrderingKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithOrderingKeys.java) | -| Publish With Retry Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublishWithRetrySettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublishWithRetrySettingsExample.java) | -| Publisher Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/PublisherExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/PublisherExample.java) | -| Receive Messages With Delivery Attempts Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/ReceiveMessagesWithDeliveryAttemptsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/ReceiveMessagesWithDeliveryAttemptsExample.java) | -| Remove Dead Letter Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/RemoveDeadLetterPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/RemoveDeadLetterPolicyExample.java) | -| Resume Publish With Ordering Keys | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/ResumePublishWithOrderingKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/ResumePublishWithOrderingKeys.java) | -| Rollback Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/RollbackSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/RollbackSchemaExample.java) | -| Set Subscription Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SetSubscriptionPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SetSubscriptionPolicyExample.java) | -| Set Topic Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SetTopicPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SetTopicPolicyExample.java) | -| Subscribe Async Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeAsyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeAsyncExample.java) | -| Subscribe Sync Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeSyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeSyncExample.java) | -| Subscribe Sync With Lease Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeSyncWithLeaseExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeSyncWithLeaseExample.java) | -| Subscribe With Avro Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaExample.java) | -| Subscribe With Avro Schema Revisions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaRevisionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaRevisionsExample.java) | -| Subscribe With Concurrency Control Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithConcurrencyControlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithConcurrencyControlExample.java) | -| Subscribe With Custom Attributes Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithCustomAttributesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithCustomAttributesExample.java) | -| Subscribe With Error Listener Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithErrorListenerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithErrorListenerExample.java) | -| Subscribe With Exactly Once Consumer With Response Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithExactlyOnceConsumerWithResponseExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithExactlyOnceConsumerWithResponseExample.java) | -| Subscribe With Flow Control Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithFlowControlSettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithFlowControlSettingsExample.java) | -| Subscribe With Proto Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/SubscribeWithProtoSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/SubscribeWithProtoSchemaExample.java) | -| Test Subscription Permissions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/TestSubscriptionPermissionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/TestSubscriptionPermissionsExample.java) | -| Test Topic Permissions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/TestTopicPermissionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/TestTopicPermissionsExample.java) | -| Update Dead Letter Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/UpdateDeadLetterPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/UpdateDeadLetterPolicyExample.java) | -| Update Push Configuration Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/UpdatePushConfigurationExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/UpdatePushConfigurationExample.java) | -| Update Topic Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/UpdateTopicSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/UpdateTopicSchemaExample.java) | -| Update Topic Type Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/UpdateTopicTypeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/UpdateTopicTypeExample.java) | -| Use Pub Sub Emulator Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/pubsub/UsePubSubEmulatorExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/pubsub/UsePubSubEmulatorExample.java) | -| State | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/utilities/State.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/utilities/State.java) | -| State Proto | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/utilities/StateProto.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/utilities/StateProto.java) | - +| Commit Avro Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CommitAvroSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CommitAvroSchemaExample.java) | +| Commit Proto Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CommitProtoSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CommitProtoSchemaExample.java) | +| Create Avro Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateAvroSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateAvroSchemaExample.java) | +| Create Big Query Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateBigQuerySubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateBigQuerySubscriptionExample.java) | +| Create Cloud Storage Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateCloudStorageSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateCloudStorageSubscriptionExample.java) | +| Create Proto Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateProtoSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateProtoSchemaExample.java) | +| Create Pull Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreatePullSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreatePullSubscriptionExample.java) | +| Create Push Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreatePushSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreatePushSubscriptionExample.java) | +| Create Subscription With Dead Letter Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithDeadLetterPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithDeadLetterPolicyExample.java) | +| Create Subscription With Exactly Once Delivery | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithExactlyOnceDelivery.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithExactlyOnceDelivery.java) | +| Create Subscription With Filtering | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithFiltering.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithFiltering.java) | +| Create Subscription With Ordering | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithOrdering.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithOrdering.java) | +| Create Subscription With Smt Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithSmtExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateSubscriptionWithSmtExample.java) | +| Create Topic Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicExample.java) | +| Create Topic With Aws Msk Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithAwsMskIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithAwsMskIngestionExample.java) | +| Create Topic With Azure Event Hubs Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithAzureEventHubsIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithAzureEventHubsIngestionExample.java) | +| Create Topic With Cloud Storage Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithCloudStorageIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithCloudStorageIngestionExample.java) | +| Create Topic With Confluent Cloud Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithConfluentCloudIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithConfluentCloudIngestionExample.java) | +| Create Topic With Kinesis Ingestion Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithKinesisIngestionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithKinesisIngestionExample.java) | +| Create Topic With Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaExample.java) | +| Create Topic With Schema Revisions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaRevisionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithSchemaRevisionsExample.java) | +| Create Topic With Smt Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithSmtExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateTopicWithSmtExample.java) | +| Create Unwrapped Push Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/CreateUnwrappedPushSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/CreateUnwrappedPushSubscriptionExample.java) | +| Delete Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/DeleteSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/DeleteSchemaExample.java) | +| Delete Schema Revision Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/DeleteSchemaRevisionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/DeleteSchemaRevisionExample.java) | +| Delete Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/DeleteSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/DeleteSubscriptionExample.java) | +| Delete Topic Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/DeleteTopicExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/DeleteTopicExample.java) | +| Detach Subscription Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/DetachSubscriptionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/DetachSubscriptionExample.java) | +| Get Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/GetSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/GetSchemaExample.java) | +| Get Schema Revision Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/GetSchemaRevisionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/GetSchemaRevisionExample.java) | +| Get Subscription Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/GetSubscriptionPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/GetSubscriptionPolicyExample.java) | +| Get Topic Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/GetTopicPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/GetTopicPolicyExample.java) | +| List Schema Revisions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/ListSchemaRevisionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/ListSchemaRevisionsExample.java) | +| List Schemas Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/ListSchemasExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/ListSchemasExample.java) | +| List Subscriptions In Project Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/ListSubscriptionsInProjectExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/ListSubscriptionsInProjectExample.java) | +| List Subscriptions In Topic Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/ListSubscriptionsInTopicExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/ListSubscriptionsInTopicExample.java) | +| List Topics Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/ListTopicsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/ListTopicsExample.java) | +| Open Telemetry Publisher Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/OpenTelemetryPublisherExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/OpenTelemetryPublisherExample.java) | +| Open Telemetry Subscriber Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/OpenTelemetrySubscriberExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/OpenTelemetrySubscriberExample.java) | +| Optimistic Subscribe Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/OptimisticSubscribeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/OptimisticSubscribeExample.java) | +| Publish Avro Records Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishAvroRecordsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishAvroRecordsExample.java) | +| Publish Protobuf Messages Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishProtobufMessagesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishProtobufMessagesExample.java) | +| Publish With Batch Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithBatchSettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithBatchSettingsExample.java) | +| Publish With Concurrency Control Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithConcurrencyControlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithConcurrencyControlExample.java) | +| Publish With Custom Attributes Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithCustomAttributesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithCustomAttributesExample.java) | +| Publish With Error Handler Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithErrorHandlerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithErrorHandlerExample.java) | +| Publish With Flow Control Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithFlowControlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithFlowControlExample.java) | +| Publish With Grpc Compression Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithGrpcCompressionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithGrpcCompressionExample.java) | +| Publish With Ordering Keys | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithOrderingKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithOrderingKeys.java) | +| Publish With Retry Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithRetrySettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublishWithRetrySettingsExample.java) | +| Publisher Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/PublisherExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/PublisherExample.java) | +| Receive Messages With Delivery Attempts Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/ReceiveMessagesWithDeliveryAttemptsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/ReceiveMessagesWithDeliveryAttemptsExample.java) | +| Remove Dead Letter Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/RemoveDeadLetterPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/RemoveDeadLetterPolicyExample.java) | +| Resume Publish With Ordering Keys | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/ResumePublishWithOrderingKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/ResumePublishWithOrderingKeys.java) | +| Rollback Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/RollbackSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/RollbackSchemaExample.java) | +| Set Subscription Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SetSubscriptionPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SetSubscriptionPolicyExample.java) | +| Set Topic Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SetTopicPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SetTopicPolicyExample.java) | +| Subscribe Async Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeAsyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeAsyncExample.java) | +| Subscribe Sync Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeSyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeSyncExample.java) | +| Subscribe Sync With Lease Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeSyncWithLeaseExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeSyncWithLeaseExample.java) | +| Subscribe With Avro Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaExample.java) | +| Subscribe With Avro Schema Revisions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaRevisionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithAvroSchemaRevisionsExample.java) | +| Subscribe With Concurrency Control Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithConcurrencyControlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithConcurrencyControlExample.java) | +| Subscribe With Custom Attributes Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithCustomAttributesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithCustomAttributesExample.java) | +| Subscribe With Error Listener Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithErrorListenerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithErrorListenerExample.java) | +| Subscribe With Exactly Once Consumer With Response Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithExactlyOnceConsumerWithResponseExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithExactlyOnceConsumerWithResponseExample.java) | +| Subscribe With Flow Control Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithFlowControlSettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithFlowControlSettingsExample.java) | +| Subscribe With Proto Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithProtoSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/SubscribeWithProtoSchemaExample.java) | +| Test Subscription Permissions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/TestSubscriptionPermissionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/TestSubscriptionPermissionsExample.java) | +| Test Topic Permissions Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/TestTopicPermissionsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/TestTopicPermissionsExample.java) | +| Update Dead Letter Policy Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/UpdateDeadLetterPolicyExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/UpdateDeadLetterPolicyExample.java) | +| Update Push Configuration Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/UpdatePushConfigurationExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/UpdatePushConfigurationExample.java) | +| Update Topic Schema Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/UpdateTopicSchemaExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/UpdateTopicSchemaExample.java) | +| Update Topic Type Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/UpdateTopicTypeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/UpdateTopicTypeExample.java) | +| Use Pub Sub Emulator Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/pubsub/UsePubSubEmulatorExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/pubsub/UsePubSubEmulatorExample.java) | +| State | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/utilities/State.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/utilities/State.java) | +| State Proto | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-pubsub/samples/snippets/src/main/java/utilities/StateProto.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-pubsub/samples/snippets/src/main/java/utilities/StateProto.java) | ## Troubleshooting @@ -398,18 +396,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/pubsub/docs/ -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.151.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-spanner-jdbc/.repo-metadata.json b/java-spanner-jdbc/.repo-metadata.json index 797bfaa57bb9..6a9946ec233b 100644 --- a/java-spanner-jdbc/.repo-metadata.json +++ b/java-spanner-jdbc/.repo-metadata.json @@ -2,7 +2,7 @@ "api_shortname": "spanner-jdbc", "name_pretty": "Google Cloud Spanner JDBC", "product_documentation": "https://cloud.google.com/spanner/docs/use-oss-jdbc", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-spanner-jdbc/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-spanner-jdbc/latest/overview", "release_level": "stable", "language": "java", "min_java_version": 8, diff --git a/java-spanner-jdbc/README.md b/java-spanner-jdbc/README.md index d5ca47d85ab0..862d884a270d 100644 --- a/java-spanner-jdbc/README.md +++ b/java-spanner-jdbc/README.md @@ -44,7 +44,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.40. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,17 +159,17 @@ activate the `shade` profile like this: ## Samples -See the [samples](/samples) directory for various examples for using the Spanner JDBC driver. +See the [samples](samples) directory for various examples for using the Spanner JDBC driver. -- [snippets](/samples/snippets): Contains small code snippets for commonly used JDBC and Spanner +- [snippets](samples/snippets): Contains small code snippets for commonly used JDBC and Spanner features. Refer to these snippets for examples on how to execute DDL and DML batches, use various data types with the JDBC driver, execute various types of transactions (read/write, read-only, Partitioned DML), use request and transaction tags, etc. -- [spring-data-jdbc](/samples/spring-data-jdbc): Contains a sample application that uses Spring Data +- [spring-data-jdbc](samples/spring-data-jdbc): Contains a sample application that uses Spring Data JDBC in combination with a Spanner PostgreSQL database. -- [spring-data-mybatis](/samples/spring-data-mybatis): Contains a sample application that uses +- [spring-data-mybatis](samples/spring-data-mybatis): Contains a sample application that uses Spring Data MyBatis in combination with a Spanner PostgreSQL database. -- [quickperf](/samples/quickperf): Contains a simple benchmarking application. +- [quickperf](samples/quickperf): Contains a simple benchmarking application. ## Troubleshooting @@ -246,18 +246,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/spanner/docs/use-oss-jdbc -[javadocs]: https://googleapis.dev/java/google-cloud-spanner-jdbc/latest/index.html +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-spanner-jdbc/latest/overview [stability-image]: https://img.shields.io/badge/stability-ga-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner-jdbc.svg [maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-spanner-jdbc&core=gav -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-sdk]: https://cloud.google.com/sdk/ -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/java-spanner-jdbc/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/java-spanner-jdbc/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/java-spanner-jdbc/blob/main/LICENSE diff --git a/java-spanner/.repo-metadata.json b/java-spanner/.repo-metadata.json index 1ab4bfa9c8c7..e4f15d54badf 100644 --- a/java-spanner/.repo-metadata.json +++ b/java-spanner/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud Spanner", "product_documentation": "https://cloud.google.com/spanner/docs/", "api_description": "is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale, schemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication for high availability. Be sure to activate the Cloud Spanner API on the Developer's Console to use Cloud Spanner from your project.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/overview", "release_level": "stable", "transport": "grpc", "language": "java", @@ -18,4 +18,4 @@ "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:190851%2B%20status:open", "recommended_package": "com.google.cloud.spanner", "min_java_version": 8 -} \ No newline at end of file +} diff --git a/java-spanner/README.md b/java-spanner/README.md index b9768f0893f3..6648c0b60e42 100644 --- a/java-spanner/README.md +++ b/java-spanner/README.md @@ -67,7 +67,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.118.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -318,155 +318,153 @@ Update your dashboards and alerts to reflect below changes ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-spanner/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Add And Drop Database Role | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AddAndDropDatabaseRole.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AddAndDropDatabaseRole.java) | -| Add Json Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AddJsonColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AddJsonColumnSample.java) | -| Add Jsonb Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AddJsonbColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AddJsonbColumnSample.java) | -| Add Numeric Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AddNumericColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AddNumericColumnSample.java) | -| Add Proto Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AddProtoColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AddProtoColumnSample.java) | -| Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AlterSequenceSample.java) | -| Alter Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AlterTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AlterTableWithForeignKeyDeleteCascadeSample.java) | -| Async Dml Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncDmlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncDmlExample.java) | -| Async Query Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncQueryExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncQueryExample.java) | -| Async Query To List Async Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncQueryToListAsyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncQueryToListAsyncExample.java) | -| Async Read Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncReadExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncReadExample.java) | -| Async Read Only Transaction Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncReadOnlyTransactionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncReadOnlyTransactionExample.java) | -| Async Read Row Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncReadRowExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncReadRowExample.java) | -| Async Read Using Index Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncReadUsingIndexExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncReadUsingIndexExample.java) | -| Async Runner Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncRunnerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncRunnerExample.java) | -| Async Transaction Manager Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/AsyncTransactionManagerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/AsyncTransactionManagerExample.java) | -| Batch Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/BatchSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/BatchSample.java) | -| Batch Write At Least Once Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/BatchWriteAtLeastOnceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/BatchWriteAtLeastOnceSample.java) | -| Change Streams Txn Exclusion Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/ChangeStreamsTxnExclusionSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/ChangeStreamsTxnExclusionSample.java) | -| Copy Backup Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java) | -| Copy Backup With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CopyBackupWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CopyBackupWithMultiRegionEncryptionKey.java) | -| Create Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateBackupWithEncryptionKey.java) | -| Create Backup With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateBackupWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateBackupWithMultiRegionEncryptionKey.java) | -| Create Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithDefaultLeaderSample.java) | -| Create Database With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithEncryptionKey.java) | -| Create Database With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithMultiRegionEncryptionKey.java) | -| Create Database With Version Retention Period Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) | -| Create Full Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateFullBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateFullBackupScheduleSample.java) | -| Create Incremental Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateIncrementalBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateIncrementalBackupScheduleSample.java) | -| Create Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) | -| Create Instance Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) | -| Create Instance Partition Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) | -| Create Instance With Asymmetric Autoscaling Config Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) | -| Create Instance With Autoscaling Config Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) | -| Create Instance With Processing Units Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) | -| Create Instance Without Default Backup Schedules Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithoutDefaultBackupSchedulesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithoutDefaultBackupSchedulesExample.java) | -| Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateSequenceSample.java) | -| Create Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CreateTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CreateTableWithForeignKeyDeleteCascadeSample.java) | -| Custom Timeout And Retry Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/CustomTimeoutAndRetrySettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/CustomTimeoutAndRetrySettingsExample.java) | -| Database Add Split Points Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/DatabaseAddSplitPointsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/DatabaseAddSplitPointsSample.java) | -| Delete Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/DeleteBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/DeleteBackupScheduleSample.java) | -| Delete Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/DeleteInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/DeleteInstanceConfigSample.java) | -| Delete Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/DeleteUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/DeleteUsingDmlReturningSample.java) | -| Directed Read Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/DirectedReadSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/DirectedReadSample.java) | -| Drop Foreign Key Constraint Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/DropForeignKeyConstraintDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/DropForeignKeyConstraintDeleteCascadeSample.java) | -| Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/DropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/DropSequenceSample.java) | -| Enable Fine Grained Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/EnableFineGrainedAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/EnableFineGrainedAccess.java) | -| Get Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/GetBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/GetBackupScheduleSample.java) | -| Get Commit Stats Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/GetCommitStatsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/GetCommitStatsSample.java) | -| Get Database Ddl Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/GetDatabaseDdlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/GetDatabaseDdlSample.java) | -| Get Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/GetInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/GetInstanceConfigSample.java) | -| Insert Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/InsertUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/InsertUsingDmlReturningSample.java) | -| Isolation Level And Read Lock Mode Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/IsolationLevelAndReadLockModeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/IsolationLevelAndReadLockModeSample.java) | -| Last Statement Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/LastStatementSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/LastStatementSample.java) | -| List Backup Schedules Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/ListBackupSchedulesSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/ListBackupSchedulesSample.java) | -| List Database Roles | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/ListDatabaseRoles.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/ListDatabaseRoles.java) | -| List Databases Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/ListDatabasesSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/ListDatabasesSample.java) | -| List Instance Config Operations Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigOperationsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigOperationsSample.java) | -| List Instance Configs Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigsSample.java) | -| Mutable Credentials Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/MutableCredentialsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/MutableCredentialsExample.java) | -| Pg Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgAlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgAlterSequenceSample.java) | -| Pg Async Query To List Async Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgAsyncQueryToListAsyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgAsyncQueryToListAsyncExample.java) | -| Pg Async Runner Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgAsyncRunnerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgAsyncRunnerExample.java) | -| Pg Async Transaction Manager Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgAsyncTransactionManagerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgAsyncTransactionManagerExample.java) | -| Pg Batch Dml Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgBatchDmlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgBatchDmlSample.java) | -| Pg Case Sensitivity Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgCaseSensitivitySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgCaseSensitivitySample.java) | -| Pg Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgCreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgCreateSequenceSample.java) | -| Pg Delete Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgDeleteUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgDeleteUsingDmlReturningSample.java) | -| Pg Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgDropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgDropSequenceSample.java) | -| Pg Insert Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgInsertUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgInsertUsingDmlReturningSample.java) | -| Pg Interleaved Table Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgInterleavedTableSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgInterleavedTableSample.java) | -| Pg Last Statement Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgLastStatementSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgLastStatementSample.java) | -| Pg Partitioned Dml Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgPartitionedDmlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgPartitionedDmlSample.java) | -| Pg Query With Numeric Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgQueryWithNumericParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgQueryWithNumericParameterSample.java) | -| Pg Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgSpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgSpannerSample.java) | -| Pg Update Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/PgUpdateUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/PgUpdateUsingDmlReturningSample.java) | -| Query Information Schema Database Options Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/QueryInformationSchemaDatabaseOptionsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QueryInformationSchemaDatabaseOptionsSample.java) | -| Query With Json Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/QueryWithJsonParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QueryWithJsonParameterSample.java) | -| Query With Jsonb Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/QueryWithJsonbParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QueryWithJsonbParameterSample.java) | -| Query With Numeric Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/QueryWithNumericParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QueryWithNumericParameterSample.java) | -| Query With Proto Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/QueryWithProtoParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QueryWithProtoParameterSample.java) | -| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/QuickstartSample.java) | -| Read Data With Database Role | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/ReadDataWithDatabaseRole.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/ReadDataWithDatabaseRole.java) | -| Restore Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithEncryptionKey.java) | -| Restore Backup With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithMultiRegionEncryptionKey.java) | -| Set Max Commit Delay Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/SetMaxCommitDelaySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/SetMaxCommitDelaySample.java) | -| Singer Proto | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/SingerProto.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/SingerProto.java) | -| Spanner Graph Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/SpannerGraphSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/SpannerGraphSample.java) | -| Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/SpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/SpannerSample.java) | -| Statement Timeout Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/StatementTimeoutExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/StatementTimeoutExample.java) | -| Tag Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/TagSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/TagSample.java) | -| Tracing Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/TracingSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/TracingSample.java) | -| Transaction Timeout Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/TransactionTimeoutExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/TransactionTimeoutExample.java) | -| Unnamed Parameters Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UnnamedParametersExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UnnamedParametersExample.java) | -| Update Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateBackupScheduleSample.java) | -| Update Database Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseSample.java) | -| Update Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseWithDefaultLeaderSample.java) | -| Update Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateInstanceConfigSample.java) | -| Update Instance Default Backup Schedule Type Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceDefaultBackupScheduleTypeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateInstanceDefaultBackupScheduleTypeExample.java) | -| Update Instance Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateInstanceExample.java) | -| Update Json Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateJsonDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateJsonDataSample.java) | -| Update Jsonb Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateJsonbDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateJsonbDataSample.java) | -| Update Numeric Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateNumericDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateNumericDataSample.java) | -| Update Proto Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSample.java) | -| Update Proto Data Sample Using Dml | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSampleUsingDml.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSampleUsingDml.java) | -| Update Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/UpdateUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/UpdateUsingDmlReturningSample.java) | -| Add And Drop Database Role | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddAndDropDatabaseRole.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/AddAndDropDatabaseRole.java) | -| Add Json Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonColumnSample.java) | -| Add Jsonb Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonbColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonbColumnSample.java) | -| Add Numeric Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddNumericColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/AddNumericColumnSample.java) | -| Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterSequenceSample.java) | -| Alter Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterTableWithForeignKeyDeleteCascadeSample.java) | -| Copy Backup Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CopyBackupSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CopyBackupSample.java) | -| Create Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateBackupWithEncryptionKey.java) | -| Create Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithDefaultLeaderSample.java) | -| Create Database With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithEncryptionKey.java) | -| Create Database With Version Retention Period Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithVersionRetentionPeriodSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithVersionRetentionPeriodSample.java) | -| Create Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceConfigSample.java) | -| Create Instance Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceExample.java) | -| Create Instance With Autoscaling Config Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAutoscalingConfigExample.java) | -| Create Instance With Processing Units Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithProcessingUnitsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithProcessingUnitsExample.java) | -| Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateSequenceSample.java) | -| Create Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateTableWithForeignKeyDeleteCascadeSample.java) | -| Delete Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/DeleteInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/DeleteInstanceConfigSample.java) | -| Drop Foreign Key Constraint Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/DropForeignKeyConstraintDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/DropForeignKeyConstraintDeleteCascadeSample.java) | -| Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/DropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/DropSequenceSample.java) | -| Enable Fine Grained Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/EnableFineGrainedAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/EnableFineGrainedAccess.java) | -| Get Database Ddl Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/GetDatabaseDdlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/GetDatabaseDdlSample.java) | -| Get Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/GetInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/GetInstanceConfigSample.java) | -| List Database Roles | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabaseRoles.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabaseRoles.java) | -| List Databases Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabasesSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabasesSample.java) | -| List Instance Config Operations Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigOperationsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigOperationsSample.java) | -| List Instance Configs Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigsSample.java) | -| Pg Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgAlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/PgAlterSequenceSample.java) | -| Pg Case Sensitivity Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCaseSensitivitySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCaseSensitivitySample.java) | -| Pg Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCreateSequenceSample.java) | -| Pg Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgDropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/PgDropSequenceSample.java) | -| Pg Interleaved Table Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgInterleavedTableSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/PgInterleavedTableSample.java) | -| Pg Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgSpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/PgSpannerSample.java) | -| Restore Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/RestoreBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/RestoreBackupWithEncryptionKey.java) | -| Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/SpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/SpannerSample.java) | -| Update Database Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseSample.java) | -| Update Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseWithDefaultLeaderSample.java) | -| Update Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateInstanceConfigSample.java) | - +| Add And Drop Database Role | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AddAndDropDatabaseRole.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AddAndDropDatabaseRole.java) | +| Add Json Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AddJsonColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AddJsonColumnSample.java) | +| Add Jsonb Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AddJsonbColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AddJsonbColumnSample.java) | +| Add Numeric Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AddNumericColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AddNumericColumnSample.java) | +| Add Proto Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AddProtoColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AddProtoColumnSample.java) | +| Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AlterSequenceSample.java) | +| Alter Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AlterTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AlterTableWithForeignKeyDeleteCascadeSample.java) | +| Async Dml Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncDmlExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncDmlExample.java) | +| Async Query Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncQueryExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncQueryExample.java) | +| Async Query To List Async Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncQueryToListAsyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncQueryToListAsyncExample.java) | +| Async Read Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadExample.java) | +| Async Read Only Transaction Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadOnlyTransactionExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadOnlyTransactionExample.java) | +| Async Read Row Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadRowExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadRowExample.java) | +| Async Read Using Index Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadUsingIndexExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncReadUsingIndexExample.java) | +| Async Runner Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncRunnerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncRunnerExample.java) | +| Async Transaction Manager Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncTransactionManagerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/AsyncTransactionManagerExample.java) | +| Batch Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/BatchSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/BatchSample.java) | +| Batch Write At Least Once Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/BatchWriteAtLeastOnceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/BatchWriteAtLeastOnceSample.java) | +| Change Streams Txn Exclusion Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/ChangeStreamsTxnExclusionSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/ChangeStreamsTxnExclusionSample.java) | +| Copy Backup Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java) | +| Copy Backup With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CopyBackupWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CopyBackupWithMultiRegionEncryptionKey.java) | +| Create Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateBackupWithEncryptionKey.java) | +| Create Backup With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateBackupWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateBackupWithMultiRegionEncryptionKey.java) | +| Create Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithDefaultLeaderSample.java) | +| Create Database With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithEncryptionKey.java) | +| Create Database With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithMultiRegionEncryptionKey.java) | +| Create Database With Version Retention Period Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateDatabaseWithVersionRetentionPeriodSample.java) | +| Create Full Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateFullBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateFullBackupScheduleSample.java) | +| Create Incremental Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateIncrementalBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateIncrementalBackupScheduleSample.java) | +| Create Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceConfigSample.java) | +| Create Instance Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceExample.java) | +| Create Instance Partition Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstancePartitionSample.java) | +| Create Instance With Asymmetric Autoscaling Config Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAsymmetricAutoscalingConfigExample.java) | +| Create Instance With Autoscaling Config Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java) | +| Create Instance With Processing Units Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithProcessingUnitsExample.java) | +| Create Instance Without Default Backup Schedules Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithoutDefaultBackupSchedulesExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateInstanceWithoutDefaultBackupSchedulesExample.java) | +| Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateSequenceSample.java) | +| Create Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CreateTableWithForeignKeyDeleteCascadeSample.java) | +| Custom Timeout And Retry Settings Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/CustomTimeoutAndRetrySettingsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/CustomTimeoutAndRetrySettingsExample.java) | +| Database Add Split Points Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/DatabaseAddSplitPointsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/DatabaseAddSplitPointsSample.java) | +| Delete Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/DeleteBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/DeleteBackupScheduleSample.java) | +| Delete Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/DeleteInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/DeleteInstanceConfigSample.java) | +| Delete Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/DeleteUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/DeleteUsingDmlReturningSample.java) | +| Directed Read Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/DirectedReadSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/DirectedReadSample.java) | +| Drop Foreign Key Constraint Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/DropForeignKeyConstraintDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/DropForeignKeyConstraintDeleteCascadeSample.java) | +| Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/DropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/DropSequenceSample.java) | +| Enable Fine Grained Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/EnableFineGrainedAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/EnableFineGrainedAccess.java) | +| Get Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/GetBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/GetBackupScheduleSample.java) | +| Get Commit Stats Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/GetCommitStatsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/GetCommitStatsSample.java) | +| Get Database Ddl Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/GetDatabaseDdlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/GetDatabaseDdlSample.java) | +| Get Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/GetInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/GetInstanceConfigSample.java) | +| Insert Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/InsertUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/InsertUsingDmlReturningSample.java) | +| Isolation Level And Read Lock Mode Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/IsolationLevelAndReadLockModeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/IsolationLevelAndReadLockModeSample.java) | +| Last Statement Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/LastStatementSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/LastStatementSample.java) | +| List Backup Schedules Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/ListBackupSchedulesSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/ListBackupSchedulesSample.java) | +| List Database Roles | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/ListDatabaseRoles.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/ListDatabaseRoles.java) | +| List Databases Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/ListDatabasesSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/ListDatabasesSample.java) | +| List Instance Config Operations Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigOperationsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigOperationsSample.java) | +| List Instance Configs Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/ListInstanceConfigsSample.java) | +| Mutable Credentials Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/MutableCredentialsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/MutableCredentialsExample.java) | +| Pg Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAlterSequenceSample.java) | +| Pg Async Query To List Async Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAsyncQueryToListAsyncExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAsyncQueryToListAsyncExample.java) | +| Pg Async Runner Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAsyncRunnerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAsyncRunnerExample.java) | +| Pg Async Transaction Manager Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAsyncTransactionManagerExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgAsyncTransactionManagerExample.java) | +| Pg Batch Dml Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgBatchDmlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgBatchDmlSample.java) | +| Pg Case Sensitivity Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgCaseSensitivitySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgCaseSensitivitySample.java) | +| Pg Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgCreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgCreateSequenceSample.java) | +| Pg Delete Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgDeleteUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgDeleteUsingDmlReturningSample.java) | +| Pg Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgDropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgDropSequenceSample.java) | +| Pg Insert Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgInsertUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgInsertUsingDmlReturningSample.java) | +| Pg Interleaved Table Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgInterleavedTableSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgInterleavedTableSample.java) | +| Pg Last Statement Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgLastStatementSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgLastStatementSample.java) | +| Pg Partitioned Dml Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgPartitionedDmlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgPartitionedDmlSample.java) | +| Pg Query With Numeric Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgQueryWithNumericParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgQueryWithNumericParameterSample.java) | +| Pg Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgSpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgSpannerSample.java) | +| Pg Update Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/PgUpdateUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/PgUpdateUsingDmlReturningSample.java) | +| Query Information Schema Database Options Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryInformationSchemaDatabaseOptionsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryInformationSchemaDatabaseOptionsSample.java) | +| Query With Json Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithJsonParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithJsonParameterSample.java) | +| Query With Jsonb Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithJsonbParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithJsonbParameterSample.java) | +| Query With Numeric Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithNumericParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithNumericParameterSample.java) | +| Query With Proto Parameter Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithProtoParameterSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/QueryWithProtoParameterSample.java) | +| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/QuickstartSample.java) | +| Read Data With Database Role | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/ReadDataWithDatabaseRole.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/ReadDataWithDatabaseRole.java) | +| Restore Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithEncryptionKey.java) | +| Restore Backup With Multi Region Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithMultiRegionEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/RestoreBackupWithMultiRegionEncryptionKey.java) | +| Set Max Commit Delay Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/SetMaxCommitDelaySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/SetMaxCommitDelaySample.java) | +| Singer Proto | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/SingerProto.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/SingerProto.java) | +| Spanner Graph Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/SpannerGraphSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/SpannerGraphSample.java) | +| Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/SpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/SpannerSample.java) | +| Statement Timeout Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/StatementTimeoutExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/StatementTimeoutExample.java) | +| Tag Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/TagSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/TagSample.java) | +| Tracing Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/TracingSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/TracingSample.java) | +| Transaction Timeout Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/TransactionTimeoutExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/TransactionTimeoutExample.java) | +| Unnamed Parameters Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UnnamedParametersExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UnnamedParametersExample.java) | +| Update Backup Schedule Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateBackupScheduleSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateBackupScheduleSample.java) | +| Update Database Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseSample.java) | +| Update Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateDatabaseWithDefaultLeaderSample.java) | +| Update Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceConfigSample.java) | +| Update Instance Default Backup Schedule Type Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceDefaultBackupScheduleTypeExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceDefaultBackupScheduleTypeExample.java) | +| Update Instance Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateInstanceExample.java) | +| Update Json Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateJsonDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateJsonDataSample.java) | +| Update Jsonb Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateJsonbDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateJsonbDataSample.java) | +| Update Numeric Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateNumericDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateNumericDataSample.java) | +| Update Proto Data Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSample.java) | +| Update Proto Data Sample Using Dml | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSampleUsingDml.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateProtoDataSampleUsingDml.java) | +| Update Using Dml Returning Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateUsingDmlReturningSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/UpdateUsingDmlReturningSample.java) | +| Add And Drop Database Role | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddAndDropDatabaseRole.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddAndDropDatabaseRole.java) | +| Add Json Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonColumnSample.java) | +| Add Jsonb Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonbColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddJsonbColumnSample.java) | +| Add Numeric Column Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddNumericColumnSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AddNumericColumnSample.java) | +| Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterSequenceSample.java) | +| Alter Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/AlterTableWithForeignKeyDeleteCascadeSample.java) | +| Copy Backup Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CopyBackupSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CopyBackupSample.java) | +| Create Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateBackupWithEncryptionKey.java) | +| Create Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithDefaultLeaderSample.java) | +| Create Database With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithEncryptionKey.java) | +| Create Database With Version Retention Period Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithVersionRetentionPeriodSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateDatabaseWithVersionRetentionPeriodSample.java) | +| Create Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceConfigSample.java) | +| Create Instance Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceExample.java) | +| Create Instance With Autoscaling Config Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAutoscalingConfigExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithAutoscalingConfigExample.java) | +| Create Instance With Processing Units Example | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithProcessingUnitsExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateInstanceWithProcessingUnitsExample.java) | +| Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateSequenceSample.java) | +| Create Table With Foreign Key Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateTableWithForeignKeyDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/CreateTableWithForeignKeyDeleteCascadeSample.java) | +| Delete Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/DeleteInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/DeleteInstanceConfigSample.java) | +| Drop Foreign Key Constraint Delete Cascade Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/DropForeignKeyConstraintDeleteCascadeSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/DropForeignKeyConstraintDeleteCascadeSample.java) | +| Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/DropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/DropSequenceSample.java) | +| Enable Fine Grained Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/EnableFineGrainedAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/EnableFineGrainedAccess.java) | +| Get Database Ddl Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/GetDatabaseDdlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/GetDatabaseDdlSample.java) | +| Get Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/GetInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/GetInstanceConfigSample.java) | +| List Database Roles | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabaseRoles.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabaseRoles.java) | +| List Databases Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabasesSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListDatabasesSample.java) | +| List Instance Config Operations Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigOperationsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigOperationsSample.java) | +| List Instance Configs Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/ListInstanceConfigsSample.java) | +| Pg Alter Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgAlterSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgAlterSequenceSample.java) | +| Pg Case Sensitivity Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCaseSensitivitySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCaseSensitivitySample.java) | +| Pg Create Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCreateSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgCreateSequenceSample.java) | +| Pg Drop Sequence Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgDropSequenceSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgDropSequenceSample.java) | +| Pg Interleaved Table Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgInterleavedTableSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgInterleavedTableSample.java) | +| Pg Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgSpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/PgSpannerSample.java) | +| Restore Backup With Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/RestoreBackupWithEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/RestoreBackupWithEncryptionKey.java) | +| Spanner Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/SpannerSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/SpannerSample.java) | +| Update Database Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseSample.java) | +| Update Database With Default Leader Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseWithDefaultLeaderSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateDatabaseWithDefaultLeaderSample.java) | +| Update Instance Config Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateInstanceConfigSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-spanner/samples/snippets/src/main/java/com/example/spanner/admin/archived/UpdateInstanceConfigSample.java) | ## Troubleshooting @@ -547,18 +545,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/spanner/docs/ -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.118.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-storage-nio/.repo-metadata.json b/java-storage-nio/.repo-metadata.json index fcc3b4d2a559..d508febe7b9e 100644 --- a/java-storage-nio/.repo-metadata.json +++ b/java-storage-nio/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "NIO Filesystem Provider for Google Cloud Storage", "api_description": "provides a Google Cloud Storage extension for Java's NIO Filesystem.", "product_documentation": "https://cloud.google.com/storage/docs", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-nio/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-nio/latest/overview", "release_level": "preview", "language": "java", "repo": "googleapis/google-cloud-java", diff --git a/java-storage-nio/README.md b/java-storage-nio/README.md index 8d5ecdc153a2..9574bc553b85 100644 --- a/java-storage-nio/README.md +++ b/java-storage-nio/README.md @@ -71,7 +71,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.123.10" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -264,18 +264,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/storage/docs -[javadocs]: https://googleapis.dev/java/google-cloud-nio/latest +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-nio/latest/overview [stability-image]: https://img.shields.io/badge/stability-beta-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-nio.svg [maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-nio&core=gav -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-sdk]: https://cloud.google.com/sdk/ -[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/java-storage-nio/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/java-storage-nio/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/java-storage-nio/blob/main/LICENSE diff --git a/java-storage/.repo-metadata.json b/java-storage/.repo-metadata.json index 0b0e5709e90d..aa0a2087ffbc 100644 --- a/java-storage/.repo-metadata.json +++ b/java-storage/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud Storage", "product_documentation": "https://cloud.google.com/storage", "api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.", - "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/overview", "release_level": "stable", "transport": "http", "language": "java", @@ -18,4 +18,4 @@ "issue_tracker": "https://issuetracker.google.com/savedsearches/559782", "extra_versioned_modules": "gapic-google-cloud-storage-v2", "recommended_package": "com.google.cloud.storage" -} \ No newline at end of file +} diff --git a/java-storage/README.md b/java-storage/README.md index f263d7e72cc4..7d471e403ad1 100644 --- a/java-storage/README.md +++ b/java-storage/README.md @@ -77,7 +77,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.69.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -224,173 +224,171 @@ See [ListObjects.java](https://github.com/googleapis/java-storage/blob/main/samp ## Samples -Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory. - +Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/java-storage/samples) directory. | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -| Configure Retries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/ConfigureRetries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/ConfigureRetries.java) | -| Generate Signed Post Policy V4 | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/GenerateSignedPostPolicyV4.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/GenerateSignedPostPolicyV4.java) | -| Get Service Account | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/GetServiceAccount.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/GetServiceAccount.java) | -| Quickstart Grpc Dp Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/QuickstartGrpcDpSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/QuickstartGrpcDpSample.java) | -| Quickstart Grpc Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/QuickstartGrpcSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/QuickstartGrpcSample.java) | -| Quickstart Open Telemetry Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/QuickstartOpenTelemetrySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/QuickstartOpenTelemetrySample.java) | -| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/QuickstartSample.java) | -| Quickstart Storage Control Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/QuickstartStorageControlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/QuickstartStorageControlSample.java) | -| Add Bucket Default Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketDefaultOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/AddBucketDefaultOwner.java) | -| Add Bucket Iam Conditional Binding | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamConditionalBinding.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamConditionalBinding.java) | -| Add Bucket Iam Member | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamMember.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamMember.java) | -| Add Bucket Label | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketLabel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/AddBucketLabel.java) | -| Add Bucket Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/AddBucketOwner.java) | -| Change Default Storage Class | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/ChangeDefaultStorageClass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/ChangeDefaultStorageClass.java) | -| Configure Bucket Cors | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/ConfigureBucketCors.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/ConfigureBucketCors.java) | -| Create Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/CreateBucket.java) | -| Create Bucket Dual Region | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketDualRegion.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketDualRegion.java) | -| Create Bucket Pub Sub Notification | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketPubSubNotification.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketPubSubNotification.java) | -| Create Bucket With Object Retention | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithObjectRetention.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithObjectRetention.java) | -| Create Bucket With Storage Class And Location | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithStorageClassAndLocation.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithStorageClassAndLocation.java) | -| Create Bucket With Turbo Replication | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithTurboReplication.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithTurboReplication.java) | -| Delete Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucket.java) | -| Delete Bucket Pub Sub Notification | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucketPubSubNotification.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucketPubSubNotification.java) | -| Disable Bucket Versioning | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DisableBucketVersioning.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DisableBucketVersioning.java) | -| Disable Default Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DisableDefaultEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DisableDefaultEventBasedHold.java) | -| Disable Lifecycle Management | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DisableLifecycleManagement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DisableLifecycleManagement.java) | -| Disable Requester Pays | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DisableRequesterPays.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DisableRequesterPays.java) | -| Disable Soft Delete | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DisableSoftDelete.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DisableSoftDelete.java) | -| Disable Uniform Bucket Level Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/DisableUniformBucketLevelAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/DisableUniformBucketLevelAccess.java) | -| Enable Bucket Versioning | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/EnableBucketVersioning.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/EnableBucketVersioning.java) | -| Enable Default Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/EnableDefaultEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/EnableDefaultEventBasedHold.java) | -| Enable Lifecycle Management | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/EnableLifecycleManagement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/EnableLifecycleManagement.java) | -| Enable Requester Pays | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/EnableRequesterPays.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/EnableRequesterPays.java) | -| Enable Uniform Bucket Level Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/EnableUniformBucketLevelAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/EnableUniformBucketLevelAccess.java) | -| Get Bucket Autoclass | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketAutoclass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetBucketAutoclass.java) | -| Get Bucket Encryption Enforcement Config | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketEncryptionEnforcementConfig.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetBucketEncryptionEnforcementConfig.java) | -| Get Bucket Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetBucketMetadata.java) | -| Get Bucket Rpo | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketRpo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetBucketRpo.java) | -| Get Default Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetDefaultEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetDefaultEventBasedHold.java) | -| Get Public Access Prevention | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetPublicAccessPrevention.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetPublicAccessPrevention.java) | -| Get Requester Pays Status | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetRequesterPaysStatus.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetRequesterPaysStatus.java) | -| Get Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetRetentionPolicy.java) | -| Get Soft Delete Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetSoftDeletePolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetSoftDeletePolicy.java) | -| Get Uniform Bucket Level Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/GetUniformBucketLevelAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/GetUniformBucketLevelAccess.java) | -| List Bucket Iam Members | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/ListBucketIamMembers.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/ListBucketIamMembers.java) | -| List Buckets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/ListBuckets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/ListBuckets.java) | -| List Buckets With Partial Success | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/ListBucketsWithPartialSuccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/ListBucketsWithPartialSuccess.java) | -| List Pub Sub Notifications | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/ListPubSubNotifications.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/ListPubSubNotifications.java) | -| Lock Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/LockRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/LockRetentionPolicy.java) | -| Make Bucket Public | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/MakeBucketPublic.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/MakeBucketPublic.java) | -| Print Bucket Acl | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAcl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAcl.java) | -| Print Bucket Acl Filter By User | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAclFilterByUser.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAclFilterByUser.java) | -| Print Pub Sub Notification | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/PrintPubSubNotification.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/PrintPubSubNotification.java) | -| Remove Bucket Cors | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketCors.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketCors.java) | -| Remove Bucket Default Kms Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultKmsKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultKmsKey.java) | -| Remove Bucket Default Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultOwner.java) | -| Remove Bucket Iam Conditional Binding | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamConditionalBinding.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamConditionalBinding.java) | -| Remove Bucket Iam Member | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamMember.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamMember.java) | -| Remove Bucket Label | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketLabel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketLabel.java) | -| Remove Bucket Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketOwner.java) | -| Remove Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/RemoveRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/RemoveRetentionPolicy.java) | -| Set Async Turbo Rpo | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetAsyncTurboRpo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetAsyncTurboRpo.java) | -| Set Bucket Autoclass | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketAutoclass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetBucketAutoclass.java) | -| Set Bucket Default Kms Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketDefaultKmsKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetBucketDefaultKmsKey.java) | -| Set Bucket Encryption Enforcement Config | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketEncryptionEnforcementConfig.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetBucketEncryptionEnforcementConfig.java) | -| Set Bucket Website Info | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketWebsiteInfo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetBucketWebsiteInfo.java) | -| Set Client Endpoint | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetClientEndpoint.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetClientEndpoint.java) | -| Set Default Rpo | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetDefaultRpo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetDefaultRpo.java) | -| Set Public Access Prevention Enforced | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionEnforced.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionEnforced.java) | -| Set Public Access Prevention Inherited | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionInherited.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionInherited.java) | -| Set Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetRetentionPolicy.java) | -| Set Soft Delete Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/SetSoftDeletePolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/SetSoftDeletePolicy.java) | -| Update Bucket Encryption Enforcement Config | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/bucket/UpdateBucketEncryptionEnforcementConfig.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/bucket/UpdateBucketEncryptionEnforcementConfig.java) | -| Anywhere Cache Create | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheCreate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheCreate.java) | -| Anywhere Cache Disable | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheDisable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheDisable.java) | -| Anywhere Cache Get | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheGet.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheGet.java) | -| Anywhere Cache List | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheList.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheList.java) | -| Anywhere Cache Pause | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCachePause.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCachePause.java) | -| Anywhere Cache Resume | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheResume.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheResume.java) | -| Anywhere Cache Update | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheUpdate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheUpdate.java) | -| Create Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/CreateFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/CreateFolder.java) | -| Create Hierarchical Namespace Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/CreateHierarchicalNamespaceBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/CreateHierarchicalNamespaceBucket.java) | -| Delete Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/DeleteFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/DeleteFolder.java) | -| Get Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/GetFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/GetFolder.java) | -| List Folders | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/ListFolders.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/ListFolders.java) | -| Rename Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/control/v2/RenameFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/control/v2/RenameFolder.java) | -| Activate Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/hmac/ActivateHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/hmac/ActivateHmacKey.java) | -| Create Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/hmac/CreateHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/hmac/CreateHmacKey.java) | -| Deactivate Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/hmac/DeactivateHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/hmac/DeactivateHmacKey.java) | -| Delete Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/hmac/DeleteHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/hmac/DeleteHmacKey.java) | -| Get Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/hmac/GetHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/hmac/GetHmacKey.java) | -| List Hmac Keys | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/hmac/ListHmacKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/hmac/ListHmacKeys.java) | -| Create Managed Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/managedfolders/CreateManagedFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/managedfolders/CreateManagedFolder.java) | -| Delete Managed Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/managedfolders/DeleteManagedFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/managedfolders/DeleteManagedFolder.java) | -| Get Managed Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/managedfolders/GetManagedFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/managedfolders/GetManagedFolder.java) | -| List Managed Folders | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/managedfolders/ListManagedFolders.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/managedfolders/ListManagedFolders.java) | -| Abort Multipart Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/multipartupload/AbortMultipartUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/multipartupload/AbortMultipartUpload.java) | -| Complete Multipart Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/multipartupload/CompleteMultipartUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/multipartupload/CompleteMultipartUpload.java) | -| Create Multipart Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/multipartupload/CreateMultipartUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/multipartupload/CreateMultipartUpload.java) | -| List Parts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/multipartupload/ListParts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/multipartupload/ListParts.java) | -| Upload Part | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/multipartupload/UploadPart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/multipartupload/UploadPart.java) | -| Add Blob Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/AddBlobOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/AddBlobOwner.java) | -| Atomic Move Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/AtomicMoveObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/AtomicMoveObject.java) | -| Batch Set Object Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/BatchSetObjectMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/BatchSetObjectMetadata.java) | -| Change Object Csek To Kms | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ChangeObjectCsekToKms.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ChangeObjectCsekToKms.java) | -| Change Object Storage Class | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ChangeObjectStorageClass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ChangeObjectStorageClass.java) | -| Compose Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ComposeObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ComposeObject.java) | -| Copy Delete Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/CopyDeleteObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/CopyDeleteObject.java) | -| Copy Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/CopyObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/CopyObject.java) | -| Copy Old Version Of Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/CopyOldVersionOfObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/CopyOldVersionOfObject.java) | -| Create And Write Appendable Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/CreateAndWriteAppendableObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/CreateAndWriteAppendableObject.java) | -| Delete Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DeleteObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DeleteObject.java) | -| Delete Old Version Of Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DeleteOldVersionOfObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DeleteOldVersionOfObject.java) | -| Download Byte Range | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DownloadByteRange.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DownloadByteRange.java) | -| Download Encrypted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DownloadEncryptedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DownloadEncryptedObject.java) | -| Download Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DownloadObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DownloadObject.java) | -| Download Object Into Memory | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DownloadObjectIntoMemory.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DownloadObjectIntoMemory.java) | -| Download Public Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DownloadPublicObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DownloadPublicObject.java) | -| Download Requester Pays Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/DownloadRequesterPaysObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/DownloadRequesterPaysObject.java) | -| Finalize Appendable Object Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/FinalizeAppendableObjectUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/FinalizeAppendableObjectUpload.java) | -| Generate Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/GenerateEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/GenerateEncryptionKey.java) | -| Generate V4 Get Object Signed Url | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/GenerateV4GetObjectSignedUrl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/GenerateV4GetObjectSignedUrl.java) | -| Generate V4 Put Object Signed Url | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/GenerateV4PutObjectSignedUrl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/GenerateV4PutObjectSignedUrl.java) | -| Get Object Contexts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/GetObjectContexts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/GetObjectContexts.java) | -| Get Object Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/GetObjectMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/GetObjectMetadata.java) | -| List Object Contexts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListObjectContexts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ListObjectContexts.java) | -| List Objects | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListObjects.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ListObjects.java) | -| List Objects With Old Versions | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithOldVersions.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithOldVersions.java) | -| List Objects With Prefix | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithPrefix.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithPrefix.java) | -| List Soft Deleted Objects | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedObjects.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedObjects.java) | -| List Soft Deleted Versions Of Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedVersionsOfObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedVersionsOfObject.java) | -| Make Object Public | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/MakeObjectPublic.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/MakeObjectPublic.java) | -| Open Multiple Objects Ranged Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/OpenMultipleObjectsRangedRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/OpenMultipleObjectsRangedRead.java) | -| Open Object Multiple Ranged Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/OpenObjectMultipleRangedRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/OpenObjectMultipleRangedRead.java) | -| Open Object Read Full Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/OpenObjectReadFullObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/OpenObjectReadFullObject.java) | -| Open Object Single Ranged Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/OpenObjectSingleRangedRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/OpenObjectSingleRangedRead.java) | -| Pause And Resume Appendable Object Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/PauseAndResumeAppendableObjectUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/PauseAndResumeAppendableObjectUpload.java) | -| Print Blob Acl | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/PrintBlobAcl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/PrintBlobAcl.java) | -| Print Blob Acl For User | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/PrintBlobAclForUser.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/PrintBlobAclForUser.java) | -| Read Appendable Object Tail | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ReadAppendableObjectTail.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ReadAppendableObjectTail.java) | -| Release Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ReleaseEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ReleaseEventBasedHold.java) | -| Release Temporary Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/ReleaseTemporaryHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/ReleaseTemporaryHold.java) | -| Remove Blob Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/RemoveBlobOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/RemoveBlobOwner.java) | -| Restore Soft Deleted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/RestoreSoftDeletedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/RestoreSoftDeletedObject.java) | -| Rotate Object Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/RotateObjectEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/RotateObjectEncryptionKey.java) | -| Set Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/SetEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/SetEventBasedHold.java) | -| Set Object Contexts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/SetObjectContexts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/SetObjectContexts.java) | -| Set Object Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/SetObjectMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/SetObjectMetadata.java) | -| Set Object Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/SetObjectRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/SetObjectRetentionPolicy.java) | -| Set Temporary Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/SetTemporaryHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/SetTemporaryHold.java) | -| Stream Object Download | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/StreamObjectDownload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/StreamObjectDownload.java) | -| Stream Object Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/StreamObjectUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/StreamObjectUpload.java) | -| Upload Encrypted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/UploadEncryptedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/UploadEncryptedObject.java) | -| Upload Kms Encrypted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/UploadKmsEncryptedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/UploadKmsEncryptedObject.java) | -| Upload Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/UploadObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/UploadObject.java) | -| Upload Object From Memory | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/object/UploadObjectFromMemory.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/object/UploadObjectFromMemory.java) | -| Allow Divide And Conquer Download | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/transfermanager/AllowDivideAndConquerDownload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/transfermanager/AllowDivideAndConquerDownload.java) | -| Allow Parallel Composite Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/transfermanager/AllowParallelCompositeUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/transfermanager/AllowParallelCompositeUpload.java) | -| Download Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadBucket.java) | -| Download Many | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadMany.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadMany.java) | -| Upload Directory | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/transfermanager/UploadDirectory.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/transfermanager/UploadDirectory.java) | -| Upload Many | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/storage/transfermanager/UploadMany.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/transfermanager/UploadMany.java) | - +| Configure Retries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/ConfigureRetries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/ConfigureRetries.java) | +| Generate Signed Post Policy V4 | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/GenerateSignedPostPolicyV4.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/GenerateSignedPostPolicyV4.java) | +| Get Service Account | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/GetServiceAccount.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/GetServiceAccount.java) | +| Quickstart Grpc Dp Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartGrpcDpSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartGrpcDpSample.java) | +| Quickstart Grpc Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartGrpcSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartGrpcSample.java) | +| Quickstart Open Telemetry Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartOpenTelemetrySample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartOpenTelemetrySample.java) | +| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartSample.java) | +| Quickstart Storage Control Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartStorageControlSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/QuickstartStorageControlSample.java) | +| Add Bucket Default Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketDefaultOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketDefaultOwner.java) | +| Add Bucket Iam Conditional Binding | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamConditionalBinding.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamConditionalBinding.java) | +| Add Bucket Iam Member | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamMember.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketIamMember.java) | +| Add Bucket Label | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketLabel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketLabel.java) | +| Add Bucket Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/AddBucketOwner.java) | +| Change Default Storage Class | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ChangeDefaultStorageClass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ChangeDefaultStorageClass.java) | +| Configure Bucket Cors | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ConfigureBucketCors.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ConfigureBucketCors.java) | +| Create Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucket.java) | +| Create Bucket Dual Region | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketDualRegion.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketDualRegion.java) | +| Create Bucket Pub Sub Notification | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketPubSubNotification.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketPubSubNotification.java) | +| Create Bucket With Object Retention | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithObjectRetention.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithObjectRetention.java) | +| Create Bucket With Storage Class And Location | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithStorageClassAndLocation.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithStorageClassAndLocation.java) | +| Create Bucket With Turbo Replication | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithTurboReplication.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/CreateBucketWithTurboReplication.java) | +| Delete Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucket.java) | +| Delete Bucket Pub Sub Notification | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucketPubSubNotification.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DeleteBucketPubSubNotification.java) | +| Disable Bucket Versioning | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableBucketVersioning.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableBucketVersioning.java) | +| Disable Default Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableDefaultEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableDefaultEventBasedHold.java) | +| Disable Lifecycle Management | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableLifecycleManagement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableLifecycleManagement.java) | +| Disable Requester Pays | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableRequesterPays.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableRequesterPays.java) | +| Disable Soft Delete | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableSoftDelete.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableSoftDelete.java) | +| Disable Uniform Bucket Level Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableUniformBucketLevelAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/DisableUniformBucketLevelAccess.java) | +| Enable Bucket Versioning | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableBucketVersioning.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableBucketVersioning.java) | +| Enable Default Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableDefaultEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableDefaultEventBasedHold.java) | +| Enable Lifecycle Management | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableLifecycleManagement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableLifecycleManagement.java) | +| Enable Requester Pays | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableRequesterPays.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableRequesterPays.java) | +| Enable Uniform Bucket Level Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableUniformBucketLevelAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/EnableUniformBucketLevelAccess.java) | +| Get Bucket Autoclass | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketAutoclass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketAutoclass.java) | +| Get Bucket Encryption Enforcement Config | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketEncryptionEnforcementConfig.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketEncryptionEnforcementConfig.java) | +| Get Bucket Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketMetadata.java) | +| Get Bucket Rpo | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketRpo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetBucketRpo.java) | +| Get Default Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetDefaultEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetDefaultEventBasedHold.java) | +| Get Public Access Prevention | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetPublicAccessPrevention.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetPublicAccessPrevention.java) | +| Get Requester Pays Status | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetRequesterPaysStatus.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetRequesterPaysStatus.java) | +| Get Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetRetentionPolicy.java) | +| Get Soft Delete Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetSoftDeletePolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetSoftDeletePolicy.java) | +| Get Uniform Bucket Level Access | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetUniformBucketLevelAccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/GetUniformBucketLevelAccess.java) | +| List Bucket Iam Members | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListBucketIamMembers.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListBucketIamMembers.java) | +| List Buckets | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListBuckets.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListBuckets.java) | +| List Buckets With Partial Success | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListBucketsWithPartialSuccess.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListBucketsWithPartialSuccess.java) | +| List Pub Sub Notifications | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListPubSubNotifications.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/ListPubSubNotifications.java) | +| Lock Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/LockRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/LockRetentionPolicy.java) | +| Make Bucket Public | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/MakeBucketPublic.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/MakeBucketPublic.java) | +| Print Bucket Acl | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAcl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAcl.java) | +| Print Bucket Acl Filter By User | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAclFilterByUser.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/PrintBucketAclFilterByUser.java) | +| Print Pub Sub Notification | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/PrintPubSubNotification.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/PrintPubSubNotification.java) | +| Remove Bucket Cors | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketCors.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketCors.java) | +| Remove Bucket Default Kms Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultKmsKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultKmsKey.java) | +| Remove Bucket Default Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketDefaultOwner.java) | +| Remove Bucket Iam Conditional Binding | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamConditionalBinding.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamConditionalBinding.java) | +| Remove Bucket Iam Member | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamMember.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketIamMember.java) | +| Remove Bucket Label | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketLabel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketLabel.java) | +| Remove Bucket Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveBucketOwner.java) | +| Remove Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/RemoveRetentionPolicy.java) | +| Set Async Turbo Rpo | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetAsyncTurboRpo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetAsyncTurboRpo.java) | +| Set Bucket Autoclass | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketAutoclass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketAutoclass.java) | +| Set Bucket Default Kms Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketDefaultKmsKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketDefaultKmsKey.java) | +| Set Bucket Encryption Enforcement Config | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketEncryptionEnforcementConfig.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketEncryptionEnforcementConfig.java) | +| Set Bucket Website Info | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketWebsiteInfo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetBucketWebsiteInfo.java) | +| Set Client Endpoint | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetClientEndpoint.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetClientEndpoint.java) | +| Set Default Rpo | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetDefaultRpo.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetDefaultRpo.java) | +| Set Public Access Prevention Enforced | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionEnforced.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionEnforced.java) | +| Set Public Access Prevention Inherited | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionInherited.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetPublicAccessPreventionInherited.java) | +| Set Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetRetentionPolicy.java) | +| Set Soft Delete Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetSoftDeletePolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/SetSoftDeletePolicy.java) | +| Update Bucket Encryption Enforcement Config | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/bucket/UpdateBucketEncryptionEnforcementConfig.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/bucket/UpdateBucketEncryptionEnforcementConfig.java) | +| Anywhere Cache Create | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheCreate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheCreate.java) | +| Anywhere Cache Disable | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheDisable.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheDisable.java) | +| Anywhere Cache Get | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheGet.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheGet.java) | +| Anywhere Cache List | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheList.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheList.java) | +| Anywhere Cache Pause | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCachePause.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCachePause.java) | +| Anywhere Cache Resume | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheResume.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheResume.java) | +| Anywhere Cache Update | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheUpdate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheUpdate.java) | +| Create Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/CreateFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/CreateFolder.java) | +| Create Hierarchical Namespace Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/CreateHierarchicalNamespaceBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/CreateHierarchicalNamespaceBucket.java) | +| Delete Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/DeleteFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/DeleteFolder.java) | +| Get Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/GetFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/GetFolder.java) | +| List Folders | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/ListFolders.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/ListFolders.java) | +| Rename Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/RenameFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/control/v2/RenameFolder.java) | +| Activate Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/hmac/ActivateHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/hmac/ActivateHmacKey.java) | +| Create Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/hmac/CreateHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/hmac/CreateHmacKey.java) | +| Deactivate Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/hmac/DeactivateHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/hmac/DeactivateHmacKey.java) | +| Delete Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/hmac/DeleteHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/hmac/DeleteHmacKey.java) | +| Get Hmac Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/hmac/GetHmacKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/hmac/GetHmacKey.java) | +| List Hmac Keys | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/hmac/ListHmacKeys.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/hmac/ListHmacKeys.java) | +| Create Managed Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/CreateManagedFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/CreateManagedFolder.java) | +| Delete Managed Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/DeleteManagedFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/DeleteManagedFolder.java) | +| Get Managed Folder | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/GetManagedFolder.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/GetManagedFolder.java) | +| List Managed Folders | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/ListManagedFolders.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/managedfolders/ListManagedFolders.java) | +| Abort Multipart Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/AbortMultipartUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/AbortMultipartUpload.java) | +| Complete Multipart Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/CompleteMultipartUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/CompleteMultipartUpload.java) | +| Create Multipart Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/CreateMultipartUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/CreateMultipartUpload.java) | +| List Parts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/ListParts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/ListParts.java) | +| Upload Part | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/UploadPart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/multipartupload/UploadPart.java) | +| Add Blob Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/AddBlobOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/AddBlobOwner.java) | +| Atomic Move Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/AtomicMoveObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/AtomicMoveObject.java) | +| Batch Set Object Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/BatchSetObjectMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/BatchSetObjectMetadata.java) | +| Change Object Csek To Kms | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ChangeObjectCsekToKms.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ChangeObjectCsekToKms.java) | +| Change Object Storage Class | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ChangeObjectStorageClass.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ChangeObjectStorageClass.java) | +| Compose Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ComposeObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ComposeObject.java) | +| Copy Delete Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/CopyDeleteObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/CopyDeleteObject.java) | +| Copy Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/CopyObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/CopyObject.java) | +| Copy Old Version Of Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/CopyOldVersionOfObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/CopyOldVersionOfObject.java) | +| Create And Write Appendable Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/CreateAndWriteAppendableObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/CreateAndWriteAppendableObject.java) | +| Delete Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DeleteObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DeleteObject.java) | +| Delete Old Version Of Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DeleteOldVersionOfObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DeleteOldVersionOfObject.java) | +| Download Byte Range | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadByteRange.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadByteRange.java) | +| Download Encrypted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadEncryptedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadEncryptedObject.java) | +| Download Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadObject.java) | +| Download Object Into Memory | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadObjectIntoMemory.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadObjectIntoMemory.java) | +| Download Public Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadPublicObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadPublicObject.java) | +| Download Requester Pays Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadRequesterPaysObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/DownloadRequesterPaysObject.java) | +| Finalize Appendable Object Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/FinalizeAppendableObjectUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/FinalizeAppendableObjectUpload.java) | +| Generate Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/GenerateEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/GenerateEncryptionKey.java) | +| Generate V4 Get Object Signed Url | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/GenerateV4GetObjectSignedUrl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/GenerateV4GetObjectSignedUrl.java) | +| Generate V4 Put Object Signed Url | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/GenerateV4PutObjectSignedUrl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/GenerateV4PutObjectSignedUrl.java) | +| Get Object Contexts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/GetObjectContexts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/GetObjectContexts.java) | +| Get Object Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/GetObjectMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/GetObjectMetadata.java) | +| List Object Contexts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjectContexts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjectContexts.java) | +| List Objects | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjects.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjects.java) | +| List Objects With Old Versions | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithOldVersions.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithOldVersions.java) | +| List Objects With Prefix | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithPrefix.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ListObjectsWithPrefix.java) | +| List Soft Deleted Objects | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedObjects.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedObjects.java) | +| List Soft Deleted Versions Of Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedVersionsOfObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ListSoftDeletedVersionsOfObject.java) | +| Make Object Public | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/MakeObjectPublic.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/MakeObjectPublic.java) | +| Open Multiple Objects Ranged Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenMultipleObjectsRangedRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenMultipleObjectsRangedRead.java) | +| Open Object Multiple Ranged Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenObjectMultipleRangedRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenObjectMultipleRangedRead.java) | +| Open Object Read Full Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenObjectReadFullObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenObjectReadFullObject.java) | +| Open Object Single Ranged Read | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenObjectSingleRangedRead.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/OpenObjectSingleRangedRead.java) | +| Pause And Resume Appendable Object Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/PauseAndResumeAppendableObjectUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/PauseAndResumeAppendableObjectUpload.java) | +| Print Blob Acl | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/PrintBlobAcl.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/PrintBlobAcl.java) | +| Print Blob Acl For User | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/PrintBlobAclForUser.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/PrintBlobAclForUser.java) | +| Read Appendable Object Tail | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ReadAppendableObjectTail.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ReadAppendableObjectTail.java) | +| Release Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ReleaseEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ReleaseEventBasedHold.java) | +| Release Temporary Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/ReleaseTemporaryHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/ReleaseTemporaryHold.java) | +| Remove Blob Owner | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/RemoveBlobOwner.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/RemoveBlobOwner.java) | +| Restore Soft Deleted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/RestoreSoftDeletedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/RestoreSoftDeletedObject.java) | +| Rotate Object Encryption Key | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/RotateObjectEncryptionKey.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/RotateObjectEncryptionKey.java) | +| Set Event Based Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/SetEventBasedHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/SetEventBasedHold.java) | +| Set Object Contexts | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/SetObjectContexts.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/SetObjectContexts.java) | +| Set Object Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/SetObjectMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/SetObjectMetadata.java) | +| Set Object Retention Policy | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/SetObjectRetentionPolicy.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/SetObjectRetentionPolicy.java) | +| Set Temporary Hold | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/SetTemporaryHold.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/SetTemporaryHold.java) | +| Stream Object Download | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/StreamObjectDownload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/StreamObjectDownload.java) | +| Stream Object Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/StreamObjectUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/StreamObjectUpload.java) | +| Upload Encrypted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadEncryptedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadEncryptedObject.java) | +| Upload Kms Encrypted Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadKmsEncryptedObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadKmsEncryptedObject.java) | +| Upload Object | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadObject.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadObject.java) | +| Upload Object From Memory | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadObjectFromMemory.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/object/UploadObjectFromMemory.java) | +| Allow Divide And Conquer Download | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/AllowDivideAndConquerDownload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/AllowDivideAndConquerDownload.java) | +| Allow Parallel Composite Upload | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/AllowParallelCompositeUpload.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/AllowParallelCompositeUpload.java) | +| Download Bucket | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadBucket.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadBucket.java) | +| Download Many | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadMany.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/DownloadMany.java) | +| Upload Directory | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/UploadDirectory.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/UploadDirectory.java) | +| Upload Many | [source code](https://github.com/googleapis/google-cloud-java/blob/main/java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/UploadMany.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=java-storage/samples/snippets/src/main/java/com/example/storage/transfermanager/UploadMany.java) | ## Troubleshooting @@ -471,18 +469,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/storage -[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.69.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md b/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md index b9250b638ce4..65e8d1754e7d 100644 --- a/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md +++ b/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md @@ -101,7 +101,7 @@ libraryDependencies += "{{ group_id }}" % "{{ artifact_id }}" % "{{ version }}" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -140,12 +140,21 @@ use this {{metadata['repo']['name_pretty']}} Client Library. {% if metadata['samples']|length %} ## Samples +{% if monorepo -%} +Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/main/{{ metadata['repo']['repo_short'] }}/samples) directory. +{% else -%} Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/main/samples) directory. +{% endif -%} | Sample | Source Code | Try it | | --------------------------- | --------------------------------- | ------ | -{% for sample in metadata['samples'] %}| {{ sample.title }} | [source code](https://github.com/{{ metadata['repo']['repo'] }}/blob/main/{{ sample.file }}) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/{{ metadata['repo']['repo'] }}&page=editor&open_in_editor={{ sample.file }}) | -{% endfor %} +{% for sample in metadata['samples'] -%} +{% if monorepo -%} +| {{ sample.title }} | [source code](https://github.com/{{ metadata['repo']['repo'] }}/blob/main/{{ metadata['repo']['repo_short'] }}/{{ sample.file }}) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/{{ metadata['repo']['repo'] }}&page=editor&open_in_editor={{ metadata['repo']['repo_short'] }}/{{ sample.file }}) | +{% else -%} +| {{ sample.title }} | [source code](https://github.com/{{ metadata['repo']['repo'] }}/blob/main/{{ sample.file }}) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/{{ metadata['repo']['repo'] }}&page=editor&open_in_editor={{ sample.file }}) | +{% endif -%} +{% endfor -%} {% endif %} ## Troubleshooting @@ -245,14 +254,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-{% if metadata['repo']['release_level'] == 'stable' %}stable-green{% elif metadata['repo']['release_level'] == 'preview' %}preview-yellow{% else %}unknown-red{% endif %} [maven-version-image]: https://img.shields.io/maven-central/v/{{ group_id }}/{{ artifact_id }}.svg [maven-version-link]: https://central.sonatype.com/artifact/{{ group_id }}/{{ artifact_id }}/{{ version }} -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/{{metadata['repo']['repo']}}/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/{{metadata['repo']['repo']}}/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/{{metadata['repo']['repo']}}/blob/main/LICENSE diff --git a/sdk-platform-java/hermetic_build/library_generation/tests/resources/test-owlbot/testdata/README-golden.md b/sdk-platform-java/hermetic_build/library_generation/tests/resources/test-owlbot/testdata/README-golden.md index f0e6beb0c81f..9d873920282c 100644 --- a/sdk-platform-java/hermetic_build/library_generation/tests/resources/test-owlbot/testdata/README-golden.md +++ b/sdk-platform-java/hermetic_build/library_generation/tests/resources/test-owlbot/testdata/README-golden.md @@ -44,7 +44,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "1.2.3" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -160,14 +160,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-asset.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/1.2.3 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/java-asset/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/java-asset/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/java-asset/blob/main/LICENSE From 68319f5f9bebe1e903391ad9a93a4374f6443b84 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 1 Jul 2026 17:02:50 +0000 Subject: [PATCH 2/4] docs: update templates and config to support librarian regeneration Updates the shared README.md template to support 'rest' and 'grpc+rest' transports, ensuring Transport section is not empty when regenerated. Updates `librarian.yaml` client documentation overrides to use `/latest/overview` instead of `/latest/history` to prevent librarian from reverting link fixes. Updates `.repo-metadata.json` transport values for affected major libraries (datastore, pubsub, storage) to match librarian output. --- java-datastore/.repo-metadata.json | 4 ++-- java-pubsub/.repo-metadata.json | 2 +- java-storage/.repo-metadata.json | 2 +- librarian.yaml | 20 +++++++++---------- .../owlbot/templates/java_library/README.md | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/java-datastore/.repo-metadata.json b/java-datastore/.repo-metadata.json index 3f878fbea2ea..419c51f46257 100644 --- a/java-datastore/.repo-metadata.json +++ b/java-datastore/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a fully managed, schemaless database for\\nstoring non-relational data. Cloud Datastore automatically scales with\\nyour users and supports ACID transactions, high availability of reads and\\nwrites, strong consistency for reads and ancestor queries, and eventual\\nconsistency for all other queries.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-datastore", @@ -18,4 +18,4 @@ "issue_tracker": "https://issuetracker.google.com/savedsearches/559768", "extra_versioned_modules": "datastore-v1-proto-client", "recommended_package": "com.google.cloud.datastore" -} \ No newline at end of file +} diff --git a/java-pubsub/.repo-metadata.json b/java-pubsub/.repo-metadata.json index 23f9a34d623f..60325a79d6f1 100644 --- a/java-pubsub/.repo-metadata.json +++ b/java-pubsub/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-pubsub", diff --git a/java-storage/.repo-metadata.json b/java-storage/.repo-metadata.json index aa0a2087ffbc..70acabbc313c 100644 --- a/java-storage/.repo-metadata.json +++ b/java-storage/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/overview", "release_level": "stable", - "transport": "http", + "transport": "rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-storage", diff --git a/librarian.yaml b/librarian.yaml index cbf61f2d8834..6f3885e1cb15 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -722,7 +722,7 @@ libraries: java: api_id_override: bigquerystorage.googleapis.com api_description_override: is an API for reading data stored in BigQuery. This API provides direct, high-throughput read access to existing BigQuery tables, supports parallel access with automatic liquid sharding, and allows fine-grained control over what data is returned. - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/overview codeowner_team: '@googleapis/bigquery-team' issue_tracker_override: https://issuetracker.google.com/savedsearches/559654 library_type_override: GAPIC_COMBO @@ -745,7 +745,7 @@ libraries: java: api_id_override: bigtable.googleapis.com api_description_override: API for reading and writing the contents of Bigtables associated with a cloud project. - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-bigtable/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-bigtable/latest/overview codeowner_team: '@googleapis/bigtable-team' excluded_poms: - google-cloud-bigtable-bom @@ -1049,7 +1049,7 @@ libraries: api_description_override: Protobuf classes for Google's common protos. api_shortname_override: common-protos artifact_id: proto-google-common-protos - client_documentation_override: https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/overview excluded_dependencies: grpc-google-common-protos,proto-google-common-protos,proto-google-common-protos-parent excluded_poms: - proto-google-common-protos-bom @@ -1342,7 +1342,7 @@ libraries: java: api_id_override: datastore.googleapis.com api_description_override: is a fully managed, schemaless database for\nstoring non-relational data. Cloud Datastore automatically scales with\nyour users and supports ACID transactions, high availability of reads and\nwrites, strong consistency for reads and ancestor queries, and eventual\nconsistency for all other queries. - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/overview excluded_dependencies: grpc-google-cloud-datastore-v1 excluded_poms: - grpc-google-cloud-datastore-v1 @@ -1691,7 +1691,7 @@ libraries: java: api_id_override: firestore.googleapis.com api_description_override: is a fully-managed NoSQL document database for mobile, web, and server development from Firebase and Google Cloud Platform. It's backed by a multi-region replicated database that ensures once data is committed, it's durable even in the face of unexpected disasters. Not only that, but despite being a distributed database, it's also strongly consistent and offers seamless integration with other Firebase and Google Cloud Platform products, including Google Cloud Functions. - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-firestore/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-firestore/latest/overview codeowner_team: '@googleapis/firestore-team' excluded_poms: - google-cloud-firestore @@ -2050,7 +2050,7 @@ libraries: api_description_override: n/a api_shortname_override: iam-policy artifact_id: google-iam-policy - client_documentation_override: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview excluded_dependencies: google-iam-policy excluded_poms: - proto-google-iam-v1-bom @@ -2227,7 +2227,7 @@ libraries: java: api_id_override: logging.googleapis.com api_description_override: allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost. - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-logging/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-logging/latest/overview codeowner_team: '@googleapis/cloud-sdk-java-team' issue_tracker_override: https://issuetracker.google.com/savedsearches/559764 library_type_override: GAPIC_COMBO @@ -2901,7 +2901,7 @@ libraries: api_id_override: pubsub.googleapis.com api_reference: https://cloud.google.com/pubsub/ api_description_override: is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications. - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/overview codeowner_team: '@googleapis/pubsub-team' issue_tracker_override: https://issuetracker.google.com/savedsearches/559741 library_type_override: GAPIC_COMBO @@ -3460,7 +3460,7 @@ libraries: java: api_id_override: spanner.googleapis.com api_description_override: is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale, schemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication for high availability. Be sure to activate the Cloud Spanner API on the Developer's Console to use Cloud Spanner from your project. - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/overview codeowner_team: '@googleapis/spanner-team' excluded_poms: - google-cloud-spanner-bom @@ -3530,7 +3530,7 @@ libraries: java: api_id_override: storage.googleapis.com api_description_override: 'is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.' - client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/history + client_documentation_override: https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/overview codeowner_team: '@googleapis/gcs-team' excluded_poms: - google-cloud-storage-bom diff --git a/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md b/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md index 65e8d1754e7d..0cc6d1e41a13 100644 --- a/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md +++ b/sdk-platform-java/hermetic_build/library_generation/owlbot/templates/java_library/README.md @@ -166,9 +166,9 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr {% if metadata['repo']['transport'] == 'grpc' -%} {{metadata['repo']['name_pretty']}} uses gRPC for the transport layer. -{% elif metadata['repo']['transport'] == 'http' -%} +{% elif metadata['repo']['transport'] == 'http' or metadata['repo']['transport'] == 'rest' -%} {{metadata['repo']['name_pretty']}} uses HTTP/JSON for the transport layer. -{% elif metadata['repo']['transport'] == 'both' -%} +{% elif metadata['repo']['transport'] == 'both' or metadata['repo']['transport'] == 'grpc+rest' -%} {{metadata['repo']['name_pretty']}} uses both gRPC and HTTP/JSON for the transport layer. {% endif %} {% endif -%} From 4d0835a5abdacc92e94197c5366840ecf4b272d6 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 1 Jul 2026 00:00:07 +0000 Subject: [PATCH 3/4] docs: regenerate all other libraries to fix README links Regenerates README.md (and updates .repo-metadata.json where needed) for all other autogenerated libraries in the monorepo to resolve broken Javadocs, Authentication, Troubleshooting, and Samples links. This applies the template fix globally. Based on template changes in parent commit. --- java-accessapproval/README.md | 7 ++-- java-accesscontextmanager/README.md | 7 ++-- java-admanager/README.md | 7 ++-- java-advisorynotifications/README.md | 7 ++-- java-agentregistry/README.md | 7 ++-- java-aiplatform/README.md | 7 ++-- java-alloydb-connectors/README.md | 7 ++-- java-alloydb/README.md | 7 ++-- java-analytics-admin/README.md | 7 ++-- java-analytics-data/README.md | 7 ++-- java-analyticshub/README.md | 7 ++-- java-api-gateway/README.md | 7 ++-- java-apigee-connect/README.md | 7 ++-- java-apigee-registry/README.md | 7 ++-- java-apihub/README.md | 7 ++-- java-apikeys/README.md | 7 ++-- java-appengine-admin/README.md | 7 ++-- java-apphub/README.md | 7 ++-- java-appoptimize/README.md | 7 ++-- java-area120-tables/README.md | 7 ++-- java-artifact-registry/README.md | 7 ++-- java-asset/README.md | 7 ++-- java-assured-workloads/README.md | 7 ++-- java-auditmanager/README.md | 7 ++-- java-automl/README.md | 7 ++-- java-backstory/README.md | 7 ++-- java-backupdr/README.md | 7 ++-- java-bare-metal-solution/README.md | 7 ++-- java-batch/README.md | 7 ++-- java-beyondcorp-appconnections/README.md | 7 ++-- java-beyondcorp-appconnectors/README.md | 7 ++-- java-beyondcorp-appgateways/README.md | 7 ++-- .../README.md | 7 ++-- java-beyondcorp-clientgateways/README.md | 7 ++-- java-biglake/README.md | 7 ++-- java-bigquery-data-exchange/README.md | 7 ++-- java-bigqueryconnection/README.md | 7 ++-- java-bigquerydatapolicy/README.md | 7 ++-- java-bigquerydatatransfer/README.md | 7 ++-- java-bigquerymigration/README.md | 7 ++-- java-bigqueryreservation/README.md | 7 ++-- java-billing/README.md | 7 ++-- java-billingbudgets/README.md | 7 ++-- java-binary-authorization/README.md | 7 ++-- java-capacityplanner/README.md | 7 ++-- java-certificate-manager/README.md | 7 ++-- java-ces/README.md | 7 ++-- java-channel/README.md | 7 ++-- java-chat/README.md | 7 ++-- java-chronicle/README.md | 7 ++-- java-cloudapiregistry/README.md | 7 ++-- java-cloudbuild/README.md | 7 ++-- .../README.md | 7 ++-- java-cloudcontrolspartner/README.md | 7 ++-- java-cloudquotas/README.md | 7 ++-- java-cloudsecuritycompliance/README.md | 7 ++-- java-cloudsupport/README.md | 7 ++-- java-common-protos/.repo-metadata.json | 4 +-- java-compute/README.md | 7 ++-- java-confidentialcomputing/README.md | 7 ++-- java-configdelivery/README.md | 7 ++-- java-connectgateway/README.md | 7 ++-- java-contact-center-insights/README.md | 7 ++-- java-container/README.md | 7 ++-- java-containeranalysis/README.md | 7 ++-- java-contentwarehouse/README.md | 7 ++-- java-data-fusion/README.md | 7 ++-- java-databasecenter/README.md | 7 ++-- java-datacatalog/README.md | 7 ++-- java-dataflow/README.md | 7 ++-- java-dataform/README.md | 7 ++-- java-datalabeling/README.md | 7 ++-- java-datalineage/README.md | 7 ++-- java-datamanager/README.md | 7 ++-- java-dataplex/README.md | 7 ++-- java-dataproc-metastore/README.md | 7 ++-- java-dataproc/README.md | 7 ++-- java-datastream/README.md | 7 ++-- java-deploy/README.md | 7 ++-- java-developerconnect/README.md | 7 ++-- java-developerknowledge/README.md | 7 ++-- java-devicestreaming/README.md | 7 ++-- java-dialogflow-cx/README.md | 7 ++-- java-dialogflow/README.md | 7 ++-- java-discoveryengine/README.md | 7 ++-- java-distributedcloudedge/README.md | 7 ++-- java-dlp/README.md | 7 ++-- java-dms/README.md | 7 ++-- java-dns/README.md | 33 ++++--------------- java-document-ai/README.md | 7 ++-- java-domains/README.md | 7 ++-- java-edgenetwork/README.md | 7 ++-- java-enterpriseknowledgegraph/README.md | 7 ++-- java-errorreporting/README.md | 7 ++-- java-essential-contacts/README.md | 7 ++-- java-eventarc-publishing/README.md | 7 ++-- java-eventarc/README.md | 7 ++-- java-filestore/README.md | 7 ++-- java-financialservices/README.md | 7 ++-- java-functions/README.md | 7 ++-- java-gdchardwaremanagement/README.md | 7 ++-- java-geminidataanalytics/README.md | 7 ++-- java-gke-backup/README.md | 7 ++-- java-gke-connect-gateway/README.md | 7 ++-- java-gke-multi-cloud/README.md | 7 ++-- java-gkehub/README.md | 7 ++-- java-gkerecommender/README.md | 7 ++-- java-grafeas/README.md | 7 ++-- java-gsuite-addons/README.md | 7 ++-- java-health/README.md | 7 ++-- java-hypercomputecluster/README.md | 7 ++-- java-iam-admin/README.md | 7 ++-- java-iam-policy/.repo-metadata.json | 4 +-- java-iam-policy/README.md | 9 ++--- java-iamcredentials/README.md | 7 ++-- java-iap/README.md | 7 ++-- java-ids/README.md | 7 ++-- java-infra-manager/README.md | 7 ++-- java-iot/README.md | 7 ++-- .../README.md | 7 ++-- .../README.md | 7 ++-- java-kms/README.md | 7 ++-- java-kmsinventory/README.md | 7 ++-- java-language/README.md | 7 ++-- java-licensemanager/README.md | 7 ++-- java-life-sciences/README.md | 7 ++-- java-locationfinder/README.md | 7 ++-- java-lustre/README.md | 7 ++-- java-maintenance/README.md | 7 ++-- java-managed-identities/README.md | 7 ++-- java-managedkafka/README.md | 7 ++-- java-maps-addressvalidation/README.md | 7 ++-- java-maps-area-insights/README.md | 7 ++-- java-maps-fleetengine-delivery/README.md | 7 ++-- java-maps-fleetengine/README.md | 7 ++-- java-maps-geocode/README.md | 7 ++-- java-maps-mapmanagement/README.md | 7 ++-- java-maps-mapsplatformdatasets/README.md | 7 ++-- java-maps-places/README.md | 7 ++-- java-maps-routeoptimization/README.md | 7 ++-- java-maps-routing/README.md | 7 ++-- java-maps-solar/README.md | 7 ++-- java-marketingplatformadminapi/README.md | 7 ++-- java-mediatranslation/README.md | 7 ++-- java-meet/README.md | 7 ++-- java-memcache/README.md | 7 ++-- java-migrationcenter/README.md | 7 ++-- java-modelarmor/README.md | 7 ++-- java-monitoring-dashboards/README.md | 7 ++-- java-monitoring-metricsscope/README.md | 7 ++-- java-monitoring/README.md | 7 ++-- java-netapp/README.md | 7 ++-- java-network-management/README.md | 7 ++-- java-network-security/README.md | 7 ++-- java-networkconnectivity/README.md | 7 ++-- java-networkservices/README.md | 7 ++-- java-notebooks/README.md | 7 ++-- java-notification/README.md | 33 ++++--------------- java-optimization/README.md | 7 ++-- java-oracledatabase/README.md | 7 ++-- java-orchestration-airflow/README.md | 7 ++-- java-orgpolicy/README.md | 7 ++-- java-os-config/README.md | 7 ++-- java-os-login/README.md | 7 ++-- java-parallelstore/README.md | 7 ++-- java-parametermanager/README.md | 7 ++-- java-phishingprotection/README.md | 7 ++-- java-policy-troubleshooter/README.md | 7 ++-- java-policysimulator/README.md | 7 ++-- java-private-catalog/README.md | 7 ++-- java-privilegedaccessmanager/README.md | 7 ++-- java-profiler/README.md | 7 ++-- java-publicca/README.md | 7 ++-- java-rapidmigrationassessment/README.md | 7 ++-- java-recaptchaenterprise/README.md | 7 ++-- java-recommendations-ai/README.md | 7 ++-- java-recommender/README.md | 7 ++-- java-redis-cluster/README.md | 7 ++-- java-redis/README.md | 7 ++-- java-resourcemanager/README.md | 7 ++-- java-retail/README.md | 7 ++-- java-run/README.md | 7 ++-- java-saasservicemgmt/README.md | 7 ++-- java-scheduler/README.md | 7 ++-- java-secretmanager/README.md | 7 ++-- java-securesourcemanager/README.md | 7 ++-- java-security-private-ca/README.md | 7 ++-- java-securitycenter-settings/README.md | 7 ++-- java-securitycenter/README.md | 7 ++-- java-securitycentermanagement/README.md | 7 ++-- java-securityposture/README.md | 7 ++-- java-service-control/README.md | 7 ++-- java-service-management/README.md | 7 ++-- java-service-usage/README.md | 7 ++-- java-servicedirectory/README.md | 7 ++-- java-servicehealth/README.md | 7 ++-- java-shell/README.md | 7 ++-- java-shopping-css/README.md | 7 ++-- java-shopping-merchant-accounts/README.md | 7 ++-- java-shopping-merchant-conversions/README.md | 7 ++-- java-shopping-merchant-datasources/README.md | 7 ++-- java-shopping-merchant-inventories/README.md | 7 ++-- java-shopping-merchant-lfp/README.md | 7 ++-- .../README.md | 7 ++-- .../README.md | 7 ++-- java-shopping-merchant-products/README.md | 7 ++-- java-shopping-merchant-promotions/README.md | 7 ++-- java-shopping-merchant-quota/README.md | 7 ++-- java-shopping-merchant-reports/README.md | 7 ++-- java-shopping-merchant-reviews/README.md | 7 ++-- java-spanneradapter/README.md | 7 ++-- java-speech/README.md | 7 ++-- java-storage-transfer/README.md | 7 ++-- java-storagebatchoperations/README.md | 7 ++-- java-storageinsights/README.md | 7 ++-- java-talent/README.md | 7 ++-- java-tasks/README.md | 7 ++-- java-telcoautomation/README.md | 7 ++-- java-texttospeech/README.md | 7 ++-- java-tpu/README.md | 7 ++-- java-trace/README.md | 7 ++-- java-translate/README.md | 7 ++-- java-valkey/README.md | 7 ++-- java-vectorsearch/README.md | 7 ++-- java-video-intelligence/README.md | 7 ++-- java-video-live-stream/README.md | 7 ++-- java-video-stitcher/README.md | 7 ++-- java-video-transcoder/README.md | 7 ++-- java-vision/README.md | 7 ++-- java-visionai/README.md | 7 ++-- java-vmmigration/README.md | 7 ++-- java-vmwareengine/README.md | 7 ++-- java-vpcaccess/README.md | 7 ++-- java-webrisk/README.md | 7 ++-- java-websecurityscanner/README.md | 7 ++-- java-workflow-executions/README.md | 7 ++-- java-workflows/README.md | 7 ++-- java-workloadmanager/README.md | 7 ++-- java-workspaceevents/README.md | 7 ++-- java-workstations/README.md | 7 ++-- 240 files changed, 963 insertions(+), 765 deletions(-) diff --git a/java-accessapproval/README.md b/java-accessapproval/README.md index 5e24deb07ecb..7090828e1a63 100644 --- a/java-accessapproval/README.md +++ b/java-accessapproval/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.9 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-accesscontextmanager/README.md b/java-accesscontextmanager/README.md index 253b1dacae43..614ac3cb6f40 100644 --- a/java-accesscontextmanager/README.md +++ b/java-accesscontextmanager/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanage ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-admanager/README.md b/java-admanager/README.md index 80b8ae960384..0a486d1b79bf 100644 --- a/java-admanager/README.md +++ b/java-admanager/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.52.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.52.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-advisorynotifications/README.md b/java-advisorynotifications/README.md index ba8cd238a012..5da225719d80 100644 --- a/java-advisorynotifications/README.md +++ b/java-advisorynotifications/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.82.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-agentregistry/README.md b/java-agentregistry/README.md index 64496d92e1c3..c4bcf7b2aa8c 100644 --- a/java-agentregistry/README.md +++ b/java-agentregistry/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -184,14 +184,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentregistry.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.0.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-aiplatform/README.md b/java-aiplatform/README.md index 45b9dca8206b..0d41a04e87c0 100644 --- a/java-aiplatform/README.md +++ b/java-aiplatform/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-alloydb-connectors/README.md b/java-alloydb-connectors/README.md index a52d83bf2197..63fefb2f2c82 100644 --- a/java-alloydb-connectors/README.md +++ b/java-alloydb-connectors/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb-connectors.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.71.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-alloydb/README.md b/java-alloydb/README.md index 58118ec11f10..9240a2379d09 100644 --- a/java-alloydb/README.md +++ b/java-alloydb/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.82.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.82.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-analytics-admin/README.md b/java-analytics-admin/README.md index 19db8484ccb7..145249627000 100644 --- a/java-analytics-admin/README.md +++ b/java-analytics-admin/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.10 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-admin.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.103.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-analytics-data/README.md b/java-analytics-data/README.md index 47b6c5ff61db..4b85aef256f8 100644 --- a/java-analytics-data/README.md +++ b/java-analytics-data/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.104 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-data.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.104.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-analyticshub/README.md b/java-analyticshub/README.md index a1dfcaa6837f..d812839045bd 100644 --- a/java-analyticshub/README.md +++ b/java-analyticshub/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.90. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-analyticshub.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-analyticshub/0.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-api-gateway/README.md b/java-api-gateway/README.md index 309460d95f28..ad6a5f481d3e 100644 --- a/java-api-gateway/README.md +++ b/java-api-gateway/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.93.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-api-gateway.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-api-gateway/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-apigee-connect/README.md b/java-apigee-connect/README.md index f2ffbf600613..6dd6e518583a 100644 --- a/java-apigee-connect/README.md +++ b/java-apigee-connect/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-apigee-connect" % "2.9 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apigee-connect.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-connect/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-apigee-registry/README.md b/java-apigee-registry/README.md index 1fbc409f430b..4ba134cdf978 100644 --- a/java-apigee-registry/README.md +++ b/java-apigee-registry/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apigee-registry.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-registry/0.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-apihub/README.md b/java-apihub/README.md index dba9a8c2d7bd..36267b3cfccb 100644 --- a/java-apihub/README.md +++ b/java-apihub/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-apihub" % "0.46.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apihub.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apihub/0.46.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-apikeys/README.md b/java-apikeys/README.md index 8ee14f2e59a6..7dfa94c63022 100644 --- a/java-apikeys/README.md +++ b/java-apikeys/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.91.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apikeys.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apikeys/0.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-appengine-admin/README.md b/java-appengine-admin/README.md index c9d68cff292e..3be5067499f6 100644 --- a/java-appengine-admin/README.md +++ b/java-appengine-admin/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-appengine-admin.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-appengine-admin/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-apphub/README.md b/java-apphub/README.md index 95349daaa1c5..69cae96bc4c8 100644 --- a/java-apphub/README.md +++ b/java-apphub/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-apphub" % "0.57.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apphub.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apphub/0.57.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-appoptimize/README.md b/java-appoptimize/README.md index 608889e884a8..dcfcdc4adf9f 100644 --- a/java-appoptimize/README.md +++ b/java-appoptimize/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-appoptimize" % "0.3.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-appoptimize.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-appoptimize/0.3.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-area120-tables/README.md b/java-area120-tables/README.md index f0a733131580..2d1256ca7c10 100644 --- a/java-area120-tables/README.md +++ b/java-area120-tables/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.97.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.area120/google-area120-tables.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.area120/google-area120-tables/0.97.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-artifact-registry/README.md b/java-artifact-registry/README.md index 9a8cb8d81876..e2a9621b704e 100644 --- a/java-artifact-registry/README.md +++ b/java-artifact-registry/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % " ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-artifact-registry.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-artifact-registry/1.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-asset/README.md b/java-asset/README.md index b6e6a399627d..ac8b68459e62 100644 --- a/java-asset/README.md +++ b/java-asset/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.97.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-asset.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/3.97.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-assured-workloads/README.md b/java-assured-workloads/README.md index f7396e9a7be6..519a587c0b9b 100644 --- a/java-assured-workloads/README.md +++ b/java-assured-workloads/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % " ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-assured-workloads.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-assured-workloads/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-auditmanager/README.md b/java-auditmanager/README.md index 68d87a684792..017b5cade161 100644 --- a/java-auditmanager/README.md +++ b/java-auditmanager/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-auditmanager" % "0.11. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-auditmanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-auditmanager/0.11.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-automl/README.md b/java-automl/README.md index 816ff2f70c3e..d89a13872843 100644 --- a/java-automl/README.md +++ b/java-automl/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -187,14 +187,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-automl.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-automl/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-backstory/README.md b/java-backstory/README.md index 0c8206c7b75f..95979cdca2f6 100644 --- a/java-backstory/README.md +++ b/java-backstory/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-backstory" % "0.1.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-backstory.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-backstory/0.1.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-backupdr/README.md b/java-backupdr/README.md index a6263f8293aa..7effb872f687 100644 --- a/java-backupdr/README.md +++ b/java-backupdr/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-backupdr" % "0.52.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-backupdr.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-backupdr/0.52.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bare-metal-solution/README.md b/java-bare-metal-solution/README.md index b3c7adba515b..881d4b684761 100644 --- a/java-bare-metal-solution/README.md +++ b/java-bare-metal-solution/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bare-metal-solution.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bare-metal-solution/0.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-batch/README.md b/java-batch/README.md index 5a3eed9916c0..af233a1fc79a 100644 --- a/java-batch/README.md +++ b/java-batch/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-batch.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-beyondcorp-appconnections/README.md b/java-beyondcorp-appconnections/README.md index 0f08c67f669f..4034e5e3e1ca 100644 --- a/java-beyondcorp-appconnections/README.md +++ b/java-beyondcorp-appconnections/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnecti ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appconnections.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appconnections/0.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-beyondcorp-appconnectors/README.md b/java-beyondcorp-appconnectors/README.md index a90a19f2a93b..60cec97ba3a6 100644 --- a/java-beyondcorp-appconnectors/README.md +++ b/java-beyondcorp-appconnectors/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnecto ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appconnectors.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appconnectors/0.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-beyondcorp-appgateways/README.md b/java-beyondcorp-appgateways/README.md index 85ba00d41978..ecc49dc1d175 100644 --- a/java-beyondcorp-appgateways/README.md +++ b/java-beyondcorp-appgateways/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appgateways ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appgateways.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appgateways/0.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-beyondcorp-clientconnectorservices/README.md b/java-beyondcorp-clientconnectorservices/README.md index d223e3df40a8..b2b3430d8a1c 100644 --- a/java-beyondcorp-clientconnectorservices/README.md +++ b/java-beyondcorp-clientconnectorservices/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientconne ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-clientconnectorservices.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-clientconnectorservices/0.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-beyondcorp-clientgateways/README.md b/java-beyondcorp-clientgateways/README.md index 353355dcbfbd..a92a4ebd7adf 100644 --- a/java-beyondcorp-clientgateways/README.md +++ b/java-beyondcorp-clientgateways/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientgatew ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-clientgateways.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-clientgateways/0.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-biglake/README.md b/java-biglake/README.md index c11e1e1fbdcf..e7d508c8590c 100644 --- a/java-biglake/README.md +++ b/java-biglake/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.81.1" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-biglake.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-biglake/0.81.1 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bigquery-data-exchange/README.md b/java-bigquery-data-exchange/README.md index c234652bba6d..b374353ee7b4 100644 --- a/java-bigquery-data-exchange/README.md +++ b/java-bigquery-data-exchange/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery-data-exchange.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery-data-exchange/2.88.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bigqueryconnection/README.md b/java-bigqueryconnection/README.md index ec89235c732f..9347f3507902 100644 --- a/java-bigqueryconnection/README.md +++ b/java-bigqueryconnection/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigqueryconnection.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryconnection/2.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bigquerydatapolicy/README.md b/java-bigquerydatapolicy/README.md index 6cb68cdf2f18..580edaef53dd 100644 --- a/java-bigquerydatapolicy/README.md +++ b/java-bigquerydatapolicy/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatapolicy" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerydatapolicy.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerydatapolicy/0.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bigquerydatatransfer/README.md b/java-bigquerydatatransfer/README.md index 63a49b88f62d..2f4992506681 100644 --- a/java-bigquerydatatransfer/README.md +++ b/java-bigquerydatatransfer/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerydatatransfer.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerydatatransfer/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bigquerymigration/README.md b/java-bigquerymigration/README.md index 21a24f77d36f..9d92670f14c1 100644 --- a/java-bigquerymigration/README.md +++ b/java-bigquerymigration/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquerymigration" % " ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerymigration.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerymigration/0.96.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-bigqueryreservation/README.md b/java-bigqueryreservation/README.md index 827c63f2e87d..ee80acbd280b 100644 --- a/java-bigqueryreservation/README.md +++ b/java-bigqueryreservation/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigqueryreservation.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryreservation/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-billing/README.md b/java-billing/README.md index af1ca4ef1cc6..2cb76497cf33 100644 --- a/java-billing/README.md +++ b/java-billing/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-billing.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-billingbudgets/README.md b/java-billingbudgets/README.md index cc11ca75e21b..77a9bef1d688 100644 --- a/java-billingbudgets/README.md +++ b/java-billingbudgets/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.9 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-billingbudgets.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billingbudgets/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-binary-authorization/README.md b/java-binary-authorization/README.md index dcc8d9ad13be..6da4bfcb906c 100644 --- a/java-binary-authorization/README.md +++ b/java-binary-authorization/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-binary-authorization.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-binary-authorization/1.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-capacityplanner/README.md b/java-capacityplanner/README.md index fce68cc2dd8f..5e6a16d8e68c 100644 --- a/java-capacityplanner/README.md +++ b/java-capacityplanner/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-capacityplanner" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-capacityplanner.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-capacityplanner/0.16.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-certificate-manager/README.md b/java-certificate-manager/README.md index 2eb371bcf706..7585cbf7afb3 100644 --- a/java-certificate-manager/README.md +++ b/java-certificate-manager/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-certificate-manager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-certificate-manager/0.96.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-ces/README.md b/java-ces/README.md index 42c014aba07e..d315aa4588b6 100644 --- a/java-ces/README.md +++ b/java-ces/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-ces" % "0.9.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-ces.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ces/0.9.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-channel/README.md b/java-channel/README.md index cc5e9819fc33..6d12c8600a11 100644 --- a/java-channel/README.md +++ b/java-channel/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.97.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-channel.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-channel/3.97.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-chat/README.md b/java-chat/README.md index c196b8d86eec..2d70fc612a36 100644 --- a/java-chat/README.md +++ b/java-chat/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-chat" % "0.57.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-chat.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-chat/0.57.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-chronicle/README.md b/java-chronicle/README.md index 63bd11414498..b45032ad5193 100644 --- a/java-chronicle/README.md +++ b/java-chronicle/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-chronicle" % "0.31.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-chronicle.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-chronicle/0.31.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-cloudapiregistry/README.md b/java-cloudapiregistry/README.md index 07cfa1e15994..193a0c72599b 100644 --- a/java-cloudapiregistry/README.md +++ b/java-cloudapiregistry/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-cloudapiregistry" % "0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudapiregistry.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudapiregistry/0.12.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-cloudbuild/README.md b/java-cloudbuild/README.md index cfb109d57bf1..1b366fdf4390 100644 --- a/java-cloudbuild/README.md +++ b/java-cloudbuild/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.95.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-build.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-build/3.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-cloudcommerceconsumerprocurement/README.md b/java-cloudcommerceconsumerprocurement/README.md index 52807ec4daf1..f250c368709a 100644 --- a/java-cloudcommerceconsumerprocurement/README.md +++ b/java-cloudcommerceconsumerprocurement/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerp ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudcommerceconsumerprocurement.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudcommerceconsumerprocurement/0.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-cloudcontrolspartner/README.md b/java-cloudcontrolspartner/README.md index a26e2d4fd83c..545124504855 100644 --- a/java-cloudcontrolspartner/README.md +++ b/java-cloudcontrolspartner/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-cloudcontrolspartner" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudcontrolspartner.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudcontrolspartner/0.57.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-cloudquotas/README.md b/java-cloudquotas/README.md index a44918da972a..dca33f97481a 100644 --- a/java-cloudquotas/README.md +++ b/java-cloudquotas/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-cloudquotas" % "0.61.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -178,14 +178,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudquotas.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudquotas/0.61.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-cloudsecuritycompliance/README.md b/java-cloudsecuritycompliance/README.md index 5ad8b9852a71..f8085adc1b74 100644 --- a/java-cloudsecuritycompliance/README.md +++ b/java-cloudsecuritycompliance/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-cloudsecuritycomplianc ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudsecuritycompliance.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsecuritycompliance/0.20.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-cloudsupport/README.md b/java-cloudsupport/README.md index b045b76795f6..8106a3e6b1be 100644 --- a/java-cloudsupport/README.md +++ b/java-cloudsupport/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-cloudsupport" % "0.77. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudsupport.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsupport/0.77.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-common-protos/.repo-metadata.json b/java-common-protos/.repo-metadata.json index b6749af2e1c7..a1938071242d 100644 --- a/java-common-protos/.repo-metadata.json +++ b/java-common-protos/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Common Protos", "product_documentation": "https://github.com/googleapis/api-common-protos", "api_description": "Protobuf classes for Google's common protos.", - "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/overview", "release_level": "stable", "transport": "grpc", "language": "java", @@ -14,4 +14,4 @@ "requires_billing": true, "excluded_dependencies": "grpc-google-common-protos,proto-google-common-protos,proto-google-common-protos-parent", "excluded_poms": "proto-google-common-protos-bom,proto-google-common-protos" -} \ No newline at end of file +} diff --git a/java-compute/README.md b/java-compute/README.md index 8b8b131b6e18..60312bdb31df 100644 --- a/java-compute/README.md +++ b/java-compute/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.103.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -239,14 +239,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-compute.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-compute/1.103.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-confidentialcomputing/README.md b/java-confidentialcomputing/README.md index 13203fc42b68..6a0342c9ad39 100644 --- a/java-confidentialcomputing/README.md +++ b/java-confidentialcomputing/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-confidentialcomputing" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-confidentialcomputing.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-confidentialcomputing/0.79.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-configdelivery/README.md b/java-configdelivery/README.md index 8e1aa5a70c9a..af7cd41d3ec1 100644 --- a/java-configdelivery/README.md +++ b/java-configdelivery/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-configdelivery" % "0.2 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-configdelivery.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-configdelivery/0.27.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-connectgateway/README.md b/java-connectgateway/README.md index 85c9e37e2cef..28a7c238b4ec 100644 --- a/java-connectgateway/README.md +++ b/java-connectgateway/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-connectgateway" % "0.4 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-connectgateway.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-connectgateway/0.45.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md index 19dae4f4c892..f4c0db200ac4 100644 --- a/java-contact-center-insights/README.md +++ b/java-contact-center-insights/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insight ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contact-center-insights.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contact-center-insights/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-container/README.md b/java-container/README.md index cc2d6f615fa5..f83729a242a1 100644 --- a/java-container/README.md +++ b/java-container/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.96.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-container.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-container/2.96.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-containeranalysis/README.md b/java-containeranalysis/README.md index 594aa73db090..fea64c550550 100644 --- a/java-containeranalysis/README.md +++ b/java-containeranalysis/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % " ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-containeranalysis.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-containeranalysis/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-contentwarehouse/README.md b/java-contentwarehouse/README.md index eb79f7d273f0..f5ff9e818e1d 100644 --- a/java-contentwarehouse/README.md +++ b/java-contentwarehouse/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-contentwarehouse" % "0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contentwarehouse.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contentwarehouse/0.89.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-data-fusion/README.md b/java-data-fusion/README.md index 3903c315a2f3..75bf637d2229 100644 --- a/java-data-fusion/README.md +++ b/java-data-fusion/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-data-fusion" % "1.93.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-data-fusion.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-data-fusion/1.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-databasecenter/README.md b/java-databasecenter/README.md index 6c2036e18513..7520b06db765 100644 --- a/java-databasecenter/README.md +++ b/java-databasecenter/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-databasecenter" % "0.1 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-databasecenter.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-databasecenter/0.14.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-datacatalog/README.md b/java-datacatalog/README.md index 609ee2aaf4bb..73a3b5832035 100644 --- a/java-datacatalog/README.md +++ b/java-datacatalog/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.99.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datacatalog.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datacatalog/1.99.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dataflow/README.md b/java-dataflow/README.md index b1e77d1035fd..c581d4a38a8e 100644 --- a/java-dataflow/README.md +++ b/java-dataflow/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.97.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataflow.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataflow/0.97.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dataform/README.md b/java-dataform/README.md index 3f507f10c1ad..c5b115b464f3 100644 --- a/java-dataform/README.md +++ b/java-dataform/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataform.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataform/0.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-datalabeling/README.md b/java-datalabeling/README.md index 2f588a214177..230eaf8fff4e 100644 --- a/java-datalabeling/README.md +++ b/java-datalabeling/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.213 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datalabeling.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datalabeling/0.213.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-datalineage/README.md b/java-datalineage/README.md index 07287a959f82..e3d352d52a7d 100644 --- a/java-datalineage/README.md +++ b/java-datalineage/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.85.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datalineage.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datalineage/0.85.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-datamanager/README.md b/java-datamanager/README.md index 23e0641aa956..2f0f9a550fbc 100644 --- a/java-datamanager/README.md +++ b/java-datamanager/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.api-ads" % "data-manager" % "0.14.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/data-manager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/data-manager/0.14.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dataplex/README.md b/java-dataplex/README.md index d39a3a4466df..c6ab3b3735c3 100644 --- a/java-dataplex/README.md +++ b/java-dataplex/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.91.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataplex.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataplex/1.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dataproc-metastore/README.md b/java-dataproc-metastore/README.md index 6576be0b9baa..f64633186981 100644 --- a/java-dataproc-metastore/README.md +++ b/java-dataproc-metastore/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataproc-metastore.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc-metastore/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dataproc/README.md b/java-dataproc/README.md index 712815366621..47a34f173a0a 100644 --- a/java-dataproc/README.md +++ b/java-dataproc/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.90.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataproc.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc/4.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-datastream/README.md b/java-datastream/README.md index 2fef74296533..0be16668f2f7 100644 --- a/java-datastream/README.md +++ b/java-datastream/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastream.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastream/1.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-deploy/README.md b/java-deploy/README.md index cb0a67a92381..c23ccc8872e8 100644 --- a/java-deploy/README.md +++ b/java-deploy/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.91.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-deploy.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-developerconnect/README.md b/java-developerconnect/README.md index 38ea28ef8320..7e0460dfbb3c 100644 --- a/java-developerconnect/README.md +++ b/java-developerconnect/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-developerconnect" % "0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-developerconnect.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-developerconnect/0.50.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-developerknowledge/README.md b/java-developerknowledge/README.md index 8ce2a33166ff..0e1917598f12 100644 --- a/java-developerknowledge/README.md +++ b/java-developerknowledge/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-developer-knowledge" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-developer-knowledge.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-developer-knowledge/0.1.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-devicestreaming/README.md b/java-devicestreaming/README.md index 09e0287102fb..260d53888c5c 100644 --- a/java-devicestreaming/README.md +++ b/java-devicestreaming/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-devicestreaming" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-devicestreaming.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-devicestreaming/0.33.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dialogflow-cx/README.md b/java-dialogflow-cx/README.md index 5d0e0b38afa1..aef5abdf8f85 100644 --- a/java-dialogflow-cx/README.md +++ b/java-dialogflow-cx/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.10 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow-cx.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow-cx/0.104.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dialogflow/README.md b/java-dialogflow/README.md index d945630da800..cd4512553b00 100644 --- a/java-dialogflow/README.md +++ b/java-dialogflow/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.99.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.99.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-discoveryengine/README.md b/java-discoveryengine/README.md index 9bb154d7a089..d022ccddf2b6 100644 --- a/java-discoveryengine/README.md +++ b/java-discoveryengine/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-discoveryengine" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-discoveryengine.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-discoveryengine/0.89.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-distributedcloudedge/README.md b/java-distributedcloudedge/README.md index 3a638c9aaa50..6e4343e72a26 100644 --- a/java-distributedcloudedge/README.md +++ b/java-distributedcloudedge/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-distributedcloudedge" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-distributedcloudedge.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-distributedcloudedge/0.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dlp/README.md b/java-dlp/README.md index b95a3770b154..2aec82d70430 100644 --- a/java-dlp/README.md +++ b/java-dlp/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.97.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dlp.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dlp/3.97.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dms/README.md b/java-dms/README.md index b08cad388ec0..1621bc21d236 100644 --- a/java-dms/README.md +++ b/java-dms/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dms.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dms/2.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-dns/README.md b/java-dns/README.md index 11399b700e1c..3cfa834af1d0 100644 --- a/java-dns/README.md +++ b/java-dns/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.78.0 + 26.83.0 pom import @@ -32,11 +32,11 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud google-cloud-dns + ``` If you are using Maven without the BOM, add this to your dependencies: - ```xml @@ -57,11 +57,10 @@ If you are using SBT, add this to your dependencies: ```Scala libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.91.0" ``` - ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -166,40 +165,22 @@ information. Apache 2.0 - See [LICENSE][license] for more information. -## CI Status - -Java Version | Status ------------- | ------ -Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2] -Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3] -Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4] -Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5] - Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: https://cloud.google.com/dns [javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dns/latest/overview -[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg -[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html -[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg -[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html -[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg -[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html -[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg -[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html -[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg -[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dns.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dns/2.12.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dns/2.91.0 +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-document-ai/README.md b/java-document-ai/README.md index e709d5f06fe5..42ae24398fb7 100644 --- a/java-document-ai/README.md +++ b/java-document-ai/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.97.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-document-ai.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-document-ai/2.97.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-domains/README.md b/java-domains/README.md index 69dd13b4a37e..a5bbba2492b5 100644 --- a/java-domains/README.md +++ b/java-domains/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.90.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-domains.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-domains/1.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-edgenetwork/README.md b/java-edgenetwork/README.md index b79102c611f1..e32853e0540b 100644 --- a/java-edgenetwork/README.md +++ b/java-edgenetwork/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-edgenetwork" % "0.61.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-edgenetwork.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-edgenetwork/0.61.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-enterpriseknowledgegraph/README.md b/java-enterpriseknowledgegraph/README.md index 4662fc404e09..51e1b73196db 100644 --- a/java-enterpriseknowledgegraph/README.md +++ b/java-enterpriseknowledgegraph/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegra ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-enterpriseknowledgegraph.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-enterpriseknowledgegraph/0.89.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-errorreporting/README.md b/java-errorreporting/README.md index 5948d362c4fc..5256979732a1 100644 --- a/java-errorreporting/README.md +++ b/java-errorreporting/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.2 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-errorreporting.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.214.0-beta -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-essential-contacts/README.md b/java-essential-contacts/README.md index c1ac483e861e..95f014737e1b 100644 --- a/java-essential-contacts/README.md +++ b/java-essential-contacts/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-essential-contacts.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-essential-contacts/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-eventarc-publishing/README.md b/java-eventarc-publishing/README.md index 6120cdf060c0..a24e9a1ad871 100644 --- a/java-eventarc-publishing/README.md +++ b/java-eventarc-publishing/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-eventarc-publishing.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-eventarc-publishing/0.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-eventarc/README.md b/java-eventarc/README.md index 2191ff8f6550..695fed138461 100644 --- a/java-eventarc/README.md +++ b/java-eventarc/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-eventarc.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-eventarc/1.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-filestore/README.md b/java-filestore/README.md index 59530021f3f9..b57a41096c9c 100644 --- a/java-filestore/README.md +++ b/java-filestore/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-filestore.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-filestore/1.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-financialservices/README.md b/java-financialservices/README.md index 1912f203a7a4..d24d2d58c1ed 100644 --- a/java-financialservices/README.md +++ b/java-financialservices/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-financialservices" % " ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-financialservices.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-financialservices/0.34.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-functions/README.md b/java-functions/README.md index 0dd0f5d61220..7ba2014591a3 100644 --- a/java-functions/README.md +++ b/java-functions/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.95.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-functions.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-functions/2.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-gdchardwaremanagement/README.md b/java-gdchardwaremanagement/README.md index 6fd06a96e807..d6736f43d929 100644 --- a/java-gdchardwaremanagement/README.md +++ b/java-gdchardwaremanagement/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-gdchardwaremanagement" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gdchardwaremanagement.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gdchardwaremanagement/0.48.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-geminidataanalytics/README.md b/java-geminidataanalytics/README.md index ec4f85556a11..29d119446d38 100644 --- a/java-geminidataanalytics/README.md +++ b/java-geminidataanalytics/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-geminidataanalytics" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-geminidataanalytics.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-geminidataanalytics/0.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-gke-backup/README.md b/java-gke-backup/README.md index ce02dde919f3..b3654aba87e5 100644 --- a/java-gke-backup/README.md +++ b/java-gke-backup/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-backup.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-backup/0.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-gke-connect-gateway/README.md b/java-gke-connect-gateway/README.md index a92cd9e74abf..e4dfdf67e085 100644 --- a/java-gke-connect-gateway/README.md +++ b/java-gke-connect-gateway/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-connect-gateway.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-connect-gateway/0.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-gke-multi-cloud/README.md b/java-gke-multi-cloud/README.md index c611d22bd8e7..f8d6b3611990 100644 --- a/java-gke-multi-cloud/README.md +++ b/java-gke-multi-cloud/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-multi-cloud.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-multi-cloud/0.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-gkehub/README.md b/java-gkehub/README.md index 9dd8ba4df6f1..1d8ac986758e 100644 --- a/java-gkehub/README.md +++ b/java-gkehub/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gkehub.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gkehub/1.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-gkerecommender/README.md b/java-gkerecommender/README.md index 196bd38be2e5..07f78b39f925 100644 --- a/java-gkerecommender/README.md +++ b/java-gkerecommender/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-gkerecommender" % "0.1 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gkerecommender.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gkerecommender/0.13.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-grafeas/README.md b/java-grafeas/README.md index 017089fae0df..c942286c6717 100644 --- a/java-grafeas/README.md +++ b/java-grafeas/README.md @@ -37,7 +37,7 @@ libraryDependencies += "io.grafeas" % "grafeas" % "2.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/io.grafeas/grafeas.svg [maven-version-link]: https://central.sonatype.com/artifact/io.grafeas/grafeas/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-gsuite-addons/README.md b/java-gsuite-addons/README.md index b526c44c371d..442252c00c1d 100644 --- a/java-gsuite-addons/README.md +++ b/java-gsuite-addons/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.93 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gsuite-addons.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gsuite-addons/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-health/README.md b/java-health/README.md index 6337f28ec41c..6e4d64b85373 100644 --- a/java-health/README.md +++ b/java-health/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-health" % "0.2.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-health.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-health/0.2.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-hypercomputecluster/README.md b/java-hypercomputecluster/README.md index ae2426b5435d..9954b1855681 100644 --- a/java-hypercomputecluster/README.md +++ b/java-hypercomputecluster/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-hypercomputecluster" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-hypercomputecluster.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-hypercomputecluster/0.13.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-iam-admin/README.md b/java-iam-admin/README.md index ea0b0cf0f9d0..8b7bc74ab867 100644 --- a/java-iam-admin/README.md +++ b/java-iam-admin/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.88.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-iam-admin.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-admin/3.88.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-iam-policy/.repo-metadata.json b/java-iam-policy/.repo-metadata.json index 38ce98c95940..f0cc4b988f29 100644 --- a/java-iam-policy/.repo-metadata.json +++ b/java-iam-policy/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Cloud IAM Policy", "product_documentation": "n/a", "api_description": "n/a", - "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history", + "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview", "release_level": "stable", "transport": "both", "language": "java", @@ -15,4 +15,4 @@ "requires_billing": true, "excluded_dependencies": "google-iam-policy", "excluded_poms": "proto-google-iam-v1-bom,google-iam-policy,proto-google-iam-v1" -} \ No newline at end of file +} diff --git a/java-iam-policy/README.md b/java-iam-policy/README.md index addce744c472..9eee15537347 100644 --- a/java-iam-policy/README.md +++ b/java-iam-policy/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.90.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -172,18 +172,19 @@ Apache 2.0 - See [LICENSE][license] for more information. Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: n/a -[javadocs]: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history +[javadocs]: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-iam-policy.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-iamcredentials/README.md b/java-iamcredentials/README.md index c5ef748b9abb..508721d82f8a 100644 --- a/java-iamcredentials/README.md +++ b/java-iamcredentials/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.9 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-iamcredentials.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iamcredentials/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-iap/README.md b/java-iap/README.md index 440be6e74ed5..b3c8d12f0eb1 100644 --- a/java-iap/README.md +++ b/java-iap/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.49.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-iap.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iap/0.49.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-ids/README.md b/java-ids/README.md index 504228174b26..307b00334fb2 100644 --- a/java-ids/README.md +++ b/java-ids/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-ids.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ids/1.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-infra-manager/README.md b/java-infra-manager/README.md index 810c3a45d812..f60b624df359 100644 --- a/java-infra-manager/README.md +++ b/java-infra-manager/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.70 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-infra-manager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.70.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-iot/README.md b/java-iot/README.md index 1752de33ef40..2ce11f905995 100644 --- a/java-iot/README.md +++ b/java-iot/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-iot.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iot/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-java-shopping-merchant-issue-resolution/README.md b/java-java-shopping-merchant-issue-resolution/README.md index 0fb55f3e9656..dd0a9c5627e7 100644 --- a/java-java-shopping-merchant-issue-resolution/README.md +++ b/java-java-shopping-merchant-issue-resolution/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-issue-r ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-issue-resolution.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-issue-resolution/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-java-shopping-merchant-order-tracking/README.md b/java-java-shopping-merchant-order-tracking/README.md index cc29f116b7ad..3d5f49f05353 100644 --- a/java-java-shopping-merchant-order-tracking/README.md +++ b/java-java-shopping-merchant-order-tracking/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-order-t ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-order-tracking.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-order-tracking/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-kms/README.md b/java-kms/README.md index 0985db100ffd..a25aa97b7416 100644 --- a/java-kms/README.md +++ b/java-kms/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.96.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-kms.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms/2.96.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-kmsinventory/README.md b/java-kmsinventory/README.md index 3cd9d818d503..6e56d1fb3c13 100644 --- a/java-kmsinventory/README.md +++ b/java-kmsinventory/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.82. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-kmsinventory.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kmsinventory/0.82.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-language/README.md b/java-language/README.md index 561f6818146a..d789347b7406 100644 --- a/java-language/README.md +++ b/java-language/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -208,14 +208,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-language.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-language/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-licensemanager/README.md b/java-licensemanager/README.md index 60d93f63aebd..148b98192b32 100644 --- a/java-licensemanager/README.md +++ b/java-licensemanager/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-licensemanager" % "0.2 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-licensemanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-licensemanager/0.26.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-life-sciences/README.md b/java-life-sciences/README.md index 6023f5e22b15..37ef4cfecbf9 100644 --- a/java-life-sciences/README.md +++ b/java-life-sciences/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.95 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-life-sciences.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-life-sciences/0.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-locationfinder/README.md b/java-locationfinder/README.md index 322f879260de..04cba8eb15c2 100644 --- a/java-locationfinder/README.md +++ b/java-locationfinder/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-locationfinder" % "0.1 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-locationfinder.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-locationfinder/0.18.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-lustre/README.md b/java-lustre/README.md index 34aaa2591f79..06b0347194e3 100644 --- a/java-lustre/README.md +++ b/java-lustre/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-lustre" % "0.33.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-lustre.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-lustre/0.33.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maintenance/README.md b/java-maintenance/README.md index 1ad51ba593ad..9bd0f4d3b3d3 100644 --- a/java-maintenance/README.md +++ b/java-maintenance/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-maintenance" % "0.27.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-maintenance.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-maintenance/0.27.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-managed-identities/README.md b/java-managed-identities/README.md index 9cc5ed74beab..9adbeb4894ae 100644 --- a/java-managed-identities/README.md +++ b/java-managed-identities/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-managed-identities.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-managed-identities/1.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-managedkafka/README.md b/java-managedkafka/README.md index 8646c3db141a..fba71f955b6b 100644 --- a/java-managedkafka/README.md +++ b/java-managedkafka/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-managedkafka" % "0.49. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-managedkafka.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-managedkafka/0.49.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-addressvalidation/README.md b/java-maps-addressvalidation/README.md index 3ff6cada018e..966ab536a5cc 100644 --- a/java-maps-addressvalidation/README.md +++ b/java-maps-addressvalidation/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-addressvalidation.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-addressvalidation/0.87.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-area-insights/README.md b/java-maps-area-insights/README.md index 9630e6e1684e..31642840448b 100644 --- a/java-maps-area-insights/README.md +++ b/java-maps-area-insights/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-area-insights" % "0.44.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-area-insights.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-area-insights/0.44.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-fleetengine-delivery/README.md b/java-maps-fleetengine-delivery/README.md index 96078b555b6b..4e00c2dfb468 100644 --- a/java-maps-fleetengine-delivery/README.md +++ b/java-maps-fleetengine-delivery/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-fleetengine-delivery" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-fleetengine-delivery.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-fleetengine-delivery/0.40.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-fleetengine/README.md b/java-maps-fleetengine/README.md index 3e4675ac7be3..d9a7454449cb 100644 --- a/java-maps-fleetengine/README.md +++ b/java-maps-fleetengine/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-fleetengine" % "0.40.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-fleetengine.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-fleetengine/0.40.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-geocode/README.md b/java-maps-geocode/README.md index e3eb8be3b68e..39e31164ab0b 100644 --- a/java-maps-geocode/README.md +++ b/java-maps-geocode/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-geocode" % "0.5.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-geocode.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-geocode/0.5.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-mapmanagement/README.md b/java-maps-mapmanagement/README.md index 953f3b708323..5b4f95c624b8 100644 --- a/java-maps-mapmanagement/README.md +++ b/java-maps-mapmanagement/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-mapmanagement" % "0.2.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-mapmanagement.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-mapmanagement/0.2.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-mapsplatformdatasets/README.md b/java-maps-mapsplatformdatasets/README.md index 318c6af0261e..55dc9e739123 100644 --- a/java-maps-mapsplatformdatasets/README.md +++ b/java-maps-mapsplatformdatasets/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -160,14 +160,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-mapsplatformdatasets.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-mapsplatformdatasets/0.82.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-places/README.md b/java-maps-places/README.md index ce44d31df743..f156ec441043 100644 --- a/java-maps-places/README.md +++ b/java-maps-places/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-places" % "0.64.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -163,14 +163,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-places.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-places/0.64.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-routeoptimization/README.md b/java-maps-routeoptimization/README.md index f3ec6559c2e8..5534469ad829 100644 --- a/java-maps-routeoptimization/README.md +++ b/java-maps-routeoptimization/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-routeoptimization" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-routeoptimization.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-routeoptimization/0.51.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-routing/README.md b/java-maps-routing/README.md index 6abfe424b3a9..cb74380232b6 100644 --- a/java-maps-routing/README.md +++ b/java-maps-routing/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.78.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-routing.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-routing/1.78.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-maps-solar/README.md b/java-maps-solar/README.md index 9469ce375c08..76b29f443906 100644 --- a/java-maps-solar/README.md +++ b/java-maps-solar/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.maps" % "google-maps-solar" % "0.52.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-solar.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-solar/0.52.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-marketingplatformadminapi/README.md b/java-marketingplatformadminapi/README.md index 0c275362b823..4910d97d4159 100644 --- a/java-marketingplatformadminapi/README.md +++ b/java-marketingplatformadminapi/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.ads-marketingplatform" % "admin" % "0.42.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.ads-marketingplatform/admin.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.ads-marketingplatform/admin/0.42.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-mediatranslation/README.md b/java-mediatranslation/README.md index dbcb8777d8d8..369bc28919d2 100644 --- a/java-mediatranslation/README.md +++ b/java-mediatranslation/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-mediatranslation.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-mediatranslation/0.99.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-meet/README.md b/java-meet/README.md index c25a08d16d2c..2d53ce78516e 100644 --- a/java-meet/README.md +++ b/java-meet/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-meet" % "0.60.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-meet.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-meet/0.60.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-memcache/README.md b/java-memcache/README.md index 1f4177e5e35f..65906741e7a5 100644 --- a/java-memcache/README.md +++ b/java-memcache/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-memcache.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-memcache/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-migrationcenter/README.md b/java-migrationcenter/README.md index ab46939e47a5..4151ad23eab2 100644 --- a/java-migrationcenter/README.md +++ b/java-migrationcenter/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-migrationcenter" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-migrationcenter.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-migrationcenter/0.75.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-modelarmor/README.md b/java-modelarmor/README.md index dbb634f02cbf..6504ae821cb9 100644 --- a/java-modelarmor/README.md +++ b/java-modelarmor/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-modelarmor" % "0.34.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-modelarmor.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-modelarmor/0.34.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-monitoring-dashboards/README.md b/java-monitoring-dashboards/README.md index af85c32602aa..d3dc9a8a016e 100644 --- a/java-monitoring-dashboards/README.md +++ b/java-monitoring-dashboards/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-monitoring-dashboard.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring-dashboard/2.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-monitoring-metricsscope/README.md b/java-monitoring-metricsscope/README.md index 9641a8a0f4e8..290ff3585411 100644 --- a/java-monitoring-metricsscope/README.md +++ b/java-monitoring-metricsscope/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscop ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-monitoring-metricsscope.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring-metricsscope/0.87.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-monitoring/README.md b/java-monitoring/README.md index 91902266b72a..69b1f045b5f7 100644 --- a/java-monitoring/README.md +++ b/java-monitoring/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-monitoring.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring/3.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-netapp/README.md b/java-netapp/README.md index fcc6dbf87c65..e498450f2c28 100644 --- a/java-netapp/README.md +++ b/java-netapp/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.72.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-netapp.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-netapp/0.72.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-network-management/README.md b/java-network-management/README.md index ed45420cad33..446a7b660482 100644 --- a/java-network-management/README.md +++ b/java-network-management/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-network-management.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-network-management/1.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-network-security/README.md b/java-network-security/README.md index 2c061d435b5e..6388aaf79dcb 100644 --- a/java-network-security/README.md +++ b/java-network-security/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-network-security.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-network-security/0.96.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-networkconnectivity/README.md b/java-networkconnectivity/README.md index 847c18f1408d..29f2a85b69eb 100644 --- a/java-networkconnectivity/README.md +++ b/java-networkconnectivity/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-networkconnectivity.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-networkconnectivity/1.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-networkservices/README.md b/java-networkservices/README.md index 71348512d47e..956933e1fc2e 100644 --- a/java-networkservices/README.md +++ b/java-networkservices/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-networkservices" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-networkservices.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-networkservices/0.49.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-notebooks/README.md b/java-notebooks/README.md index c00f3d1014e3..f9356b3aef84 100644 --- a/java-notebooks/README.md +++ b/java-notebooks/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.91.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-notebooks.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notebooks/1.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-notification/README.md b/java-notification/README.md index 4e4f75f3a184..6bb913986f2d 100644 --- a/java-notification/README.md +++ b/java-notification/README.md @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.78.0 + 26.83.0 pom import @@ -35,11 +35,11 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud google-cloud-notification + ``` If you are using Maven without the BOM, add this to your dependencies: - ```xml @@ -60,11 +60,10 @@ If you are using SBT, add this to your dependencies: ```Scala libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.211.0-beta" ``` - ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -172,40 +171,22 @@ information. Apache 2.0 - See [LICENSE][license] for more information. -## CI Status - -Java Version | Status ------------- | ------ -Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2] -Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3] -Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4] -Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5] - Java is a registered trademark of Oracle and/or its affiliates. [product-docs]: [javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-notification/latest/overview -[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg -[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html -[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg -[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html -[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg -[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html -[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg -[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html -[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg -[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-notification.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notification/0.132.0-beta -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notification/0.211.0-beta +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-optimization/README.md b/java-optimization/README.md index 33e4b3b929da..c16a1841192b 100644 --- a/java-optimization/README.md +++ b/java-optimization/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.91. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-optimization.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-optimization/1.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-oracledatabase/README.md b/java-oracledatabase/README.md index ea6f302e3d7d..8cacd665a394 100644 --- a/java-oracledatabase/README.md +++ b/java-oracledatabase/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-oracledatabase" % "0.4 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-oracledatabase.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-oracledatabase/0.42.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-orchestration-airflow/README.md b/java-orchestration-airflow/README.md index 7c499cfa641b..b1a1f3146108 100644 --- a/java-orchestration-airflow/README.md +++ b/java-orchestration-airflow/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-orchestration-airflow.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orchestration-airflow/1.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-orgpolicy/README.md b/java-orgpolicy/README.md index bb9a1e41d4e7..1e6e202d51fe 100644 --- a/java-orgpolicy/README.md +++ b/java-orgpolicy/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-orgpolicy.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orgpolicy/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-os-config/README.md b/java-os-config/README.md index 40de18215735..919ca56ea5db 100644 --- a/java-os-config/README.md +++ b/java-os-config/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.95.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-os-config.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-os-config/2.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-os-login/README.md b/java-os-login/README.md index 8334ed3624c2..bfe1b7dd2c1c 100644 --- a/java-os-login/README.md +++ b/java-os-login/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-os-login.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-os-login/2.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-parallelstore/README.md b/java-parallelstore/README.md index eb1a47da0027..113d6746f3a5 100644 --- a/java-parallelstore/README.md +++ b/java-parallelstore/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.56 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-parallelstore.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-parallelstore/0.56.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-parametermanager/README.md b/java-parametermanager/README.md index 6696e0a5bfac..7a10a2713340 100644 --- a/java-parametermanager/README.md +++ b/java-parametermanager/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-parametermanager" % "0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-parametermanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-parametermanager/0.37.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-phishingprotection/README.md b/java-phishingprotection/README.md index c11b2edcc2d7..c865ec14178d 100644 --- a/java-phishingprotection/README.md +++ b/java-phishingprotection/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-phishingprotection.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-phishingprotection/0.124.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-policy-troubleshooter/README.md b/java-policy-troubleshooter/README.md index e3a49be51da0..dea04c9bd975 100644 --- a/java-policy-troubleshooter/README.md +++ b/java-policy-troubleshooter/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-policy-troubleshooter.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-policy-troubleshooter/1.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-policysimulator/README.md b/java-policysimulator/README.md index 4b331cb8ecd6..35c028d2ea87 100644 --- a/java-policysimulator/README.md +++ b/java-policysimulator/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-policysimulator.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-policysimulator/0.72.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-private-catalog/README.md b/java-private-catalog/README.md index b42beed9902b..8f8d6b0c993b 100644 --- a/java-private-catalog/README.md +++ b/java-private-catalog/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-private-catalog.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-private-catalog/0.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-privilegedaccessmanager/README.md b/java-privilegedaccessmanager/README.md index daade384a80b..fa17552fd4a0 100644 --- a/java-privilegedaccessmanager/README.md +++ b/java-privilegedaccessmanager/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-privilegedaccessmanage ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-privilegedaccessmanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-privilegedaccessmanager/0.47.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-profiler/README.md b/java-profiler/README.md index 5dc0edc1fb74..9b512cb43ed3 100644 --- a/java-profiler/README.md +++ b/java-profiler/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-profiler.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-profiler/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-publicca/README.md b/java-publicca/README.md index 6ea668bd55f2..53069425d42a 100644 --- a/java-publicca/README.md +++ b/java-publicca/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.90.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-publicca.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-publicca/0.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-rapidmigrationassessment/README.md b/java-rapidmigrationassessment/README.md index b906df7cd8a4..164a8cb12aeb 100644 --- a/java-rapidmigrationassessment/README.md +++ b/java-rapidmigrationassessment/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessme ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-rapidmigrationassessment.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-rapidmigrationassessment/0.76.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md index a9b866c76c98..1cd9e8f630e7 100644 --- a/java-recaptchaenterprise/README.md +++ b/java-recaptchaenterprise/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-recaptchaenterprise.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.90.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-recommendations-ai/README.md b/java-recommendations-ai/README.md index e86ff526d26d..bd7dd48ca3e8 100644 --- a/java-recommendations-ai/README.md +++ b/java-recommendations-ai/README.md @@ -64,7 +64,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -183,14 +183,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-recommendations-ai.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recommendations-ai/0.100.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-recommender/README.md b/java-recommender/README.md index 998ea36fd4ca..568cfac3d476 100644 --- a/java-recommender/README.md +++ b/java-recommender/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.95.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-recommender.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recommender/2.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-redis-cluster/README.md b/java-redis-cluster/README.md index 343d26771b12..3fe86021e091 100644 --- a/java-redis-cluster/README.md +++ b/java-redis-cluster/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-redis-cluster" % "0.65 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-redis-cluster.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-redis-cluster/0.65.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-redis/README.md b/java-redis/README.md index 68517414ecf8..7481d682b2a0 100644 --- a/java-redis/README.md +++ b/java-redis/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.96.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-redis.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-redis/2.96.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index a59e7a38e527..5b28a3b80ae1 100644 --- a/java-resourcemanager/README.md +++ b/java-resourcemanager/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -317,14 +317,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-resourcemanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-resourcemanager/1.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-retail/README.md b/java-retail/README.md index b170a90173df..2d7d69f885e1 100644 --- a/java-retail/README.md +++ b/java-retail/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.95.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-retail.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-retail/2.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-run/README.md b/java-run/README.md index 246be0b57ebe..c1ac0a69d200 100644 --- a/java-run/README.md +++ b/java-run/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-run.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-run/0.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-saasservicemgmt/README.md b/java-saasservicemgmt/README.md index 143fa4523706..389bcf3070f8 100644 --- a/java-saasservicemgmt/README.md +++ b/java-saasservicemgmt/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-saasservicemgmt" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-saasservicemgmt.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-saasservicemgmt/0.23.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-scheduler/README.md b/java-scheduler/README.md index 60a34d0858ef..4298f3fd23e7 100644 --- a/java-scheduler/README.md +++ b/java-scheduler/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-scheduler.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-scheduler/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md index 67f5bd4b11ac..0f1bd7be8115 100644 --- a/java-secretmanager/README.md +++ b/java-secretmanager/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.93 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-secretmanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-secretmanager/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-securesourcemanager/README.md b/java-securesourcemanager/README.md index abf1e2ba53fb..ff7d05b09194 100644 --- a/java-securesourcemanager/README.md +++ b/java-securesourcemanager/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -177,14 +177,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securesourcemanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securesourcemanager/0.63.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-security-private-ca/README.md b/java-security-private-ca/README.md index 1d4cfde86bba..f4e969547fad 100644 --- a/java-security-private-ca/README.md +++ b/java-security-private-ca/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-security-private-ca.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-security-private-ca/2.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-securitycenter-settings/README.md b/java-securitycenter-settings/README.md index ef0067b01096..34524a92e606 100644 --- a/java-securitycenter-settings/README.md +++ b/java-securitycenter-settings/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-setting ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securitycenter-settings.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycenter-settings/0.96.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-securitycenter/README.md b/java-securitycenter/README.md index da04d4a5bb36..6c63740d3331 100644 --- a/java-securitycenter/README.md +++ b/java-securitycenter/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.1 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securitycenter.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycenter/2.101.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-securitycentermanagement/README.md b/java-securitycentermanagement/README.md index 13a6b8c82427..e76058c1ce8b 100644 --- a/java-securitycentermanagement/README.md +++ b/java-securitycentermanagement/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-securitycentermanageme ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securitycentermanagement.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycentermanagement/0.61.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-securityposture/README.md b/java-securityposture/README.md index eb0da4820dc9..c0ca025a1b25 100644 --- a/java-securityposture/README.md +++ b/java-securityposture/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-securityposture" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securityposture.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securityposture/0.58.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-service-control/README.md b/java-service-control/README.md index c0eff9f58952..3e725bc66e6a 100644 --- a/java-service-control/README.md +++ b/java-service-control/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-service-control.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-service-control/1.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-service-management/README.md b/java-service-management/README.md index 1c0993557c2b..46ca3f745426 100644 --- a/java-service-management/README.md +++ b/java-service-management/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-service-management.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-service-management/3.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-service-usage/README.md b/java-service-usage/README.md index 270750004170..9372ed35ddd3 100644 --- a/java-service-usage/README.md +++ b/java-service-usage/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.93 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-service-usage.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-service-usage/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-servicedirectory/README.md b/java-servicedirectory/README.md index 842cd60bfd3f..d0753635b07b 100644 --- a/java-servicedirectory/README.md +++ b/java-servicedirectory/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-servicedirectory.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-servicedirectory/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-servicehealth/README.md b/java-servicehealth/README.md index 75a263e862d2..0878348c42e3 100644 --- a/java-servicehealth/README.md +++ b/java-servicehealth/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-servicehealth" % "0.60 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-servicehealth.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-servicehealth/0.60.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shell/README.md b/java-shell/README.md index 4cc699962d18..a2cb45c352be 100644 --- a/java-shell/README.md +++ b/java-shell/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-shell.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-shell/2.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-css/README.md b/java-shopping-css/README.md index 6b3282e02230..285a7303e6ff 100644 --- a/java-shopping-css/README.md +++ b/java-shopping-css/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.61.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-css.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-css/0.61.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-accounts/README.md b/java-shopping-merchant-accounts/README.md index 8b0313b23c66..ce8e1639eb8f 100644 --- a/java-shopping-merchant-accounts/README.md +++ b/java-shopping-merchant-accounts/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-account ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-accounts.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-accounts/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-conversions/README.md b/java-shopping-merchant-conversions/README.md index bebe6b6ec000..4911bb5af414 100644 --- a/java-shopping-merchant-conversions/README.md +++ b/java-shopping-merchant-conversions/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-convers ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-conversions.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-conversions/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-datasources/README.md b/java-shopping-merchant-datasources/README.md index fd80c9b179b1..96b57ab23f45 100644 --- a/java-shopping-merchant-datasources/README.md +++ b/java-shopping-merchant-datasources/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-datasou ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-datasources.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-datasources/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-inventories/README.md b/java-shopping-merchant-inventories/README.md index bd805c9c9846..de02f58d46dc 100644 --- a/java-shopping-merchant-inventories/README.md +++ b/java-shopping-merchant-inventories/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-invento ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-inventories.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-inventories/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-lfp/README.md b/java-shopping-merchant-lfp/README.md index 2e55345e2330..9a23b6ba32c0 100644 --- a/java-shopping-merchant-lfp/README.md +++ b/java-shopping-merchant-lfp/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-lfp" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-lfp.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-lfp/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-notifications/README.md b/java-shopping-merchant-notifications/README.md index 21c32abe7d58..5b1c516373e2 100644 --- a/java-shopping-merchant-notifications/README.md +++ b/java-shopping-merchant-notifications/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notific ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-notifications.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-notifications/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-product-studio/README.md b/java-shopping-merchant-product-studio/README.md index 2d56f1b05ed6..2fa48c3c7e86 100644 --- a/java-shopping-merchant-product-studio/README.md +++ b/java-shopping-merchant-product-studio/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-product ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-productstudio.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-productstudio/0.33.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-products/README.md b/java-shopping-merchant-products/README.md index 123127e4806c..b9e34c460af0 100644 --- a/java-shopping-merchant-products/README.md +++ b/java-shopping-merchant-products/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-product ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-products.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-products/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-promotions/README.md b/java-shopping-merchant-promotions/README.md index 0acfe7f5bb73..e2a382a7b112 100644 --- a/java-shopping-merchant-promotions/README.md +++ b/java-shopping-merchant-promotions/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-promoti ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-promotions.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-promotions/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-quota/README.md b/java-shopping-merchant-quota/README.md index ea13f112a1b7..93921d559f53 100644 --- a/java-shopping-merchant-quota/README.md +++ b/java-shopping-merchant-quota/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-quota" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-quota.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-quota/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-reports/README.md b/java-shopping-merchant-reports/README.md index 0cc82c7b96fe..9394e3103ae9 100644 --- a/java-shopping-merchant-reports/README.md +++ b/java-shopping-merchant-reports/README.md @@ -37,7 +37,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reports ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -153,14 +153,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-reports.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-reports/1.21.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-shopping-merchant-reviews/README.md b/java-shopping-merchant-reviews/README.md index bbf97b00a1ec..e1bf8e8df6b1 100644 --- a/java-shopping-merchant-reviews/README.md +++ b/java-shopping-merchant-reviews/README.md @@ -40,7 +40,7 @@ libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reviews ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -159,14 +159,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-reviews.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-reviews/0.39.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-spanneradapter/README.md b/java-spanneradapter/README.md index 8319d3f50fe9..b9ae07a87afc 100644 --- a/java-spanneradapter/README.md +++ b/java-spanneradapter/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-spanneradapter" % "0.2 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanneradapter.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanneradapter/0.29.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-speech/README.md b/java-speech/README.md index 9fa2d2c9a2e9..034ca7707c38 100644 --- a/java-speech/README.md +++ b/java-speech/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.88.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -212,14 +212,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-speech.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-speech/4.88.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-storage-transfer/README.md b/java-storage-transfer/README.md index 44f0f4103c37..65eecbcd8986 100644 --- a/java-storage-transfer/README.md +++ b/java-storage-transfer/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage-transfer.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage-transfer/1.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-storagebatchoperations/README.md b/java-storagebatchoperations/README.md index cf4749a29f8a..b1becdc1b770 100644 --- a/java-storagebatchoperations/README.md +++ b/java-storagebatchoperations/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storagebatchoperations ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storagebatchoperations.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storagebatchoperations/0.33.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-storageinsights/README.md b/java-storageinsights/README.md index 00d05617581d..aff950999e2b 100644 --- a/java-storageinsights/README.md +++ b/java-storageinsights/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storageinsights.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storageinsights/0.78.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-talent/README.md b/java-talent/README.md index e65334e366b0..4d2643649ac5 100644 --- a/java-talent/README.md +++ b/java-talent/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-talent.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-talent/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-tasks/README.md b/java-tasks/README.md index 3ee5cf5ab10f..c7e1b031a3bc 100644 --- a/java-tasks/README.md +++ b/java-tasks/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-tasks.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-tasks/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-telcoautomation/README.md b/java-telcoautomation/README.md index 90034772e987..d7a8aa14a7d7 100644 --- a/java-telcoautomation/README.md +++ b/java-telcoautomation/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-telcoautomation.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-telcoautomation/0.63.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md index 9b3d6af09571..11496dd6453b 100644 --- a/java-texttospeech/README.md +++ b/java-texttospeech/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.94. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-texttospeech.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-texttospeech/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-tpu/README.md b/java-tpu/README.md index a52981162215..8086db0034cd 100644 --- a/java-tpu/README.md +++ b/java-tpu/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-tpu.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-tpu/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-trace/README.md b/java-trace/README.md index 168465f88090..7f0f2f21014e 100644 --- a/java-trace/README.md +++ b/java-trace/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-trace.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-trace/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-translate/README.md b/java-translate/README.md index be8687966bb4..4936b152188e 100644 --- a/java-translate/README.md +++ b/java-translate/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -253,14 +253,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-translate.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-translate/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-valkey/README.md b/java-valkey/README.md index 19cf0944052d..120f1503ce94 100644 --- a/java-valkey/README.md +++ b/java-valkey/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-valkey" % "0.39.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-valkey.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-valkey/0.39.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-vectorsearch/README.md b/java-vectorsearch/README.md index 2577c933cd51..e828a77e8d14 100644 --- a/java-vectorsearch/README.md +++ b/java-vectorsearch/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-vectorsearch" % "0.15. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vectorsearch.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vectorsearch/0.15.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md index a6a188f0ea6d..c7b850f18f8a 100644 --- a/java-video-intelligence/README.md +++ b/java-video-intelligence/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-video-intelligence.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-video-intelligence/2.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md index 1dab0b73eeb3..e0c82a67e72d 100644 --- a/java-video-live-stream/README.md +++ b/java-video-live-stream/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.95.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-live-stream.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-live-stream/0.95.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md index 1af4841aaf21..4dac7bf9eb70 100644 --- a/java-video-stitcher/README.md +++ b/java-video-stitcher/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.9 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-video-stitcher.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-video-stitcher/0.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md index 01db59573950..299454cfcd97 100644 --- a/java-video-transcoder/README.md +++ b/java-video-transcoder/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-video-transcoder.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-video-transcoder/1.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-vision/README.md b/java-vision/README.md index 863d5851ca9e..fc7d287449fc 100644 --- a/java-vision/README.md +++ b/java-vision/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.91.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vision.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vision/3.91.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-visionai/README.md b/java-visionai/README.md index 3fa33cad1606..27a43fa54c92 100644 --- a/java-visionai/README.md +++ b/java-visionai/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-visionai" % "0.50.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-visionai.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-visionai/0.50.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-vmmigration/README.md b/java-vmmigration/README.md index bd69176d0d53..f19f4b3cc711 100644 --- a/java-vmmigration/README.md +++ b/java-vmmigration/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.93.0 ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vmmigration.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vmmigration/1.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md index 2feb89f7f9b1..3c30430f6c5e 100644 --- a/java-vmwareengine/README.md +++ b/java-vmwareengine/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.87. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vmwareengine.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vmwareengine/0.87.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md index 605900bfde1b..4f1a947a11cc 100644 --- a/java-vpcaccess/README.md +++ b/java-vpcaccess/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.94.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vpcaccess.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vpcaccess/2.94.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-webrisk/README.md b/java-webrisk/README.md index 618268a45a22..98dade53f97b 100644 --- a/java-webrisk/README.md +++ b/java-webrisk/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.92.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-webrisk.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-webrisk/2.92.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-websecurityscanner/README.md b/java-websecurityscanner/README.md index 26bb2bd07cc8..9f6627894440 100644 --- a/java-websecurityscanner/README.md +++ b/java-websecurityscanner/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-websecurityscanner.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-websecurityscanner/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md index 156254af78a8..ddcf10a0750f 100644 --- a/java-workflow-executions/README.md +++ b/java-workflow-executions/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workflow-executions.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workflow-executions/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-workflows/README.md b/java-workflows/README.md index 0bf4bbcd5614..869bf56b6781 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.93.0" ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workflows.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workflows/2.93.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-workloadmanager/README.md b/java-workloadmanager/README.md index dda340265628..fe793018610d 100644 --- a/java-workloadmanager/README.md +++ b/java-workloadmanager/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-workloadmanager" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workloadmanager.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workloadmanager/0.9.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-workspaceevents/README.md b/java-workspaceevents/README.md index a56adbf306c0..766e406b64b7 100644 --- a/java-workspaceevents/README.md +++ b/java-workspaceevents/README.md @@ -63,7 +63,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -182,14 +182,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workspaceevents.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workspaceevents/0.57.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE diff --git a/java-workstations/README.md b/java-workstations/README.md index 30751e874968..26bf0905286e 100644 --- a/java-workstations/README.md +++ b/java-workstations/README.md @@ -60,7 +60,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.81. ## Authentication -See the [Authentication][authentication] section in the base directory's README. +See the [Authentication][authentication] guide and the [Java-specific Authentication Guide][java-authentication] for more information. ## Authorization @@ -176,14 +176,15 @@ Java is a registered trademark of Oracle and/or its affiliates. [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workstations.svg [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workstations/0.81.0 -[authentication]: https://github.com/googleapis/google-cloud-java#authentication +[authentication]: https://cloud.google.com/docs/authentication/ +[java-authentication]: https://cloud.google.com/java/getting-started/getting-started-with-google-auth-library [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-cli]: https://cloud.google.com/cli -[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md +[troubleshooting]: https://cloud.google.com/java/docs/troubleshooting [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE From faf7b79bf4eb16eaefb99b24f7f219ed85790f3e Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 1 Jul 2026 17:02:16 +0000 Subject: [PATCH 4/4] chore: update metadata transport to grpc+rest and fix template/config --- java-accessapproval/.repo-metadata.json | 2 +- java-accesscontextmanager/.repo-metadata.json | 2 +- java-admanager/.repo-metadata.json | 2 +- java-advisorynotifications/.repo-metadata.json | 2 +- java-agentregistry/.repo-metadata.json | 2 +- java-alloydb/.repo-metadata.json | 2 +- java-analytics-admin/.repo-metadata.json | 2 +- java-analytics-data/.repo-metadata.json | 2 +- java-analyticshub/.repo-metadata.json | 2 +- java-api-gateway/.repo-metadata.json | 2 +- java-apigee-connect/.repo-metadata.json | 2 +- java-apigee-registry/.repo-metadata.json | 2 +- java-apihub/.repo-metadata.json | 2 +- java-apikeys/.repo-metadata.json | 2 +- java-appengine-admin/.repo-metadata.json | 2 +- java-apphub/.repo-metadata.json | 2 +- java-appoptimize/.repo-metadata.json | 2 +- java-area120-tables/.repo-metadata.json | 2 +- java-artifact-registry/.repo-metadata.json | 2 +- java-asset/.repo-metadata.json | 2 +- java-assured-workloads/.repo-metadata.json | 2 +- java-auditmanager/.repo-metadata.json | 2 +- java-automl/.repo-metadata.json | 2 +- java-backstory/.repo-metadata.json | 2 +- java-backupdr/.repo-metadata.json | 2 +- java-bare-metal-solution/.repo-metadata.json | 2 +- java-batch/.repo-metadata.json | 2 +- java-biglake/.repo-metadata.json | 2 +- java-bigquery-data-exchange/.repo-metadata.json | 2 +- java-bigqueryconnection/.repo-metadata.json | 2 +- java-bigquerydatapolicy/.repo-metadata.json | 2 +- java-bigquerydatatransfer/.repo-metadata.json | 2 +- java-bigquerymigration/.repo-metadata.json | 2 +- java-bigqueryreservation/.repo-metadata.json | 2 +- java-billing/.repo-metadata.json | 2 +- java-billingbudgets/.repo-metadata.json | 2 +- java-binary-authorization/.repo-metadata.json | 2 +- java-capacityplanner/.repo-metadata.json | 2 +- java-certificate-manager/.repo-metadata.json | 2 +- java-ces/.repo-metadata.json | 2 +- java-channel/.repo-metadata.json | 2 +- java-chat/.repo-metadata.json | 2 +- java-chronicle/.repo-metadata.json | 2 +- java-cloudapiregistry/.repo-metadata.json | 2 +- java-cloudbuild/.repo-metadata.json | 2 +- java-cloudcommerceconsumerprocurement/.repo-metadata.json | 2 +- java-cloudcontrolspartner/.repo-metadata.json | 2 +- java-cloudquotas/.repo-metadata.json | 2 +- java-cloudsecuritycompliance/.repo-metadata.json | 2 +- java-cloudsupport/.repo-metadata.json | 2 +- java-compute/.repo-metadata.json | 2 +- java-confidentialcomputing/.repo-metadata.json | 2 +- java-configdelivery/.repo-metadata.json | 2 +- java-connectgateway/.repo-metadata.json | 2 +- java-contact-center-insights/.repo-metadata.json | 2 +- java-container/.repo-metadata.json | 2 +- java-containeranalysis/.repo-metadata.json | 2 +- java-contentwarehouse/.repo-metadata.json | 2 +- java-data-fusion/.repo-metadata.json | 2 +- java-databasecenter/.repo-metadata.json | 2 +- java-datacatalog/.repo-metadata.json | 2 +- java-dataflow/.repo-metadata.json | 2 +- java-dataform/.repo-metadata.json | 2 +- java-datalineage/.repo-metadata.json | 2 +- java-datamanager/.repo-metadata.json | 2 +- java-dataplex/.repo-metadata.json | 2 +- java-dataproc-metastore/.repo-metadata.json | 2 +- java-dataproc/.repo-metadata.json | 2 +- java-datastream/.repo-metadata.json | 2 +- java-deploy/.repo-metadata.json | 2 +- java-developerconnect/.repo-metadata.json | 2 +- java-developerknowledge/.repo-metadata.json | 2 +- java-devicestreaming/.repo-metadata.json | 2 +- java-dialogflow-cx/.repo-metadata.json | 2 +- java-dialogflow/.repo-metadata.json | 2 +- java-discoveryengine/.repo-metadata.json | 2 +- java-distributedcloudedge/.repo-metadata.json | 2 +- java-dlp/.repo-metadata.json | 2 +- java-document-ai/.repo-metadata.json | 2 +- java-domains/.repo-metadata.json | 2 +- java-edgenetwork/.repo-metadata.json | 2 +- java-enterpriseknowledgegraph/.repo-metadata.json | 2 +- java-errorreporting/.repo-metadata.json | 2 +- java-essential-contacts/.repo-metadata.json | 2 +- java-eventarc-publishing/.repo-metadata.json | 2 +- java-eventarc/.repo-metadata.json | 2 +- java-filestore/.repo-metadata.json | 2 +- java-financialservices/.repo-metadata.json | 2 +- java-functions/.repo-metadata.json | 2 +- java-gdchardwaremanagement/.repo-metadata.json | 2 +- java-geminidataanalytics/.repo-metadata.json | 2 +- java-gke-backup/.repo-metadata.json | 2 +- java-gke-connect-gateway/.repo-metadata.json | 2 +- java-gke-multi-cloud/.repo-metadata.json | 2 +- java-gkehub/.repo-metadata.json | 2 +- java-gkerecommender/.repo-metadata.json | 2 +- java-gsuite-addons/.repo-metadata.json | 2 +- java-health/.repo-metadata.json | 2 +- java-hypercomputecluster/.repo-metadata.json | 2 +- java-iam-policy/.repo-metadata.json | 2 +- java-iam/.repo-metadata.json | 2 +- java-iamcredentials/.repo-metadata.json | 2 +- java-iap/.repo-metadata.json | 2 +- java-ids/.repo-metadata.json | 2 +- java-infra-manager/.repo-metadata.json | 2 +- java-iot/.repo-metadata.json | 2 +- .../.repo-metadata.json | 2 +- java-java-shopping-merchant-order-tracking/.repo-metadata.json | 2 +- java-kms/.repo-metadata.json | 2 +- java-kmsinventory/.repo-metadata.json | 2 +- java-language/.repo-metadata.json | 2 +- java-licensemanager/.repo-metadata.json | 2 +- java-life-sciences/.repo-metadata.json | 2 +- java-locationfinder/.repo-metadata.json | 2 +- java-lustre/.repo-metadata.json | 2 +- java-maintenance/.repo-metadata.json | 2 +- java-managedkafka/.repo-metadata.json | 2 +- java-maps-addressvalidation/.repo-metadata.json | 2 +- java-maps-area-insights/.repo-metadata.json | 2 +- java-maps-fleetengine-delivery/.repo-metadata.json | 2 +- java-maps-geocode/.repo-metadata.json | 2 +- java-maps-mapmanagement/.repo-metadata.json | 2 +- java-maps-mapsplatformdatasets/.repo-metadata.json | 2 +- java-maps-places/.repo-metadata.json | 2 +- java-maps-routeoptimization/.repo-metadata.json | 2 +- java-maps-routing/.repo-metadata.json | 2 +- java-maps-solar/.repo-metadata.json | 2 +- java-marketingplatformadminapi/.repo-metadata.json | 2 +- java-meet/.repo-metadata.json | 2 +- java-memcache/.repo-metadata.json | 2 +- java-migrationcenter/.repo-metadata.json | 2 +- java-modelarmor/.repo-metadata.json | 2 +- java-monitoring-dashboards/.repo-metadata.json | 2 +- java-netapp/.repo-metadata.json | 2 +- java-network-management/.repo-metadata.json | 2 +- java-networkservices/.repo-metadata.json | 2 +- java-notebooks/.repo-metadata.json | 2 +- java-optimization/.repo-metadata.json | 2 +- java-oracledatabase/.repo-metadata.json | 2 +- java-orchestration-airflow/.repo-metadata.json | 2 +- java-orgpolicy/.repo-metadata.json | 2 +- java-os-config/.repo-metadata.json | 2 +- java-os-login/.repo-metadata.json | 2 +- java-parallelstore/.repo-metadata.json | 2 +- java-parametermanager/.repo-metadata.json | 2 +- java-phishingprotection/.repo-metadata.json | 2 +- java-policy-troubleshooter/.repo-metadata.json | 2 +- java-policysimulator/.repo-metadata.json | 2 +- java-private-catalog/.repo-metadata.json | 2 +- java-privilegedaccessmanager/.repo-metadata.json | 2 +- java-profiler/.repo-metadata.json | 2 +- java-publicca/.repo-metadata.json | 2 +- java-rapidmigrationassessment/.repo-metadata.json | 2 +- java-recommendations-ai/.repo-metadata.json | 2 +- java-recommender/.repo-metadata.json | 2 +- java-redis-cluster/.repo-metadata.json | 2 +- java-redis/.repo-metadata.json | 2 +- java-resourcemanager/.repo-metadata.json | 2 +- java-retail/.repo-metadata.json | 2 +- java-run/.repo-metadata.json | 2 +- java-saasservicemgmt/.repo-metadata.json | 2 +- java-scheduler/.repo-metadata.json | 2 +- java-secretmanager/.repo-metadata.json | 2 +- java-securesourcemanager/.repo-metadata.json | 2 +- java-security-private-ca/.repo-metadata.json | 2 +- java-securitycenter/.repo-metadata.json | 2 +- java-securitycentermanagement/.repo-metadata.json | 2 +- java-securityposture/.repo-metadata.json | 2 +- java-service-control/.repo-metadata.json | 2 +- java-service-management/.repo-metadata.json | 2 +- java-service-usage/.repo-metadata.json | 2 +- java-servicedirectory/.repo-metadata.json | 2 +- java-servicehealth/.repo-metadata.json | 2 +- java-shell/.repo-metadata.json | 2 +- java-shopping-css/.repo-metadata.json | 2 +- java-shopping-merchant-accounts/.repo-metadata.json | 2 +- java-shopping-merchant-conversions/.repo-metadata.json | 2 +- java-shopping-merchant-datasources/.repo-metadata.json | 2 +- java-shopping-merchant-inventories/.repo-metadata.json | 2 +- java-shopping-merchant-lfp/.repo-metadata.json | 2 +- java-shopping-merchant-notifications/.repo-metadata.json | 2 +- java-shopping-merchant-product-studio/.repo-metadata.json | 2 +- java-shopping-merchant-products/.repo-metadata.json | 2 +- java-shopping-merchant-promotions/.repo-metadata.json | 2 +- java-shopping-merchant-quota/.repo-metadata.json | 2 +- java-shopping-merchant-reports/.repo-metadata.json | 2 +- java-shopping-merchant-reviews/.repo-metadata.json | 2 +- java-showcase/.repo-metadata.json | 2 +- java-spanneradapter/.repo-metadata.json | 2 +- java-speech/.repo-metadata.json | 2 +- java-storage-transfer/.repo-metadata.json | 2 +- java-storagebatchoperations/.repo-metadata.json | 2 +- java-storageinsights/.repo-metadata.json | 2 +- java-talent/.repo-metadata.json | 2 +- java-tasks/.repo-metadata.json | 2 +- java-telcoautomation/.repo-metadata.json | 2 +- java-texttospeech/.repo-metadata.json | 2 +- java-tpu/.repo-metadata.json | 2 +- java-trace/.repo-metadata.json | 2 +- java-translate/.repo-metadata.json | 2 +- java-valkey/.repo-metadata.json | 2 +- java-vectorsearch/.repo-metadata.json | 2 +- java-video-intelligence/.repo-metadata.json | 2 +- java-video-live-stream/.repo-metadata.json | 2 +- java-video-transcoder/.repo-metadata.json | 2 +- java-vision/.repo-metadata.json | 2 +- java-visionai/.repo-metadata.json | 2 +- java-vmmigration/.repo-metadata.json | 2 +- java-vmwareengine/.repo-metadata.json | 2 +- java-vpcaccess/.repo-metadata.json | 2 +- java-webrisk/.repo-metadata.json | 2 +- java-websecurityscanner/.repo-metadata.json | 2 +- java-workflow-executions/.repo-metadata.json | 2 +- java-workflows/.repo-metadata.json | 2 +- java-workloadmanager/.repo-metadata.json | 2 +- java-workspaceevents/.repo-metadata.json | 2 +- java-workstations/.repo-metadata.json | 2 +- 217 files changed, 217 insertions(+), 217 deletions(-) diff --git a/java-accessapproval/.repo-metadata.json b/java-accessapproval/.repo-metadata.json index ce8049bfd4fa..6c6f28d53794 100644 --- a/java-accessapproval/.repo-metadata.json +++ b/java-accessapproval/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "enables controlling access to your organization's data by Google personnel.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-accessapproval", diff --git a/java-accesscontextmanager/.repo-metadata.json b/java-accesscontextmanager/.repo-metadata.json index 0dd282d0bbdb..96dacb0e7a28 100644 --- a/java-accesscontextmanager/.repo-metadata.json +++ b/java-accesscontextmanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "n/a", "client_documentation": "https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-accesscontextmanager", diff --git a/java-admanager/.repo-metadata.json b/java-admanager/.repo-metadata.json index 1c680ddfea23..624303fed269 100644 --- a/java-admanager/.repo-metadata.json +++ b/java-admanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Ad Manager API enables an app to integrate with Google Ad Manager. You can read Ad Manager data and run reports using the API.", "client_documentation": "https://cloud.google.com/java/docs/reference/ad-manager/latest/overview", "release_level": "preview", - "transport": "http", + "transport": "rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-admanager", diff --git a/java-advisorynotifications/.repo-metadata.json b/java-advisorynotifications/.repo-metadata.json index 001d2d5ad4f6..3d6ce8c062de 100644 --- a/java-advisorynotifications/.repo-metadata.json +++ b/java-advisorynotifications/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "An API for accessing Advisory Notifications in Google Cloud.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-advisorynotifications", diff --git a/java-agentregistry/.repo-metadata.json b/java-agentregistry/.repo-metadata.json index 3a25ccc9bbac..8f21cf357901 100644 --- a/java-agentregistry/.repo-metadata.json +++ b/java-agentregistry/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Agent Registry is a centralized, unified catalog that lets you store,\ndiscover, and govern Model Context Protocol (MCP) servers, tools, and AI\nagents within Google Cloud.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-agentregistry/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-agentregistry", diff --git a/java-alloydb/.repo-metadata.json b/java-alloydb/.repo-metadata.json index 809baf0faf02..6f74932f3e1e 100644 --- a/java-alloydb/.repo-metadata.json +++ b/java-alloydb/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "AlloyDB is a fully managed, PostgreSQL-compatible database service with industry-leading performance, availability, and scale.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-alloydb/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-alloydb", diff --git a/java-analytics-admin/.repo-metadata.json b/java-analytics-admin/.repo-metadata.json index faeb888ca059..154760c427d1 100644 --- a/java-analytics-admin/.repo-metadata.json +++ b/java-analytics-admin/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to manage Google Analytics accounts and properties.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-analytics-admin/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-analytics-admin", diff --git a/java-analytics-data/.repo-metadata.json b/java-analytics-data/.repo-metadata.json index 146bcb9c1121..fdf42f5433a4 100644 --- a/java-analytics-data/.repo-metadata.json +++ b/java-analytics-data/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides programmatic methods to access report data in Google Analytics App+Web properties.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-analytics-data/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-analytics-data", diff --git a/java-analyticshub/.repo-metadata.json b/java-analyticshub/.repo-metadata.json index 1dd97f7a8c2c..42cf09465190 100644 --- a/java-analyticshub/.repo-metadata.json +++ b/java-analyticshub/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "TBD", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-analyticshub/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-analyticshub", diff --git a/java-api-gateway/.repo-metadata.json b/java-api-gateway/.repo-metadata.json index 48b66cd01701..f9c4c9ab4535 100644 --- a/java-api-gateway/.repo-metadata.json +++ b/java-api-gateway/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-api-gateway/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-api-gateway", diff --git a/java-apigee-connect/.repo-metadata.json b/java-apigee-connect/.repo-metadata.json index bd9a7e0d6ced..3bface76c5f7 100644 --- a/java-apigee-connect/.repo-metadata.json +++ b/java-apigee-connect/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-apigee-connect/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-apigee-connect", diff --git a/java-apigee-registry/.repo-metadata.json b/java-apigee-registry/.repo-metadata.json index e0b8be584775..716f80215cff 100644 --- a/java-apigee-registry/.repo-metadata.json +++ b/java-apigee-registry/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows teams to upload and share machine-readable descriptions of APIs that are in use and in development.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-apigee-registry/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-apigee-registry", diff --git a/java-apihub/.repo-metadata.json b/java-apihub/.repo-metadata.json index 31a98ee05fee..2444ee32cd28 100644 --- a/java-apihub/.repo-metadata.json +++ b/java-apihub/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "API hub lets you consolidate and organize information about all of the APIs of interest to your organization. API hub lets you capture critical information about APIs that allows developers to discover and evaluate them easily and leverage the work of other teams wherever possible. API platform teams can use API hub to have visibility into and manage their portfolio of APIs.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-apihub/latest/overview", "release_level": "preview", - "transport": "http", + "transport": "rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-apihub", diff --git a/java-apikeys/.repo-metadata.json b/java-apikeys/.repo-metadata.json index 5f26121d664c..76512a111a03 100644 --- a/java-apikeys/.repo-metadata.json +++ b/java-apikeys/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "API Keys lets you create and manage your API keys for your projects.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-apikeys/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-apikeys", diff --git a/java-appengine-admin/.repo-metadata.json b/java-appengine-admin/.repo-metadata.json index 793e7427fd3e..1a166d25de28 100644 --- a/java-appengine-admin/.repo-metadata.json +++ b/java-appengine-admin/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "you to manage your App Engine applications.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-appengine-admin/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-appengine-admin", diff --git a/java-apphub/.repo-metadata.json b/java-apphub/.repo-metadata.json index 8891e8265006..140e8ed30f30 100644 --- a/java-apphub/.repo-metadata.json +++ b/java-apphub/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "App Hub simplifies the process of building, running, and managing applications on Google Cloud.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-apphub/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-apphub", diff --git a/java-appoptimize/.repo-metadata.json b/java-appoptimize/.repo-metadata.json index ab1b1e92abd3..1d32cd5c3519 100644 --- a/java-appoptimize/.repo-metadata.json +++ b/java-appoptimize/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The App Optimize API provides developers and platform teams with tools to monitor, analyze, and improve the performance and cost-efficiency of their cloud applications.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-appoptimize/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-appoptimize", diff --git a/java-area120-tables/.repo-metadata.json b/java-area120-tables/.repo-metadata.json index d622f7666ece..ec0cdfe85e25 100644 --- a/java-area120-tables/.repo-metadata.json +++ b/java-area120-tables/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides programmatic methods to the Area 120 Tables API.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-area120-tables/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-area120-tables", diff --git a/java-artifact-registry/.repo-metadata.json b/java-artifact-registry/.repo-metadata.json index 2abdb749f3fb..d7f1cea48eab 100644 --- a/java-artifact-registry/.repo-metadata.json +++ b/java-artifact-registry/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-artifact-registry/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-artifact-registry", diff --git a/java-asset/.repo-metadata.json b/java-asset/.repo-metadata.json index a9873240133c..366c60117269 100644 --- a/java-asset/.repo-metadata.json +++ b/java-asset/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-asset/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-asset", diff --git a/java-assured-workloads/.repo-metadata.json b/java-assured-workloads/.repo-metadata.json index 074645d48bc4..a2c884292b0b 100644 --- a/java-assured-workloads/.repo-metadata.json +++ b/java-assured-workloads/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to secure your government workloads and accelerate your path to running compliant workloads on Google Cloud with Assured Workloads for Government.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-assured-workloads/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-assured-workloads", diff --git a/java-auditmanager/.repo-metadata.json b/java-auditmanager/.repo-metadata.json index 9875aaff1e47..f9020f836e57 100644 --- a/java-auditmanager/.repo-metadata.json +++ b/java-auditmanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Lists information about the supported locations for this service.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-auditmanager/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-auditmanager", diff --git a/java-automl/.repo-metadata.json b/java-automl/.repo-metadata.json index a9963c5bfdfc..c7410541580a 100644 --- a/java-automl/.repo-metadata.json +++ b/java-automl/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "makes the power of machine learning available to you even if you have limited knowledge of machine learning. You can use AutoML to build on Google's machine learning capabilities to create your own custom machine learning models that are tailored to your business needs, and then integrate those models into your applications and web sites.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-automl/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-automl", diff --git a/java-backstory/.repo-metadata.json b/java-backstory/.repo-metadata.json index 8d97391ed1be..ab24aab0c65a 100644 --- a/java-backstory/.repo-metadata.json +++ b/java-backstory/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Common Universal Data Model (UDM) and Entity protos used by Chronicle.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-backstory/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-backstory", diff --git a/java-backupdr/.repo-metadata.json b/java-backupdr/.repo-metadata.json index 493d4d551b6d..7d328e76db84 100644 --- a/java-backupdr/.repo-metadata.json +++ b/java-backupdr/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Backup and DR Service is a powerful, centralized, cloud-first backup and disaster recovery solution for cloud-based and hybrid workloads. ", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-backupdr/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-backupdr", diff --git a/java-bare-metal-solution/.repo-metadata.json b/java-bare-metal-solution/.repo-metadata.json index 5d47cb92ebb5..947a7496eff9 100644 --- a/java-bare-metal-solution/.repo-metadata.json +++ b/java-bare-metal-solution/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bare-metal-solution/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-bare-metal-solution", diff --git a/java-batch/.repo-metadata.json b/java-batch/.repo-metadata.json index 8d5e701e8677..344574dbb8b0 100644 --- a/java-batch/.repo-metadata.json +++ b/java-batch/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "n/a", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-batch/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-batch", diff --git a/java-biglake/.repo-metadata.json b/java-biglake/.repo-metadata.json index dbacd626d496..5ab939eaf967 100644 --- a/java-biglake/.repo-metadata.json +++ b/java-biglake/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-biglake/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-biglake", diff --git a/java-bigquery-data-exchange/.repo-metadata.json b/java-bigquery-data-exchange/.repo-metadata.json index 4e5f4b05bc86..84333bdfaecd 100644 --- a/java-bigquery-data-exchange/.repo-metadata.json +++ b/java-bigquery-data-exchange/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquery-data-exchange/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-bigquery-data-exchange", diff --git a/java-bigqueryconnection/.repo-metadata.json b/java-bigqueryconnection/.repo-metadata.json index e6febc6ad1b3..26381affe843 100644 --- a/java-bigqueryconnection/.repo-metadata.json +++ b/java-bigqueryconnection/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows users to manage BigQuery connections to external data sources.", "client_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1beta1", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-bigqueryconnection", diff --git a/java-bigquerydatapolicy/.repo-metadata.json b/java-bigquerydatapolicy/.repo-metadata.json index 7a98b66e657d..827c1588efe5 100644 --- a/java-bigquerydatapolicy/.repo-metadata.json +++ b/java-bigquerydatapolicy/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Allows users to manage BigQuery data policies.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquerydatapolicy/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-bigquerydatapolicy", diff --git a/java-bigquerydatatransfer/.repo-metadata.json b/java-bigquerydatatransfer/.repo-metadata.json index 3f37f5c6ba87..a4ada016c85b 100644 --- a/java-bigquerydatatransfer/.repo-metadata.json +++ b/java-bigquerydatatransfer/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquerydatatransfer/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-bigquerydatatransfer", diff --git a/java-bigquerymigration/.repo-metadata.json b/java-bigquerymigration/.repo-metadata.json index e830ea185324..c10731ba0b80 100644 --- a/java-bigquerymigration/.repo-metadata.json +++ b/java-bigquerymigration/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "BigQuery Migration API", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigquerymigration/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-bigquerymigration", diff --git a/java-bigqueryreservation/.repo-metadata.json b/java-bigqueryreservation/.repo-metadata.json index 1421a14999a0..6d333cf20ac3 100644 --- a/java-bigqueryreservation/.repo-metadata.json +++ b/java-bigqueryreservation/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows users to manage their flat-rate BigQuery reservations.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-bigqueryreservation/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-bigqueryreservation", diff --git a/java-billing/.repo-metadata.json b/java-billing/.repo-metadata.json index 03f8bd284de0..61cc18b2ce2d 100644 --- a/java-billing/.repo-metadata.json +++ b/java-billing/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows developers to manage their billing accounts or browse the catalog of SKUs and pricing.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-billing/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-billing", diff --git a/java-billingbudgets/.repo-metadata.json b/java-billingbudgets/.repo-metadata.json index e904cbac48b4..7dd0f1689429 100644 --- a/java-billingbudgets/.repo-metadata.json +++ b/java-billingbudgets/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to avoid surprises on your bill by creating budgets to monitor all your Google Cloud charges in one place.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-billingbudgets/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-billingbudgets", diff --git a/java-binary-authorization/.repo-metadata.json b/java-binary-authorization/.repo-metadata.json index 420610c37c44..8dd054e06c74 100644 --- a/java-binary-authorization/.repo-metadata.json +++ b/java-binary-authorization/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": " is a service on Google Cloud that provides centralized software supply-chain security for applications that run on Google Kubernetes Engine (GKE) and Anthos clusters on VMware", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-binary-authorization/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-binary-authorization", diff --git a/java-capacityplanner/.repo-metadata.json b/java-capacityplanner/.repo-metadata.json index 114163fcf707..c3fef1714189 100644 --- a/java-capacityplanner/.repo-metadata.json +++ b/java-capacityplanner/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Provides programmatic access to Capacity Planner features.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-capacityplanner/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-capacityplanner", diff --git a/java-certificate-manager/.repo-metadata.json b/java-certificate-manager/.repo-metadata.json index bde97b78aefe..e95f0307420c 100644 --- a/java-certificate-manager/.repo-metadata.json +++ b/java-certificate-manager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "lets you acquire and manage TLS (SSL) certificates for use with Cloud Load Balancing.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-certificate-manager/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-certificate-manager", diff --git a/java-ces/.repo-metadata.json b/java-ces/.repo-metadata.json index cf714070c697..d02a16136a7d 100644 --- a/java-ces/.repo-metadata.json +++ b/java-ces/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Customer Experience Agent Studio (CX Agent Studio) is a minimal code conversational agent builder.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-ces/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-ces", diff --git a/java-channel/.repo-metadata.json b/java-channel/.repo-metadata.json index f8117ee76446..4ed98e444818 100644 --- a/java-channel/.repo-metadata.json +++ b/java-channel/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "With Channel Services, Google Cloud partners and resellers have a single unified resale platform, with a unified resale catalog, customer management, order management, billing management, policy and authorization management, and cost management.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-channel/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-channel", diff --git a/java-chat/.repo-metadata.json b/java-chat/.repo-metadata.json index 7cba5fb26e64..04546ab2ce07 100644 --- a/java-chat/.repo-metadata.json +++ b/java-chat/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-chat/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-chat", diff --git a/java-chronicle/.repo-metadata.json b/java-chronicle/.repo-metadata.json index 6a1345b390be..f26f71122259 100644 --- a/java-chronicle/.repo-metadata.json +++ b/java-chronicle/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Google Cloud Security Operations API, popularly known as the Chronicle API, serves endpoints that enable security analysts to analyze and mitigate a security threat throughout its lifecycle", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-chronicle/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-chronicle", diff --git a/java-cloudapiregistry/.repo-metadata.json b/java-cloudapiregistry/.repo-metadata.json index 102fcc9913a6..5ba87ca43163 100644 --- a/java-cloudapiregistry/.repo-metadata.json +++ b/java-cloudapiregistry/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Cloud API Registry lets you discover, govern, use, and monitor Model Context Protocol (MCP) servers and tools provided by Google, or by your organization through Apigee API hub.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-cloudapiregistry/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-cloudapiregistry", diff --git a/java-cloudbuild/.repo-metadata.json b/java-cloudbuild/.repo-metadata.json index 03288c4f8299..3720001556d0 100644 --- a/java-cloudbuild/.repo-metadata.json +++ b/java-cloudbuild/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-build/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-cloudbuild", diff --git a/java-cloudcommerceconsumerprocurement/.repo-metadata.json b/java-cloudcommerceconsumerprocurement/.repo-metadata.json index e59b7a65a023..e6b94cf6b05d 100644 --- a/java-cloudcommerceconsumerprocurement/.repo-metadata.json +++ b/java-cloudcommerceconsumerprocurement/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Find top solutions integrated with Google Cloud to accelerate your digital transformation. Scale and simplify procurement for your organization with online discovery, flexible purchasing, and fulfillment of enterprise-grade cloud solutions.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-cloudcommerceconsumerprocurement/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-cloudcommerceconsumerprocurement", diff --git a/java-cloudcontrolspartner/.repo-metadata.json b/java-cloudcontrolspartner/.repo-metadata.json index 5ca8810e3ad1..eee353778ed9 100644 --- a/java-cloudcontrolspartner/.repo-metadata.json +++ b/java-cloudcontrolspartner/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Provides insights about your customers and their Assured Workloads based on your Sovereign Controls by Partners offering.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-cloudcontrolspartner/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-cloudcontrolspartner", diff --git a/java-cloudquotas/.repo-metadata.json b/java-cloudquotas/.repo-metadata.json index b25876ea211a..53ff06a34d2b 100644 --- a/java-cloudquotas/.repo-metadata.json +++ b/java-cloudquotas/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Cloud Quotas API provides GCP service consumers with management and\n observability for resource usage, quotas, and restrictions of the services\n they consume.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-cloudquotas/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-cloudquotas", diff --git a/java-cloudsecuritycompliance/.repo-metadata.json b/java-cloudsecuritycompliance/.repo-metadata.json index cb0a6c9fe019..336b6a17aade 100644 --- a/java-cloudsecuritycompliance/.repo-metadata.json +++ b/java-cloudsecuritycompliance/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Compliance Manager uses software-defined controls that let you assess support for multiple compliance programs and security requirements within a Google Cloud organization", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-cloudsecuritycompliance/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-cloudsecuritycompliance", diff --git a/java-cloudsupport/.repo-metadata.json b/java-cloudsupport/.repo-metadata.json index efb63e26bb3d..297e5e401d63 100644 --- a/java-cloudsupport/.repo-metadata.json +++ b/java-cloudsupport/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Manages Google Cloud technical support cases for Customer Care support offerings.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-cloudsupport/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-cloudsupport", diff --git a/java-compute/.repo-metadata.json b/java-compute/.repo-metadata.json index 4a87d88bb21d..c670f25c5ac6 100644 --- a/java-compute/.repo-metadata.json +++ b/java-compute/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations. ", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-compute/latest/overview", "release_level": "stable", - "transport": "http", + "transport": "rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-compute", diff --git a/java-confidentialcomputing/.repo-metadata.json b/java-confidentialcomputing/.repo-metadata.json index 6687b17db3f9..849c9c3f32b0 100644 --- a/java-confidentialcomputing/.repo-metadata.json +++ b/java-confidentialcomputing/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Protect data in-use with Confidential VMs, Confidential GKE, Confidential Dataproc, and Confidential Space.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-confidentialcomputing/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-confidentialcomputing", diff --git a/java-configdelivery/.repo-metadata.json b/java-configdelivery/.repo-metadata.json index cd80d5bbc907..3f4e0959c0b3 100644 --- a/java-configdelivery/.repo-metadata.json +++ b/java-configdelivery/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "ConfigDelivery service manages the deployment of kubernetes configuration to a fleet of kubernetes clusters.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-configdelivery/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-configdelivery", diff --git a/java-connectgateway/.repo-metadata.json b/java-connectgateway/.repo-metadata.json index 3173a30c4be2..dde742c97ea7 100644 --- a/java-connectgateway/.repo-metadata.json +++ b/java-connectgateway/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Connect Gateway service allows connectivity from external parties to connected Kubernetes clusters.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-connectgateway/latest/overview", "release_level": "preview", - "transport": "http", + "transport": "rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-connectgateway", diff --git a/java-contact-center-insights/.repo-metadata.json b/java-contact-center-insights/.repo-metadata.json index 513f67e191ba..b6676fd5ce70 100644 --- a/java-contact-center-insights/.repo-metadata.json +++ b/java-contact-center-insights/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": " helps users detect and visualize patterns in their contact center data.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-contact-center-insights/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-contact-center-insights", diff --git a/java-container/.repo-metadata.json b/java-container/.repo-metadata.json index 9fa1a0eefaa4..4764ea09a365 100644 --- a/java-container/.repo-metadata.json +++ b/java-container/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is an enterprise-grade platform for containerized applications, including stateful and stateless, AI and ML, Linux and Windows, complex and simple web apps, API, and backend services. Leverage industry-first features like four-way auto-scaling and no-stress management. Optimize GPU and TPU provisioning, use integrated developer tools, and get multi-cluster support from SREs.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-container/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-container", diff --git a/java-containeranalysis/.repo-metadata.json b/java-containeranalysis/.repo-metadata.json index ee8f766bd56c..6267c93f1d00 100644 --- a/java-containeranalysis/.repo-metadata.json +++ b/java-containeranalysis/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a service that provides vulnerability scanning and metadata storage for software artifacts. The service performs vulnerability scans on built software artifacts, such as the images in Container Registry, then stores the resulting metadata and makes it available for consumption through an API. The metadata may come from several sources, including vulnerability scanning, other Cloud services, and third-party providers.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-containeranalysis/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-containeranalysis", diff --git a/java-contentwarehouse/.repo-metadata.json b/java-contentwarehouse/.repo-metadata.json index f94c8c8084e8..b31cb4f66121 100644 --- a/java-contentwarehouse/.repo-metadata.json +++ b/java-contentwarehouse/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Document AI Warehouse is an integrated cloud-native GCP platform to store, search, organize, govern and analyze documents and their structured metadata.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-contentwarehouse/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-contentwarehouse", diff --git a/java-data-fusion/.repo-metadata.json b/java-data-fusion/.repo-metadata.json index c0072ea7e3c5..52e0bb6f6cd6 100644 --- a/java-data-fusion/.repo-metadata.json +++ b/java-data-fusion/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a fully managed, cloud-native, enterprise data integration service for quickly building and managing data pipelines.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-data-fusion/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-data-fusion", diff --git a/java-databasecenter/.repo-metadata.json b/java-databasecenter/.repo-metadata.json index 53c841f03a74..8511fcdb7cec 100644 --- a/java-databasecenter/.repo-metadata.json +++ b/java-databasecenter/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Database Center provides an organization-wide, cross-product fleet health platform to eliminate the overhead, complexity, and risk associated with aggregating and summarizing health signals through custom dashboards. Through Database Center's fleet health dashboard and API, database platform teams that are responsible for reliability, compliance, security, cost, and administration of database fleets will now have a single pane of glass that pinpoints issues relevant to each team.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-databasecenter/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-databasecenter", diff --git a/java-datacatalog/.repo-metadata.json b/java-datacatalog/.repo-metadata.json index 0b16873e4a5c..a8fe8215873c 100644 --- a/java-datacatalog/.repo-metadata.json +++ b/java-datacatalog/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a fully managed and highly scalable data discovery and metadata management service.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-datacatalog/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-datacatalog", diff --git a/java-dataflow/.repo-metadata.json b/java-dataflow/.repo-metadata.json index eb778a52344b..028d108f2525 100644 --- a/java-dataflow/.repo-metadata.json +++ b/java-dataflow/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a managed service for executing a wide variety of data processing patterns.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dataflow/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dataflow", diff --git a/java-dataform/.repo-metadata.json b/java-dataform/.repo-metadata.json index 6106c3b63252..b90d3dbc27b3 100644 --- a/java-dataform/.repo-metadata.json +++ b/java-dataform/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Help analytics teams manage data inside BigQuery using SQL.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dataform/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dataform", diff --git a/java-datalineage/.repo-metadata.json b/java-datalineage/.repo-metadata.json index bd34aaa12710..4583310eb8ef 100644 --- a/java-datalineage/.repo-metadata.json +++ b/java-datalineage/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Lineage is used to track data flows between assets over time.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-datalineage/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-datalineage", diff --git a/java-datamanager/.repo-metadata.json b/java-datamanager/.repo-metadata.json index 1548ee242979..782c0afa37ce 100644 --- a/java-datamanager/.repo-metadata.json +++ b/java-datamanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "A unified ingestion API for data partners, agencies and advertisers to connect first-party data across Google advertising products.", "client_documentation": "https://cloud.google.com/java/docs/reference/data-manager/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-datamanager", diff --git a/java-dataplex/.repo-metadata.json b/java-dataplex/.repo-metadata.json index 9ea0687e200a..69c72fbfbb4c 100644 --- a/java-dataplex/.repo-metadata.json +++ b/java-dataplex/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dataplex/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dataplex", diff --git a/java-dataproc-metastore/.repo-metadata.json b/java-dataproc-metastore/.repo-metadata.json index c57f5ceae23b..16f2d9f77bd5 100644 --- a/java-dataproc-metastore/.repo-metadata.json +++ b/java-dataproc-metastore/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a fully managed, highly available, autoscaled, autohealing, OSS-native metastore service that greatly simplifies technical metadata management. Dataproc Metastore service is based on Apache Hive metastore and serves as a critical component towards enterprise data lakes.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dataproc-metastore/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dataproc-metastore", diff --git a/java-dataproc/.repo-metadata.json b/java-dataproc/.repo-metadata.json index 4dac12d9e545..9227c8ff7f1b 100644 --- a/java-dataproc/.repo-metadata.json +++ b/java-dataproc/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dataproc/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dataproc", diff --git a/java-datastream/.repo-metadata.json b/java-datastream/.repo-metadata.json index 56e1eb666b5c..3c4b5215da04 100644 --- a/java-datastream/.repo-metadata.json +++ b/java-datastream/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a serverless and easy-to-use change data capture (CDC) and replication service. It allows you to synchronize data across heterogeneous databases and applications reliably, and with minimal latency and downtime.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-datastream/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-datastream", diff --git a/java-deploy/.repo-metadata.json b/java-deploy/.repo-metadata.json index 08d07d2d11f0..f4f5cc8f6771 100644 --- a/java-deploy/.repo-metadata.json +++ b/java-deploy/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a service that automates delivery of your applications to a series of target environments in a defined sequence", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-deploy/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-deploy", diff --git a/java-developerconnect/.repo-metadata.json b/java-developerconnect/.repo-metadata.json index 9ff183964bd7..45da21334d7f 100644 --- a/java-developerconnect/.repo-metadata.json +++ b/java-developerconnect/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Connect third-party source code management to Google", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-developerconnect/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-developerconnect", diff --git a/java-developerknowledge/.repo-metadata.json b/java-developerknowledge/.repo-metadata.json index 13ce3ae135ba..af2e030b02ae 100644 --- a/java-developerknowledge/.repo-metadata.json +++ b/java-developerknowledge/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Developer Knowledge API provides access to Google's developer knowledge", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-developer-knowledge/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-developerknowledge", diff --git a/java-devicestreaming/.repo-metadata.json b/java-devicestreaming/.repo-metadata.json index 7c4416f9774f..def851e3d8b2 100644 --- a/java-devicestreaming/.repo-metadata.json +++ b/java-devicestreaming/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Cloud API for device streaming usage.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-devicestreaming/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-devicestreaming", diff --git a/java-dialogflow-cx/.repo-metadata.json b/java-dialogflow-cx/.repo-metadata.json index 027c9e6d801f..dcc367f7b2c7 100644 --- a/java-dialogflow-cx/.repo-metadata.json +++ b/java-dialogflow-cx/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development workflow.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dialogflow-cx/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dialogflow-cx", diff --git a/java-dialogflow/.repo-metadata.json b/java-dialogflow/.repo-metadata.json index 8df7d02c5af3..ed0a3d969459 100644 --- a/java-dialogflow/.repo-metadata.json +++ b/java-dialogflow/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dialogflow/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dialogflow", diff --git a/java-discoveryengine/.repo-metadata.json b/java-discoveryengine/.repo-metadata.json index ca00ead486c1..e3d66b2559f4 100644 --- a/java-discoveryengine/.repo-metadata.json +++ b/java-discoveryengine/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "A Cloud API that offers search and recommendation discoverability for documents from different industry verticals (e.g. media, retail, etc.).", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-discoveryengine/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-discoveryengine", diff --git a/java-distributedcloudedge/.repo-metadata.json b/java-distributedcloudedge/.repo-metadata.json index ae9c7fcf3af0..2f59f722e5ec 100644 --- a/java-distributedcloudedge/.repo-metadata.json +++ b/java-distributedcloudedge/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Google Distributed Cloud Edge allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-distributedcloudedge/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-distributedcloudedge", diff --git a/java-dlp/.repo-metadata.json b/java-dlp/.repo-metadata.json index 9d6ef9cbda19..cc6ce7490aa7 100644 --- a/java-dlp/.repo-metadata.json +++ b/java-dlp/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides programmatic access to a powerful detection engine for personally identifiable information and other privacy-sensitive data in unstructured data streams, like text blocks and images.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dlp/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-dlp", diff --git a/java-document-ai/.repo-metadata.json b/java-document-ai/.repo-metadata.json index a5581cd73590..e265c8167c6a 100644 --- a/java-document-ai/.repo-metadata.json +++ b/java-document-ai/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows developers to unlock insights from your documents with machine learning.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-document-ai/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-document-ai", diff --git a/java-domains/.repo-metadata.json b/java-domains/.repo-metadata.json index 41befa7af797..f54c5b28c52d 100644 --- a/java-domains/.repo-metadata.json +++ b/java-domains/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to register and manage domains by using Cloud Domains.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-domains/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-domains", diff --git a/java-edgenetwork/.repo-metadata.json b/java-edgenetwork/.repo-metadata.json index 2b990e7d786f..eacc0e80fe17 100644 --- a/java-edgenetwork/.repo-metadata.json +++ b/java-edgenetwork/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Network management API for Distributed Cloud Edge.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-edgenetwork/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-edgenetwork", diff --git a/java-enterpriseknowledgegraph/.repo-metadata.json b/java-enterpriseknowledgegraph/.repo-metadata.json index 916148767115..03bbbde65e48 100644 --- a/java-enterpriseknowledgegraph/.repo-metadata.json +++ b/java-enterpriseknowledgegraph/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Enterprise Knowledge Graph organizes siloed information into organizational knowledge, which involves consolidating, standardizing, and reconciling data in an efficient and useful way.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-enterpriseknowledgegraph/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-enterpriseknowledgegraph", diff --git a/java-errorreporting/.repo-metadata.json b/java-errorreporting/.repo-metadata.json index a1e042fceecb..5e19a3242c82 100644 --- a/java-errorreporting/.repo-metadata.json +++ b/java-errorreporting/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "counts, analyzes, and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first- and last-seen dates and a cleaned exception stack trace. Opt in to receive email and mobile alerts on new errors.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-errorreporting/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-errorreporting", diff --git a/java-essential-contacts/.repo-metadata.json b/java-essential-contacts/.repo-metadata.json index 06e83b6920ec..59dc4f4bc45c 100644 --- a/java-essential-contacts/.repo-metadata.json +++ b/java-essential-contacts/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "helps you customize who receives notifications by providing your own list of contacts in many Google Cloud services.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-essential-contacts/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-essential-contacts", diff --git a/java-eventarc-publishing/.repo-metadata.json b/java-eventarc-publishing/.repo-metadata.json index 584c1601616e..4141c859ed81 100644 --- a/java-eventarc-publishing/.repo-metadata.json +++ b/java-eventarc-publishing/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-eventarc-publishing/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-eventarc-publishing", diff --git a/java-eventarc/.repo-metadata.json b/java-eventarc/.repo-metadata.json index 07b4f951c733..95fe1355d573 100644 --- a/java-eventarc/.repo-metadata.json +++ b/java-eventarc/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management, you can optimize productivity and costs while building a modern, event-driven solution.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-eventarc/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-eventarc", diff --git a/java-filestore/.repo-metadata.json b/java-filestore/.repo-metadata.json index 0c9ef5874775..ae65a8a1c860 100644 --- a/java-filestore/.repo-metadata.json +++ b/java-filestore/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-filestore/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-filestore", diff --git a/java-financialservices/.repo-metadata.json b/java-financialservices/.repo-metadata.json index 928c43644b08..79eafdad1520 100644 --- a/java-financialservices/.repo-metadata.json +++ b/java-financialservices/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Google Cloud's Anti Money Laundering AI (AML AI) product is an API that scores AML risk. Use it to identify more risk, more defensibly, with fewer false positives and reduced time per review.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-financialservices/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-financialservices", diff --git a/java-functions/.repo-metadata.json b/java-functions/.repo-metadata.json index eef59edc9cea..3a3738627647 100644 --- a/java-functions/.repo-metadata.json +++ b/java-functions/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-functions/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-functions", diff --git a/java-gdchardwaremanagement/.repo-metadata.json b/java-gdchardwaremanagement/.repo-metadata.json index 8aab0b1e4844..ec110c3711bf 100644 --- a/java-gdchardwaremanagement/.repo-metadata.json +++ b/java-gdchardwaremanagement/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Google Distributed Cloud connected allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gdchardwaremanagement/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-gdchardwaremanagement", diff --git a/java-geminidataanalytics/.repo-metadata.json b/java-geminidataanalytics/.repo-metadata.json index f17bd9452562..a39aaec77e9a 100644 --- a/java-geminidataanalytics/.repo-metadata.json +++ b/java-geminidataanalytics/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Use Conversational Analytics API to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data using natural language.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-geminidataanalytics/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-geminidataanalytics", diff --git a/java-gke-backup/.repo-metadata.json b/java-gke-backup/.repo-metadata.json index 7e9bfe1cc0db..b376f4124d61 100644 --- a/java-gke-backup/.repo-metadata.json +++ b/java-gke-backup/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a service for backing up and restoring workloads in GKE.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gke-backup/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-gke-backup", diff --git a/java-gke-connect-gateway/.repo-metadata.json b/java-gke-connect-gateway/.repo-metadata.json index 736dcfba3e62..8baa3668c415 100644 --- a/java-gke-connect-gateway/.repo-metadata.json +++ b/java-gke-connect-gateway/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gke-connect-gateway/latest/overview", "release_level": "stable", - "transport": "http", + "transport": "rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-gke-connect-gateway", diff --git a/java-gke-multi-cloud/.repo-metadata.json b/java-gke-multi-cloud/.repo-metadata.json index f2f6ab1659f7..60666879e248 100644 --- a/java-gke-multi-cloud/.repo-metadata.json +++ b/java-gke-multi-cloud/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "enables you to provision and manage GKE clusters running on AWS and Azure infrastructure through a centralized Google Cloud backed control plane.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gke-multi-cloud/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-gke-multi-cloud", diff --git a/java-gkehub/.repo-metadata.json b/java-gkehub/.repo-metadata.json index 1af265cf6a5a..e5e92bd935d6 100644 --- a/java-gkehub/.repo-metadata.json +++ b/java-gkehub/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gkehub/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-gkehub", diff --git a/java-gkerecommender/.repo-metadata.json b/java-gkerecommender/.repo-metadata.json index c5425aea2ecc..d52982c462bc 100644 --- a/java-gkerecommender/.repo-metadata.json +++ b/java-gkerecommender/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "lets you analyze the performance and cost-efficiency of your inference workloads, and make data-driven decisions about resource allocation and model deployment strategies.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gkerecommender/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-gkerecommender", diff --git a/java-gsuite-addons/.repo-metadata.json b/java-gsuite-addons/.repo-metadata.json index d1cdd25e1167..973c4428628e 100644 --- a/java-gsuite-addons/.repo-metadata.json +++ b/java-gsuite-addons/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "are customized applications that integrate with Google Workspace productivity applications.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-gsuite-addons/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-gsuite-addons", diff --git a/java-health/.repo-metadata.json b/java-health/.repo-metadata.json index b23ce3f2ef5b..cab79a90aaf3 100644 --- a/java-health/.repo-metadata.json +++ b/java-health/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Google Health API lets you view and manage health and fitness metrics and measurement data.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-health/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-health", diff --git a/java-hypercomputecluster/.repo-metadata.json b/java-hypercomputecluster/.repo-metadata.json index 49c9d3b21d10..a026c4c250b4 100644 --- a/java-hypercomputecluster/.repo-metadata.json +++ b/java-hypercomputecluster/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "simplifies cluster management across compute, network, and storage", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-hypercomputecluster/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-hypercomputecluster", diff --git a/java-iam-policy/.repo-metadata.json b/java-iam-policy/.repo-metadata.json index f0cc4b988f29..436f4dd522a0 100644 --- a/java-iam-policy/.repo-metadata.json +++ b/java-iam-policy/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "n/a", "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-iam-policy", diff --git a/java-iam/.repo-metadata.json b/java-iam/.repo-metadata.json index b1577f013620..dc19d3da6cf8 100644 --- a/java-iam/.repo-metadata.json +++ b/java-iam/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Manages access control for Google Cloud Platform resources", "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-iam", diff --git a/java-iamcredentials/.repo-metadata.json b/java-iamcredentials/.repo-metadata.json index ba8cc3106b29..59973d762652 100644 --- a/java-iamcredentials/.repo-metadata.json +++ b/java-iamcredentials/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "creates short-lived, limited-privilege credentials for IAM service accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-iamcredentials/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-iamcredentials", diff --git a/java-iap/.repo-metadata.json b/java-iap/.repo-metadata.json index d4672a70375e..b0a45db1000a 100644 --- a/java-iap/.repo-metadata.json +++ b/java-iap/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Controls access to cloud applications running on Google Cloud Platform.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-iap/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-iap", diff --git a/java-ids/.repo-metadata.json b/java-ids/.repo-metadata.json index a86513769cbd..1c2c18909da4 100644 --- a/java-ids/.repo-metadata.json +++ b/java-ids/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": " monitors your networks, and it alerts you when it detects malicious activity. Cloud IDS is powered by Palo Alto Networks.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-ids/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-ids", diff --git a/java-infra-manager/.repo-metadata.json b/java-infra-manager/.repo-metadata.json index 095b3b9b8700..53c357b98bfd 100644 --- a/java-infra-manager/.repo-metadata.json +++ b/java-infra-manager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Creates and manages Google Cloud Platform resources and infrastructure.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-infra-manager/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-infra-manager", diff --git a/java-iot/.repo-metadata.json b/java-iot/.repo-metadata.json index 274745a5cd0c..b80885df119f 100644 --- a/java-iot/.repo-metadata.json +++ b/java-iot/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a complete set of tools to connect, process, store, and analyze data both at the edge and in the cloud. The platform consists of scalable, fully-managed cloud services; an integrated software stack for edge/on-premises computing with machine learning capabilities for all your IoT needs.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-iot/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-iot", diff --git a/java-java-shopping-merchant-issue-resolution/.repo-metadata.json b/java-java-shopping-merchant-issue-resolution/.repo-metadata.json index 7c6b3d1fbb4a..0a73ea6ab84a 100644 --- a/java-java-shopping-merchant-issue-resolution/.repo-metadata.json +++ b/java-java-shopping-merchant-issue-resolution/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programatically manage your Merchant Issues", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-issue-resolution/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-java-shopping-merchant-issue-resolution", diff --git a/java-java-shopping-merchant-order-tracking/.repo-metadata.json b/java-java-shopping-merchant-order-tracking/.repo-metadata.json index 88ec231509d7..772e7173d2ae 100644 --- a/java-java-shopping-merchant-order-tracking/.repo-metadata.json +++ b/java-java-shopping-merchant-order-tracking/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center Accounts", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-order-tracking/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-java-shopping-merchant-order-tracking", diff --git a/java-kms/.repo-metadata.json b/java-kms/.repo-metadata.json index 591f80588c8f..62497dbfe9ff 100644 --- a/java-kms/.repo-metadata.json +++ b/java-kms/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "a cloud-hosted key management service that lets you manage cryptographic keys for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256, RSA 2048, RSA 3072, RSA 4096, EC P256, and EC P384 cryptographic keys. Cloud KMS is integrated with Cloud IAM and Cloud Audit Logging so that you can manage permissions on individual keys and monitor how these are used. Use Cloud KMS to protect secrets and other sensitive data that you need to store in Google Cloud Platform.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-kms/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-kms", diff --git a/java-kmsinventory/.repo-metadata.json b/java-kmsinventory/.repo-metadata.json index 5cbd49e0c540..aac7a59d80d8 100644 --- a/java-kmsinventory/.repo-metadata.json +++ b/java-kmsinventory/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "KMS Inventory API.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-kmsinventory/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-kmsinventory", diff --git a/java-language/.repo-metadata.json b/java-language/.repo-metadata.json index 6f9c8dbaf9e8..5063c83d7862 100644 --- a/java-language/.repo-metadata.json +++ b/java-language/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, entity sentiment analysis, content classification, and syntax analysis. This API is part of the larger Cloud Machine Learning API family.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-language/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-language", diff --git a/java-licensemanager/.repo-metadata.json b/java-licensemanager/.repo-metadata.json index 6e1b23766c79..eea62171638a 100644 --- a/java-licensemanager/.repo-metadata.json +++ b/java-licensemanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "License Manager is a tool to manage and track third-party licenses on Google Cloud.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-licensemanager/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-licensemanager", diff --git a/java-life-sciences/.repo-metadata.json b/java-life-sciences/.repo-metadata.json index e91a1a4fe070..b9617c8556ba 100644 --- a/java-life-sciences/.repo-metadata.json +++ b/java-life-sciences/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a suite of services and tools for managing, processing, and transforming life sciences data.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-life-sciences/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-life-sciences", diff --git a/java-locationfinder/.repo-metadata.json b/java-locationfinder/.repo-metadata.json index 2a6f252a1e83..62047b1cdf9f 100644 --- a/java-locationfinder/.repo-metadata.json +++ b/java-locationfinder/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Cloud Location Finder is a public API that offers a repository of all Google Cloud and Google Distributed Cloud locations, as well as cloud locations for other cloud providers.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-locationfinder/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-locationfinder", diff --git a/java-lustre/.repo-metadata.json b/java-lustre/.repo-metadata.json index a965a0c43a2e..f29fd751ce21 100644 --- a/java-lustre/.repo-metadata.json +++ b/java-lustre/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Google Cloud Managed Lustre delivers a high-performance, fully managed parallel file system optimized for AI and HPC applications.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-lustre/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-lustre", diff --git a/java-maintenance/.repo-metadata.json b/java-maintenance/.repo-metadata.json index 2177753b04b9..04aa84faf531 100644 --- a/java-maintenance/.repo-metadata.json +++ b/java-maintenance/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Maintenance API provides a centralized view of planned disruptive maintenance events across supported Google Cloud products.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-maintenance/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maintenance", diff --git a/java-managedkafka/.repo-metadata.json b/java-managedkafka/.repo-metadata.json index 7b72f12a0f38..8cb3e17c5b6b 100644 --- a/java-managedkafka/.repo-metadata.json +++ b/java-managedkafka/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Manage Apache Kafka clusters and resources.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-managedkafka/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-managedkafka", diff --git a/java-maps-addressvalidation/.repo-metadata.json b/java-maps-addressvalidation/.repo-metadata.json index f969c5d184a9..0d59ac3ec9b6 100644 --- a/java-maps-addressvalidation/.repo-metadata.json +++ b/java-maps-addressvalidation/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Address Validation API allows developers to verify the accuracy of addresses. Given an address, it returns information about the correctness of the components of the parsed address, a geocode, and a verdict on the deliverability of the parsed address.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-addressvalidation/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-addressvalidation", diff --git a/java-maps-area-insights/.repo-metadata.json b/java-maps-area-insights/.repo-metadata.json index 8cbacd51c5f5..f0688f825589 100644 --- a/java-maps-area-insights/.repo-metadata.json +++ b/java-maps-area-insights/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Places Insights API.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-area-insights/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-area-insights", diff --git a/java-maps-fleetengine-delivery/.repo-metadata.json b/java-maps-fleetengine-delivery/.repo-metadata.json index 958756142d93..e9f9381e078b 100644 --- a/java-maps-fleetengine-delivery/.repo-metadata.json +++ b/java-maps-fleetengine-delivery/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-fleetengine-delivery/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-fleetengine-delivery", diff --git a/java-maps-geocode/.repo-metadata.json b/java-maps-geocode/.repo-metadata.json index 6f08aa0313f0..ec731b4a4593 100644 --- a/java-maps-geocode/.repo-metadata.json +++ b/java-maps-geocode/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Geocoding API is a service that accepts a place as an address, latitude and longitude coordinates, or Place ID.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-geocode/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-geocode", diff --git a/java-maps-mapmanagement/.repo-metadata.json b/java-maps-mapmanagement/.repo-metadata.json index 0a27da7a4906..b3fa34e952b6 100644 --- a/java-maps-mapmanagement/.repo-metadata.json +++ b/java-maps-mapmanagement/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Map Management API is a RESTful service that accepts HTTP requests for map styling data through a variety of methods. It returns formatted configuration data about map styling resources so that you can programmatically manage your Cloud-based map styles.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-mapmanagement/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-mapmanagement", diff --git a/java-maps-mapsplatformdatasets/.repo-metadata.json b/java-maps-mapsplatformdatasets/.repo-metadata.json index b6d0f90c1dd6..dd3834827c84 100644 --- a/java-maps-mapsplatformdatasets/.repo-metadata.json +++ b/java-maps-mapsplatformdatasets/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Maps Platform Datasets API enables developers to ingest geospatially-tied datasets\n that they can use to enrich their experience of Maps Platform solutions (e.g. styling, routing).", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-mapsplatformdatasets/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-mapsplatformdatasets", diff --git a/java-maps-places/.repo-metadata.json b/java-maps-places/.repo-metadata.json index f03242cfc7f1..f4c07aa8fb32 100644 --- a/java-maps-places/.repo-metadata.json +++ b/java-maps-places/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Places API allows developers to access a variety of search and retrieval endpoints for a Place.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-places/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-places", diff --git a/java-maps-routeoptimization/.repo-metadata.json b/java-maps-routeoptimization/.repo-metadata.json index 605a654aeef9..f60bb613d5cc 100644 --- a/java-maps-routeoptimization/.repo-metadata.json +++ b/java-maps-routeoptimization/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Route Optimization API assigns tasks and routes to a vehicle fleet, optimizing against the objectives and constraints that you supply for your transportation goals.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-routeoptimization/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-routeoptimization", diff --git a/java-maps-routing/.repo-metadata.json b/java-maps-routing/.repo-metadata.json index 157b85f4dcf1..4c0e3407e1cf 100644 --- a/java-maps-routing/.repo-metadata.json +++ b/java-maps-routing/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Routes API is the next generation, performance optimized version of the existing Directions API and Distance Matrix API. It helps you find the ideal route from A to Z, calculates ETAs and distances for matrices of origin and destination locations, and also offers new features.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-routing/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-routing", diff --git a/java-maps-solar/.repo-metadata.json b/java-maps-solar/.repo-metadata.json index 8bd1bc1690ed..3100874d648e 100644 --- a/java-maps-solar/.repo-metadata.json +++ b/java-maps-solar/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Solar API allows users to read details about the solar potential of over 60 million buildings. This includes measurements of the building's roof (e.g., size and tilt/azimuth), energy production for a range of sizes of solar installations, and financial costs and benefits.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-maps-solar/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-maps-solar", diff --git a/java-marketingplatformadminapi/.repo-metadata.json b/java-marketingplatformadminapi/.repo-metadata.json index 209429fca0ad..e002d34e3418 100644 --- a/java-marketingplatformadminapi/.repo-metadata.json +++ b/java-marketingplatformadminapi/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.", "client_documentation": "https://cloud.google.com/java/docs/reference/admin/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-marketingplatformadminapi", diff --git a/java-meet/.repo-metadata.json b/java-meet/.repo-metadata.json index 653ca98410df..49fb4bad2cb6 100644 --- a/java-meet/.repo-metadata.json +++ b/java-meet/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Google Meet REST API lets you create and manage meetings for Google Meet and offers entry points to your users directly from your app", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-meet/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-meet", diff --git a/java-memcache/.repo-metadata.json b/java-memcache/.repo-metadata.json index f716f7031473..314481234166 100644 --- a/java-memcache/.repo-metadata.json +++ b/java-memcache/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a fully-managed in-memory data store service for Memcache.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-memcache/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-memcache", diff --git a/java-migrationcenter/.repo-metadata.json b/java-migrationcenter/.repo-metadata.json index a72b174d7a97..595f4897d0a4 100644 --- a/java-migrationcenter/.repo-metadata.json +++ b/java-migrationcenter/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Google Cloud Migration Center is a unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-migrationcenter/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-migrationcenter", diff --git a/java-modelarmor/.repo-metadata.json b/java-modelarmor/.repo-metadata.json index 0ae33f38232f..c74551cc4caa 100644 --- a/java-modelarmor/.repo-metadata.json +++ b/java-modelarmor/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Model Armor helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-modelarmor/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-modelarmor", diff --git a/java-monitoring-dashboards/.repo-metadata.json b/java-monitoring-dashboards/.repo-metadata.json index 785910fbce2e..33ea2f129a2e 100644 --- a/java-monitoring-dashboards/.repo-metadata.json +++ b/java-monitoring-dashboards/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-monitoring-dashboard/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-monitoring-dashboards", diff --git a/java-netapp/.repo-metadata.json b/java-netapp/.repo-metadata.json index 435af229f5b8..ada8673130f2 100644 --- a/java-netapp/.repo-metadata.json +++ b/java-netapp/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Google Cloud NetApp Volumes is a fully-managed, cloud-based data storage service that provides advanced data management capabilities and highly scalable performance with global availability.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-netapp/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-netapp", diff --git a/java-network-management/.repo-metadata.json b/java-network-management/.repo-metadata.json index 28af130a8cb9..c926218ef0ba 100644 --- a/java-network-management/.repo-metadata.json +++ b/java-network-management/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides a collection of network performance monitoring and diagnostic capabilities.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-network-management/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-network-management", diff --git a/java-networkservices/.repo-metadata.json b/java-networkservices/.repo-metadata.json index dae8a0ba3c9c..1eae11623692 100644 --- a/java-networkservices/.repo-metadata.json +++ b/java-networkservices/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Google Cloud offers a broad portfolio of networking services built on top of planet-scale infrastructure that leverages automation, advanced AI, and programmability, enabling enterprises to connect, scale, secure, modernize and optimize their infrastructure.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-networkservices/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-networkservices", diff --git a/java-notebooks/.repo-metadata.json b/java-notebooks/.repo-metadata.json index 2a4373ef3c72..1ef8b9f47461 100644 --- a/java-notebooks/.repo-metadata.json +++ b/java-notebooks/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-notebooks/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-notebooks", diff --git a/java-optimization/.repo-metadata.json b/java-optimization/.repo-metadata.json index 0990f88b8fef..46cb96ad2497 100644 --- a/java-optimization/.repo-metadata.json +++ b/java-optimization/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a managed routing service that takes your list of orders, vehicles, constraints, and objectives and returns the most efficient plan for your entire fleet in near real-time.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-optimization/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-optimization", diff --git a/java-oracledatabase/.repo-metadata.json b/java-oracledatabase/.repo-metadata.json index f0de2034eb41..c67d5c5c6004 100644 --- a/java-oracledatabase/.repo-metadata.json +++ b/java-oracledatabase/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-oracledatabase/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-oracledatabase", diff --git a/java-orchestration-airflow/.repo-metadata.json b/java-orchestration-airflow/.repo-metadata.json index 345157edcc0e..bb0d69f2ae2f 100644 --- a/java-orchestration-airflow/.repo-metadata.json +++ b/java-orchestration-airflow/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a managed Apache Airflow service that helps you create, schedule, monitor and manage workflows. Cloud Composer automation helps you create Airflow environments quickly and use Airflow-native tools, such as the powerful Airflow web interface and command line tools, so you can focus on your workflows and not your infrastructure.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-orchestration-airflow/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-orchestration-airflow", diff --git a/java-orgpolicy/.repo-metadata.json b/java-orgpolicy/.repo-metadata.json index 7a037d0e3a50..a102dd37b7b1 100644 --- a/java-orgpolicy/.repo-metadata.json +++ b/java-orgpolicy/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "n/a", "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-cloud-orgpolicy-v1/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-orgpolicy", diff --git a/java-os-config/.repo-metadata.json b/java-os-config/.repo-metadata.json index 12f1ebbb244e..1e3e90ff9cae 100644 --- a/java-os-config/.repo-metadata.json +++ b/java-os-config/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "provides OS management tools that can be used for patch management, patch compliance, and configuration management on VM instances.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-os-config/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-os-config", diff --git a/java-os-login/.repo-metadata.json b/java-os-login/.repo-metadata.json index e1df7ef97e52..7e4126150c04 100644 --- a/java-os-login/.repo-metadata.json +++ b/java-os-login/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "manages OS login configuration for Directory API users.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-os-login/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-os-login", diff --git a/java-parallelstore/.repo-metadata.json b/java-parallelstore/.repo-metadata.json index eb64136d85b3..d19d8d4ff4d7 100644 --- a/java-parallelstore/.repo-metadata.json +++ b/java-parallelstore/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Parallelstore is based on Intel DAOS and delivers up to 6.3x greater read throughput performance compared to competitive Lustre scratch offerings. ", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-parallelstore/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-parallelstore", diff --git a/java-parametermanager/.repo-metadata.json b/java-parametermanager/.repo-metadata.json index dae838ba928a..1c3e603c2ba8 100644 --- a/java-parametermanager/.repo-metadata.json +++ b/java-parametermanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "(Public Preview) Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-parametermanager/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-parametermanager", diff --git a/java-phishingprotection/.repo-metadata.json b/java-phishingprotection/.repo-metadata.json index 144be5f9eeb2..953dd9ee3a80 100644 --- a/java-phishingprotection/.repo-metadata.json +++ b/java-phishingprotection/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "helps prevent users from accessing phishing sites by identifying various signals associated with malicious content, including the use of your brand assets, classifying malicious content that uses your brand and reporting the unsafe URLs to Google Safe Browsing. Once a site is propagated to Safe Browsing, users will see warnings across more than 4 billion devices.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-phishingprotection/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-phishingprotection", diff --git a/java-policy-troubleshooter/.repo-metadata.json b/java-policy-troubleshooter/.repo-metadata.json index df2d9363a8f0..f8b98b4a7ce8 100644 --- a/java-policy-troubleshooter/.repo-metadata.json +++ b/java-policy-troubleshooter/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-policy-troubleshooter/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-policy-troubleshooter", diff --git a/java-policysimulator/.repo-metadata.json b/java-policysimulator/.repo-metadata.json index 9392dfdf0ef7..2d081d59ab40 100644 --- a/java-policysimulator/.repo-metadata.json +++ b/java-policysimulator/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Policy Simulator is a collection of endpoints for creating, running, and viewing a Replay.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-policysimulator/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-policysimulator", diff --git a/java-private-catalog/.repo-metadata.json b/java-private-catalog/.repo-metadata.json index 74aa3566cc69..808f6768feaf 100644 --- a/java-private-catalog/.repo-metadata.json +++ b/java-private-catalog/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows developers and cloud admins to make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-private-catalog/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-private-catalog", diff --git a/java-privilegedaccessmanager/.repo-metadata.json b/java-privilegedaccessmanager/.repo-metadata.json index 491e5d53b93f..e58e42692efe 100644 --- a/java-privilegedaccessmanager/.repo-metadata.json +++ b/java-privilegedaccessmanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Privileged Access Manager (PAM) helps you on your journey towards least privilege and helps mitigate risks tied to privileged access misuse orabuse. PAM allows you to shift from always-on standing privileges towards on-demand access with just-in-time, time-bound, and approval-based access elevations. PAM allows IAM administrators to create entitlements that can grant just-in-time, temporary access to any resource scope. Requesters can explore eligible entitlements and request the access needed for their task. Approvers are notified when approvals await their decision. Streamlined workflows facilitated by using PAM can support various use cases, including emergency access for incident responders, time-boxed access for developers for critical deployment or maintenance, temporary access for operators for data ingestion and audits, JIT access to service accounts for automated tasks, and more.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-privilegedaccessmanager/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-privilegedaccessmanager", diff --git a/java-profiler/.repo-metadata.json b/java-profiler/.repo-metadata.json index c0274338bf0e..e94f8c459503 100644 --- a/java-profiler/.repo-metadata.json +++ b/java-profiler/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-profiler/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-profiler", diff --git a/java-publicca/.repo-metadata.json b/java-publicca/.repo-metadata.json index 15dd051c55b9..87a75dd961e2 100644 --- a/java-publicca/.repo-metadata.json +++ b/java-publicca/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-publicca/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-publicca", diff --git a/java-rapidmigrationassessment/.repo-metadata.json b/java-rapidmigrationassessment/.repo-metadata.json index f1b6cbe3e5a6..4f5dfb9841e7 100644 --- a/java-rapidmigrationassessment/.repo-metadata.json +++ b/java-rapidmigrationassessment/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Rapid Migration Assessment API", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-rapidmigrationassessment/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-rapidmigrationassessment", diff --git a/java-recommendations-ai/.repo-metadata.json b/java-recommendations-ai/.repo-metadata.json index 57567ef39235..9359dc24cba0 100644 --- a/java-recommendations-ai/.repo-metadata.json +++ b/java-recommendations-ai/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "delivers highly personalized product recommendations at scale.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-recommendations-ai/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-recommendations-ai", diff --git a/java-recommender/.repo-metadata.json b/java-recommender/.repo-metadata.json index 693d6bed6b3b..466cefa13bfa 100644 --- a/java-recommender/.repo-metadata.json +++ b/java-recommender/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "delivers highly personalized product recommendations at scale.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-recommender/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-recommender", diff --git a/java-redis-cluster/.repo-metadata.json b/java-redis-cluster/.repo-metadata.json index 53a59de57dd5..94bed85a6125 100644 --- a/java-redis-cluster/.repo-metadata.json +++ b/java-redis-cluster/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Creates and manages Redis instances on the Google Cloud Platform.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-redis-cluster/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-redis-cluster", diff --git a/java-redis/.repo-metadata.json b/java-redis/.repo-metadata.json index bba545a1aa3e..fafad32a0ca8 100644 --- a/java-redis/.repo-metadata.json +++ b/java-redis/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-redis/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-redis", diff --git a/java-resourcemanager/.repo-metadata.json b/java-resourcemanager/.repo-metadata.json index 91e3af5ad86a..c64a598a67b9 100644 --- a/java-resourcemanager/.repo-metadata.json +++ b/java-resourcemanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "enables you to programmatically manage resources by project, folder, and organization.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-resourcemanager/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-resourcemanager", diff --git a/java-retail/.repo-metadata.json b/java-retail/.repo-metadata.json index f644b2bab49d..8a2a98ed2d7b 100644 --- a/java-retail/.repo-metadata.json +++ b/java-retail/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Retail solutions API.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-retail/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-retail", diff --git a/java-run/.repo-metadata.json b/java-run/.repo-metadata.json index f8424d23c5d2..a5e4f4cb0794 100644 --- a/java-run/.repo-metadata.json +++ b/java-run/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a managed compute platform that enables you to run containers that are invocable via requests or events.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-run/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-run", diff --git a/java-saasservicemgmt/.repo-metadata.json b/java-saasservicemgmt/.repo-metadata.json index 849acdc2e09c..90cafaaf261c 100644 --- a/java-saasservicemgmt/.repo-metadata.json +++ b/java-saasservicemgmt/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Model, deploy, and operate your SaaS at scale.\t", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-saasservicemgmt/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-saasservicemgmt", diff --git a/java-scheduler/.repo-metadata.json b/java-scheduler/.repo-metadata.json index 2599b4c9852f..0de9814f68c2 100644 --- a/java-scheduler/.repo-metadata.json +++ b/java-scheduler/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "lets you set up scheduled units of work to be executed at defined times or regular intervals. These work units are commonly known as cron jobs. Typical use cases might include sending out a report email on a daily basis, updating some cached data every 10 minutes, or updating some summary information once an hour.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-scheduler/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-scheduler", diff --git a/java-secretmanager/.repo-metadata.json b/java-secretmanager/.repo-metadata.json index 5e54968854fe..7d7c7e77f6f8 100644 --- a/java-secretmanager/.repo-metadata.json +++ b/java-secretmanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to encrypt, store, manage, and audit infrastructure and application-level secrets.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-secretmanager/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-secretmanager", diff --git a/java-securesourcemanager/.repo-metadata.json b/java-securesourcemanager/.repo-metadata.json index 3712e03ce6b6..388903aa2803 100644 --- a/java-securesourcemanager/.repo-metadata.json +++ b/java-securesourcemanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Regionally deployed, single-tenant managed source code repository hosted on\n Google Cloud.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-securesourcemanager/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-securesourcemanager", diff --git a/java-security-private-ca/.repo-metadata.json b/java-security-private-ca/.repo-metadata.json index 6ec5cafdc3d8..9386682318ca 100644 --- a/java-security-private-ca/.repo-metadata.json +++ b/java-security-private-ca/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "simplifies the deployment and management of private CAs without managing infrastructure.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-security-private-ca/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-security-private-ca", diff --git a/java-securitycenter/.repo-metadata.json b/java-securitycenter/.repo-metadata.json index f5530b5d3a8b..c930a0666ed2 100644 --- a/java-securitycenter/.repo-metadata.json +++ b/java-securitycenter/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "makes it easier for you to prevent, detect, and respond to threats. Identify security misconfigurations in virtual machines, networks, applications, and storage buckets from a centralized dashboard. Take action on them before they can potentially result in business damage or loss. Built-in capabilities can quickly surface suspicious activity in your Stackdriver security logs or indicate compromised virtual machines. Respond to threats by following actionable recommendations or exporting logs to your SIEM for further investigation.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-securitycenter/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-securitycenter", diff --git a/java-securitycentermanagement/.repo-metadata.json b/java-securitycentermanagement/.repo-metadata.json index db09da6e6560..6191199f866b 100644 --- a/java-securitycentermanagement/.repo-metadata.json +++ b/java-securitycentermanagement/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Security Center Management API", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-securitycentermanagement/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-securitycentermanagement", diff --git a/java-securityposture/.repo-metadata.json b/java-securityposture/.repo-metadata.json index 9258e50ba06e..3916828397ee 100644 --- a/java-securityposture/.repo-metadata.json +++ b/java-securityposture/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Security Posture is a comprehensive framework of policy sets that empowers organizations to define, assess early, deploy, and monitor their security measures in a unified way and helps simplify governance and reduces administrative toil.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-securityposture/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-securityposture", diff --git a/java-service-control/.repo-metadata.json b/java-service-control/.repo-metadata.json index a60b2fecc36b..cd913847ff3a 100644 --- a/java-service-control/.repo-metadata.json +++ b/java-service-control/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": " is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-service-control/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-service-control", diff --git a/java-service-management/.repo-metadata.json b/java-service-management/.repo-metadata.json index d936c6fed845..0aa055f1eec9 100644 --- a/java-service-management/.repo-metadata.json +++ b/java-service-management/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to service consumers and service producers, including authentication, authorization, auditing, rate limiting, analytics, billing, logging, and monitoring.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-service-management/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-service-management", diff --git a/java-service-usage/.repo-metadata.json b/java-service-usage/.repo-metadata.json index ae42b7f4d245..e3191a037578 100644 --- a/java-service-usage/.repo-metadata.json +++ b/java-service-usage/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-service-usage/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-service-usage", diff --git a/java-servicedirectory/.repo-metadata.json b/java-servicedirectory/.repo-metadata.json index 26ece316ee68..b08c8b126eac 100644 --- a/java-servicedirectory/.repo-metadata.json +++ b/java-servicedirectory/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows the registration and lookup of service endpoints.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-servicedirectory/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-servicedirectory", diff --git a/java-servicehealth/.repo-metadata.json b/java-servicehealth/.repo-metadata.json index 27b9d756342e..07501f27cb11 100644 --- a/java-servicehealth/.repo-metadata.json +++ b/java-servicehealth/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Personalized Service Health helps you gain visibility into disruptive events impacting Google Cloud products.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-servicehealth/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-servicehealth", diff --git a/java-shell/.repo-metadata.json b/java-shell/.repo-metadata.json index 83749e69f27d..067a3baa26ec 100644 --- a/java-shell/.repo-metadata.json +++ b/java-shell/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-shell/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shell", diff --git a/java-shopping-css/.repo-metadata.json b/java-shopping-css/.repo-metadata.json index 94c9d9e9753d..4fb4f06d20b2 100644 --- a/java-shopping-css/.repo-metadata.json +++ b/java-shopping-css/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The CSS API is used to manage your CSS and control your CSS Products portfolio", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-css/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-css", diff --git a/java-shopping-merchant-accounts/.repo-metadata.json b/java-shopping-merchant-accounts/.repo-metadata.json index cd597c8f0da2..82b87e328055 100644 --- a/java-shopping-merchant-accounts/.repo-metadata.json +++ b/java-shopping-merchant-accounts/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-accounts/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-accounts", diff --git a/java-shopping-merchant-conversions/.repo-metadata.json b/java-shopping-merchant-conversions/.repo-metadata.json index 8743562684ab..6032914af48c 100644 --- a/java-shopping-merchant-conversions/.repo-metadata.json +++ b/java-shopping-merchant-conversions/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-conversions/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-conversions", diff --git a/java-shopping-merchant-datasources/.repo-metadata.json b/java-shopping-merchant-datasources/.repo-metadata.json index 85de6b5d4292..417da460d68f 100644 --- a/java-shopping-merchant-datasources/.repo-metadata.json +++ b/java-shopping-merchant-datasources/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-datasources/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-datasources", diff --git a/java-shopping-merchant-inventories/.repo-metadata.json b/java-shopping-merchant-inventories/.repo-metadata.json index bbb9ab6e0325..68d85f5a3211 100644 --- a/java-shopping-merchant-inventories/.repo-metadata.json +++ b/java-shopping-merchant-inventories/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-inventories/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-inventories", diff --git a/java-shopping-merchant-lfp/.repo-metadata.json b/java-shopping-merchant-lfp/.repo-metadata.json index 1ab7994dd8b3..c3bc23115544 100644 --- a/java-shopping-merchant-lfp/.repo-metadata.json +++ b/java-shopping-merchant-lfp/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-lfp/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-lfp", diff --git a/java-shopping-merchant-notifications/.repo-metadata.json b/java-shopping-merchant-notifications/.repo-metadata.json index 280cc9680d73..0babd99976a1 100644 --- a/java-shopping-merchant-notifications/.repo-metadata.json +++ b/java-shopping-merchant-notifications/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-notifications/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-notifications", diff --git a/java-shopping-merchant-product-studio/.repo-metadata.json b/java-shopping-merchant-product-studio/.repo-metadata.json index a9e7fa1aa59b..ba846506a8db 100644 --- a/java-shopping-merchant-product-studio/.repo-metadata.json +++ b/java-shopping-merchant-product-studio/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your products.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-productstudio/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-product-studio", diff --git a/java-shopping-merchant-products/.repo-metadata.json b/java-shopping-merchant-products/.repo-metadata.json index 25eecc0e1f2f..6f1197978770 100644 --- a/java-shopping-merchant-products/.repo-metadata.json +++ b/java-shopping-merchant-products/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-products/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-products", diff --git a/java-shopping-merchant-promotions/.repo-metadata.json b/java-shopping-merchant-promotions/.repo-metadata.json index a08cc8251e0f..c67ed9231438 100644 --- a/java-shopping-merchant-promotions/.repo-metadata.json +++ b/java-shopping-merchant-promotions/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-promotions/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-promotions", diff --git a/java-shopping-merchant-quota/.repo-metadata.json b/java-shopping-merchant-quota/.repo-metadata.json index db6b9e22e1be..1628a82a2f2f 100644 --- a/java-shopping-merchant-quota/.repo-metadata.json +++ b/java-shopping-merchant-quota/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-quota/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-quota", diff --git a/java-shopping-merchant-reports/.repo-metadata.json b/java-shopping-merchant-reports/.repo-metadata.json index 419f7103c721..7048d97afb0d 100644 --- a/java-shopping-merchant-reports/.repo-metadata.json +++ b/java-shopping-merchant-reports/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-reports/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-reports", diff --git a/java-shopping-merchant-reviews/.repo-metadata.json b/java-shopping-merchant-reviews/.repo-metadata.json index ab9f578c3b2d..d251d48b576b 100644 --- a/java-shopping-merchant-reviews/.repo-metadata.json +++ b/java-shopping-merchant-reviews/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Programmatically manage your Merchant Center Accounts.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-reviews/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-shopping-merchant-reviews", diff --git a/java-showcase/.repo-metadata.json b/java-showcase/.repo-metadata.json index 337e86ea2594..3ec523974765 100644 --- a/java-showcase/.repo-metadata.json +++ b/java-showcase/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Showcase module", "client_documentation": "https://cloud.google.com/java/docs/reference/gapic-showcase/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-showcase", diff --git a/java-spanneradapter/.repo-metadata.json b/java-spanneradapter/.repo-metadata.json index aad133a2e5b5..395abb28aedc 100644 --- a/java-spanneradapter/.repo-metadata.json +++ b/java-spanneradapter/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Cloud Spanner Adapter service allows native drivers of supported database dialects to interact directly with Cloud Spanner by wrapping the underlying wire protocol used by the driver in a gRPC stream.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-spanneradapter/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-spanneradapter", diff --git a/java-speech/.repo-metadata.json b/java-speech/.repo-metadata.json index ba3dcfd6cee2..604c15c56684 100644 --- a/java-speech/.repo-metadata.json +++ b/java-speech/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-speech/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-speech", diff --git a/java-storage-transfer/.repo-metadata.json b/java-storage-transfer/.repo-metadata.json index f1606feb9ca7..fcc4a0188528 100644 --- a/java-storage-transfer/.repo-metadata.json +++ b/java-storage-transfer/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Secure, low-cost services for transferring data from cloud or on-premises sources.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storage-transfer/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-storage-transfer", diff --git a/java-storagebatchoperations/.repo-metadata.json b/java-storagebatchoperations/.repo-metadata.json index 86718932a744..1234eb051d00 100644 --- a/java-storagebatchoperations/.repo-metadata.json +++ b/java-storagebatchoperations/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Storage batch operations is a Cloud Storage management feature that performs operations on billions of Cloud Storage objects in a serverless manner.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storagebatchoperations/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-storagebatchoperations", diff --git a/java-storageinsights/.repo-metadata.json b/java-storageinsights/.repo-metadata.json index 9a813b8ea0f7..67cbb4da4ce8 100644 --- a/java-storageinsights/.repo-metadata.json +++ b/java-storageinsights/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Provides insights capability on Google Cloud Storage", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storageinsights/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-storageinsights", diff --git a/java-talent/.repo-metadata.json b/java-talent/.repo-metadata.json index 76a9c05ccc89..34507188f775 100644 --- a/java-talent/.repo-metadata.json +++ b/java-talent/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to transform your job search and candidate matching capabilities with Cloud Talent Solution, designed to support enterprise talent acquisition technology and evolve with your growing needs. This AI solution includes features such as Job Search and Profile Search (Beta) to provide candidates and employers with an enhanced talent acquisition experience. Learn more about Cloud Talent Solution from the product overview page.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-talent/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-talent", diff --git a/java-tasks/.repo-metadata.json b/java-tasks/.repo-metadata.json index 18a2af3f3340..3632e90bf3df 100644 --- a/java-tasks/.repo-metadata.json +++ b/java-tasks/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-tasks/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-tasks", diff --git a/java-telcoautomation/.repo-metadata.json b/java-telcoautomation/.repo-metadata.json index 8c00b39be433..db0e8d954e91 100644 --- a/java-telcoautomation/.repo-metadata.json +++ b/java-telcoautomation/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "APIs to automate 5G deployment and management of cloud infrastructure and network functions.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-telcoautomation/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-telcoautomation", diff --git a/java-texttospeech/.repo-metadata.json b/java-texttospeech/.repo-metadata.json index b7301a7179a8..50e0c3e8e0a4 100644 --- a/java-texttospeech/.repo-metadata.json +++ b/java-texttospeech/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "enables easy integration of Google text recognition technologies into developer applications. Send text and receive synthesized audio output from the Cloud Text-to-Speech API service.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-texttospeech/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-texttospeech", diff --git a/java-tpu/.repo-metadata.json b/java-tpu/.repo-metadata.json index 9e09e391742c..af76b2c77f15 100644 --- a/java-tpu/.repo-metadata.json +++ b/java-tpu/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-tpu/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-tpu", diff --git a/java-trace/.repo-metadata.json b/java-trace/.repo-metadata.json index 448bacb2bc32..c56cf09d0af3 100644 --- a/java-trace/.repo-metadata.json +++ b/java-trace/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a distributed tracing system that collects latency data from your applications and displays it in the Google Cloud Platform Console. You can track how requests propagate through your application and receive detailed near real-time performance insights.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-trace/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-trace", diff --git a/java-translate/.repo-metadata.json b/java-translate/.repo-metadata.json index 59baf67a07c7..a5c3b0218d01 100644 --- a/java-translate/.repo-metadata.json +++ b/java-translate/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-translate/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-translate", diff --git a/java-valkey/.repo-metadata.json b/java-valkey/.repo-metadata.json index c5c019972386..a4dbf17e31a0 100644 --- a/java-valkey/.repo-metadata.json +++ b/java-valkey/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Memorystore for Valkey is a fully managed Valkey Cluster service for Google Cloud.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-memorystore/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-valkey", diff --git a/java-vectorsearch/.repo-metadata.json b/java-vectorsearch/.repo-metadata.json index 42e6acb7b5e5..7eb71577635d 100644 --- a/java-vectorsearch/.repo-metadata.json +++ b/java-vectorsearch/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Vector Search API provides a fully-managed, highly performant, and scalable vector database designed to power next-generation search, recommendation, and generative AI applications. It allows you to store, index, and query your data and its corresponding vector embeddings through a simple, intuitive interface. With Vector Search, you can define custom schemas for your data, insert objects with associated metadata, automatically generate embeddings from your data, and perform fast approximate nearest neighbor (ANN) searches to find semantically similar items at scale.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-vectorsearch/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-vectorsearch", diff --git a/java-video-intelligence/.repo-metadata.json b/java-video-intelligence/.repo-metadata.json index f47d581eeb02..6889fbc0ecfb 100644 --- a/java-video-intelligence/.repo-metadata.json +++ b/java-video-intelligence/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows developers to use Google video analysis technology as part of their applications.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-video-intelligence/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-video-intelligence", diff --git a/java-video-live-stream/.repo-metadata.json b/java-video-live-stream/.repo-metadata.json index f7efa882feb4..fecc2270cb90 100644 --- a/java-video-live-stream/.repo-metadata.json +++ b/java-video-live-stream/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-live-stream/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-video-live-stream", diff --git a/java-video-transcoder/.repo-metadata.json b/java-video-transcoder/.repo-metadata.json index da03260ed1d5..14f2dbc3bda7 100644 --- a/java-video-transcoder/.repo-metadata.json +++ b/java-video-transcoder/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-video-transcoder/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-video-transcoder", diff --git a/java-vision/.repo-metadata.json b/java-vision/.repo-metadata.json index 1787f9b42881..390c6aab264e 100644 --- a/java-vision/.repo-metadata.json +++ b/java-vision/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-vision/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-vision", diff --git a/java-visionai/.repo-metadata.json b/java-visionai/.repo-metadata.json index dcfb1d2a013d..2e585c7cbdf2 100644 --- a/java-visionai/.repo-metadata.json +++ b/java-visionai/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Vertex AI Vision is an AI-powered platform to ingest, analyze and store video data.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-visionai/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-visionai", diff --git a/java-vmmigration/.repo-metadata.json b/java-vmmigration/.repo-metadata.json index f31a8ba23700..cda690d59e24 100644 --- a/java-vmmigration/.repo-metadata.json +++ b/java-vmmigration/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "helps customers migrating VMs to GCP at no additional cost, as well as an extensive ecosystem of partners to help with discovery and assessment, planning, migration, special use cases, and more.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-vmmigration/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-vmmigration", diff --git a/java-vmwareengine/.repo-metadata.json b/java-vmwareengine/.repo-metadata.json index da51afa1b9d4..d6a167bfade7 100644 --- a/java-vmwareengine/.repo-metadata.json +++ b/java-vmwareengine/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Easily lift and shift your VMware-based applications to Google Cloud without changes to your apps, tools, or processes.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-vmwareengine/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-vmwareengine", diff --git a/java-vpcaccess/.repo-metadata.json b/java-vpcaccess/.repo-metadata.json index f2de483ac34b..6f3e93f66c25 100644 --- a/java-vpcaccess/.repo-metadata.json +++ b/java-vpcaccess/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "enables you to connect from a serverless environment on Google Cloud directly to your VPC network. This connection makes it possible for your serverless environment to access resources in your VPC network via internal IP addresses.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-vpcaccess/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-vpcaccess", diff --git a/java-webrisk/.repo-metadata.json b/java-webrisk/.repo-metadata.json index 0768ecdf80ec..e1ea9ff993a6 100644 --- a/java-webrisk/.repo-metadata.json +++ b/java-webrisk/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sites - such as phishing and deceptive sites - and sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-webrisk/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-webrisk", diff --git a/java-websecurityscanner/.repo-metadata.json b/java-websecurityscanner/.repo-metadata.json index 40e003f30f96..0ac0e0feaf4a 100644 --- a/java-websecurityscanner/.repo-metadata.json +++ b/java-websecurityscanner/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "identifies security vulnerabilities in your App Engine, Compute Engine, and Google Kubernetes Engine web applications. It crawls your application, following all links within the scope of your starting URLs, and attempts to exercise as many user inputs and event handlers as possible.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-websecurityscanner/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-websecurityscanner", diff --git a/java-workflow-executions/.repo-metadata.json b/java-workflow-executions/.repo-metadata.json index 498cc2182be4..d3f785a953ab 100644 --- a/java-workflow-executions/.repo-metadata.json +++ b/java-workflow-executions/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-workflow-executions/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-workflow-executions", diff --git a/java-workflows/.repo-metadata.json b/java-workflows/.repo-metadata.json index 35574967e156..cf1995567861 100644 --- a/java-workflows/.repo-metadata.json +++ b/java-workflows/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-workflows/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-workflows", diff --git a/java-workloadmanager/.repo-metadata.json b/java-workloadmanager/.repo-metadata.json index 03603fc4aab9..10364e9159bb 100644 --- a/java-workloadmanager/.repo-metadata.json +++ b/java-workloadmanager/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Workload Manager is a service that provides tooling for enterprise workloads to automate the deployment and validation of your workloads against best practices and recommendations.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-workloadmanager/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-workloadmanager", diff --git a/java-workspaceevents/.repo-metadata.json b/java-workspaceevents/.repo-metadata.json index 9cd294ce436c..b05f345a859d 100644 --- a/java-workspaceevents/.repo-metadata.json +++ b/java-workspaceevents/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-workspaceevents/latest/overview", "release_level": "preview", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-workspaceevents", diff --git a/java-workstations/.repo-metadata.json b/java-workstations/.repo-metadata.json index 556c10178843..615cfbd1e0b1 100644 --- a/java-workstations/.repo-metadata.json +++ b/java-workstations/.repo-metadata.json @@ -5,7 +5,7 @@ "api_description": "Fully managed development environments built to meet the needs of security-sensitive enterprises. It enhances the security of development environments while accelerating developer onboarding and productivity.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-workstations/latest/overview", "release_level": "stable", - "transport": "both", + "transport": "grpc+rest", "language": "java", "repo": "googleapis/google-cloud-java", "repo_short": "java-workstations",