File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-mybusinessbusinessinformation/v1
com/google/api/services/mybusinessbusinessinformation/v1/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments