Skip to content

Commit 03f6980

Browse files
chore: update library type (#809)
* chore: update library type * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1fc7f15 commit 03f6980

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"distribution_name": "com.google.cloud:google-cloud-logging",
1212
"api_id": "logging.googleapis.com",
1313
"transport": "grpc",
14-
"library_type": "GAPIC_AUTO",
14+
"library_type": "GAPIC_COMBO",
1515
"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.",
1616
"codeowner_team": "@googleapis/api-logging"
17-
}
17+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are using Maven without BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:24.1.0')
54+
implementation platform('com.google.cloud:libraries-bom:24.1.1')
5555
5656
implementation 'com.google.cloud:google-cloud-logging'
5757
```

0 commit comments

Comments
 (0)