Skip to content

Commit c8a7500

Browse files
chore: regenerate mybusinessbusinessinformation client (googleapis#27846)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 5285b56 commit c8a7500

File tree

4 files changed

+73
-25
lines changed

4 files changed

+73
-25
lines changed

clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-mybusinessbusinessinformation</artifactId>
25-
<version>v1-rev20250319-2.0.0</version>
25+
<version>v1-rev20250615-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20250319-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20250615-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/PostalAddress.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
package com.google.api.services.mybusinessbusinessinformation.v1.model;
1818

1919
/**
20-
* Represents a postal address (for example, for postal delivery or payments addresses). Given a
21-
* postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not
22-
* intended to model geographical locations (roads, towns, mountains). In typical usage, an address
23-
* would be created by user input or from importing existing data, depending on the type of process.
24-
* Advice on address input or editing: - Use an internationalization-ready address widget such as
25-
* https://github.com/google/libaddressinput. - Users should not be presented with UI elements for
26-
* input or editing of fields outside countries where that field is used. For more guidance on how
27-
* to use this schema, see: https://support.google.com/business/answer/6397478.
20+
* Represents a postal address, such as for postal delivery or payments addresses. With a postal
21+
* address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address
22+
* is not intended to model geographical locations like roads, towns, or mountains. In typical
23+
* usage, an address would be created by user input or from importing existing data, depending on
24+
* the type of process. Advice on address input or editing: - Use an internationalization-ready
25+
* address widget such as https://github.com/google/libaddressinput. - Users should not be presented
26+
* with UI elements for input or editing of fields outside countries where that field is used. For
27+
* more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.
2828
*
2929
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3030
* transmitted over HTTP when working with the My Business Business Information API. For a detailed

clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml

Lines changed: 61 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,22 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-mybusinessbusinessinformation</artifactId>
11-
<version>v1-rev20250319-2.0.0</version>
12-
<name>My Business Business Information API v1-rev20250319-2.0.0</name>
11+
<version>v1-rev20250615-2.0.0</version>
12+
<name>My Business Business Information API v1-rev20250615-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
1616

17+
<developers>
18+
<developer>
19+
<id>GoogleAPIs</id>
20+
<name>GoogleAPIs</name>
21+
<email>[email protected]</email>
22+
<organization>Google</organization>
23+
<organizationUrl>https://www.google.com</organizationUrl>
24+
</developer>
25+
</developers>
26+
1727
<organization>
1828
<name>Google</name>
1929
<url>http://www.google.com/</url>
@@ -44,17 +54,6 @@
4454
<target>1.7</target>
4555
</configuration>
4656
</plugin>
47-
<plugin>
48-
<groupId>org.sonatype.plugins</groupId>
49-
<artifactId>nexus-staging-maven-plugin</artifactId>
50-
<version>1.6.8</version>
51-
<extensions>true</extensions>
52-
<configuration>
53-
<serverId>ossrh</serverId>
54-
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
55-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
56-
</configuration>
57-
</plugin>
5857
<plugin>
5958
<groupId>org.apache.maven.plugins</groupId>
6059
<artifactId>maven-source-plugin</artifactId>
@@ -134,6 +133,55 @@
134133
</properties>
135134

136135
<profiles>
136+
<profile>
137+
<!-- By default, we release artifacts to Sonatype, which requires
138+
nexus-staging-maven-plugin. -->
139+
<id>release-sonatype</id>
140+
<activation>
141+
<property>
142+
<!-- Only when we use the release-gcp-artifact-registry profile,
143+
which comes with artifact-registry-url property, this profile is
144+
turned off. -->
145+
<name>!artifact-registry-url</name>
146+
</property>
147+
</activation>
148+
<build>
149+
<plugins>
150+
<plugin>
151+
<groupId>org.sonatype.plugins</groupId>
152+
<artifactId>nexus-staging-maven-plugin</artifactId>
153+
<version>1.6.13</version>
154+
<extensions>true</extensions>
155+
<configuration>
156+
<serverId>sonatype-nexus-staging</serverId>
157+
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
158+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
159+
</configuration>
160+
</plugin>
161+
</plugins>
162+
</build>
163+
</profile>
164+
<profile>
165+
<!-- Optionally, we can publish the artifacts to GCP Artifact Registry specifying
166+
this release-gcp-artifact-registry profile:
167+
mvn deploy -P=release-gcp-artifact-registry -P=-release-sonatype \
168+
-Dartifact-registry-url=artifactregistry://us-maven.pkg.dev/...
169+
-->
170+
<id>release-gcp-artifact-registry</id>
171+
<properties>
172+
<artifact-registry-url>artifactregistry://please-define-artifact-registry-url-property</artifact-registry-url>
173+
</properties>
174+
<distributionManagement>
175+
<repository>
176+
<id>gcp-artifact-registry-repository</id>
177+
<url>${artifact-registry-url}</url>
178+
</repository>
179+
<snapshotRepository>
180+
<id>gcp-artifact-registry-repository</id>
181+
<url>${artifact-registry-url}</url>
182+
</snapshotRepository>
183+
</distributionManagement>
184+
</profile>
137185
<profile>
138186
<id>release-sign-artifacts</id>
139187
<activation>

clients/google-api-services-mybusinessbusinessinformation/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-mybusinessbusinessinformation</artifactId>
25-
<version>v1-rev20250319-2.0.0</version>
25+
<version>v1-rev20250615-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20250319-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20250615-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)