-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: regenerate playdeveloperreporting client (#18661)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
- Loading branch information
1 parent
8e8bda0
commit ccf763b
Showing
2 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
clients/google-api-services-playdeveloperreporting/v1alpha1/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Google Play Developer Reporting API Client Library for Java | ||
|
||
|
||
|
||
This page contains information about getting started with the Google Play Developer Reporting API | ||
using the Google API Client Library for Java. In addition, you may be interested | ||
in the following documentation: | ||
|
||
* Browse the [Javadoc reference for the Google Play Developer Reporting API][javadoc] | ||
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client]. | ||
* Interact with this API in your browser using the [APIs Explorer for the Google Play Developer Reporting API][api-explorer] | ||
|
||
## Installation | ||
|
||
### Maven | ||
|
||
Add the following lines to your `pom.xml` file: | ||
|
||
```xml | ||
<project> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.apis</groupId> | ||
<artifactId>google-api-services-playdeveloperreporting</artifactId> | ||
<version>v1alpha1-rev20230803-2.0.0</version> | ||
</dependency> | ||
</dependencies> | ||
</project> | ||
``` | ||
|
||
### Gradle | ||
|
||
```gradle | ||
repositories { | ||
mavenCentral() | ||
} | ||
dependencies { | ||
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1alpha1-rev20230803-2.0.0' | ||
} | ||
``` | ||
|
||
[javadoc]: https://googleapis.dev/java/google-api-services-playdeveloperreporting/latest/index.html | ||
[google-api-client]: https://github.com/googleapis/google-api-java-client/ | ||
[api-explorer]: https://developers.google.com/apis-explorer/#p/playdeveloperreporting/v1/ |
44 changes: 44 additions & 0 deletions
44
clients/google-api-services-playdeveloperreporting/v1beta1/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Google Play Developer Reporting API Client Library for Java | ||
|
||
|
||
|
||
This page contains information about getting started with the Google Play Developer Reporting API | ||
using the Google API Client Library for Java. In addition, you may be interested | ||
in the following documentation: | ||
|
||
* Browse the [Javadoc reference for the Google Play Developer Reporting API][javadoc] | ||
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client]. | ||
* Interact with this API in your browser using the [APIs Explorer for the Google Play Developer Reporting API][api-explorer] | ||
|
||
## Installation | ||
|
||
### Maven | ||
|
||
Add the following lines to your `pom.xml` file: | ||
|
||
```xml | ||
<project> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.apis</groupId> | ||
<artifactId>google-api-services-playdeveloperreporting</artifactId> | ||
<version>v1beta1-rev20230803-2.0.0</version> | ||
</dependency> | ||
</dependencies> | ||
</project> | ||
``` | ||
|
||
### Gradle | ||
|
||
```gradle | ||
repositories { | ||
mavenCentral() | ||
} | ||
dependencies { | ||
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1beta1-rev20230803-2.0.0' | ||
} | ||
``` | ||
|
||
[javadoc]: https://googleapis.dev/java/google-api-services-playdeveloperreporting/latest/index.html | ||
[google-api-client]: https://github.com/googleapis/google-api-java-client/ | ||
[api-explorer]: https://developers.google.com/apis-explorer/#p/playdeveloperreporting/v1/ |