Skip to content

Commit 5f60d6a

Browse files
chore: generate libraries at Tue Jul 2 23:36:44 UTC 2024
1 parent 269ae52 commit 5f60d6a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.repo-metadata.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
"api_shortname": "logging",
33
"name_pretty": "Cloud Logging",
44
"product_documentation": "https://cloud.google.com/logging/docs",
5+
"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.",
56
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-logging/latest/history",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
77
"release_level": "stable",
8+
"transport": "grpc",
89
"language": "java",
910
"repo": "googleapis/java-logging",
1011
"repo_short": "java-logging",
1112
"distribution_name": "com.google.cloud:google-cloud-logging",
1213
"api_id": "logging.googleapis.com",
13-
"transport": "grpc",
1414
"library_type": "GAPIC_COMBO",
15-
"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.",
15+
"requires_billing": true,
1616
"codeowner_team": "@googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners",
17+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
1718
"recommended_package": "com.google.cloud.logging"
18-
}
19+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The client application making API calls must be granted [authorization scopes][a
8282
### Prerequisites
8383

8484
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Logging [API enabled][enable-api].
85-
85+
You will need to [enable billing][enable-billing] to use Google Cloud Logging.
8686
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
8787
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
8888
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -464,7 +464,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
464464
[contributing]: https://github.com/googleapis/java-logging/blob/main/CONTRIBUTING.md
465465
[code-of-conduct]: https://github.com/googleapis/java-logging/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
466466
[license]: https://github.com/googleapis/java-logging/blob/main/LICENSE
467-
467+
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
468468
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=logging.googleapis.com
469469
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
470470
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"customManagers": [
2121
{
2222
"customType": "regex",
23-
"fileMatch": [
23+
"fileMatch": [
2424
"^.kokoro/presubmit/graalvm-native.*.cfg$"
2525
],
2626
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
@@ -30,7 +30,7 @@
3030
{
3131
"customType": "regex",
3232
"fileMatch": [
33-
"^.github/workflows/unmanaged_dependency_check.yaml$"
33+
"^.github/workflows/unmanaged_dependency_check.yaml$"
3434
],
3535
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
3636
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",

0 commit comments

Comments
 (0)