Skip to content

Commit 21634ec

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

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
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-rev20250618-2.0.0</version>
25+
<version>v1-rev20250723-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20250723-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ public final class Metadata extends com.google.api.client.json.GenericJson {
112112
@com.google.api.client.util.Key
113113
private java.lang.Boolean hasVoiceOfMerchant;
114114

115+
/**
116+
* Output only.
117+
* The value may be {@code null}.
118+
*/
119+
@com.google.api.client.util.Key
120+
private java.lang.Boolean isParticularlyPersonalPlace;
121+
115122
/**
116123
* Output only. A link to the location on Maps.
117124
* The value may be {@code null}.
@@ -333,6 +340,23 @@ public Metadata setHasVoiceOfMerchant(java.lang.Boolean hasVoiceOfMerchant) {
333340
return this;
334341
}
335342

343+
/**
344+
* Output only.
345+
* @return value or {@code null} for none
346+
*/
347+
public java.lang.Boolean getIsParticularlyPersonalPlace() {
348+
return isParticularlyPersonalPlace;
349+
}
350+
351+
/**
352+
* Output only.
353+
* @param isParticularlyPersonalPlace isParticularlyPersonalPlace or {@code null} for none
354+
*/
355+
public Metadata setIsParticularlyPersonalPlace(java.lang.Boolean isParticularlyPersonalPlace) {
356+
this.isParticularlyPersonalPlace = isParticularlyPersonalPlace;
357+
return this;
358+
}
359+
336360
/**
337361
* Output only. A link to the location on Maps.
338362
* @return value or {@code null} for none

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

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

1515
<inceptionYear>2011</inceptionYear>

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-rev20250618-2.0.0</version>
25+
<version>v1-rev20250723-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-rev20250618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20250723-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)