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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-mybusinessbusinessinformation</artifactId >
25
- <version >v1-rev20250618 -2.0.0</version >
25
+ <version >v1-rev20250723 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
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 {
112
112
@ com .google .api .client .util .Key
113
113
private java .lang .Boolean hasVoiceOfMerchant ;
114
114
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
+
115
122
/**
116
123
* Output only. A link to the location on Maps.
117
124
* The value may be {@code null}.
@@ -333,6 +340,23 @@ public Metadata setHasVoiceOfMerchant(java.lang.Boolean hasVoiceOfMerchant) {
333
340
return this ;
334
341
}
335
342
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
+
336
360
/**
337
361
* Output only. A link to the location on Maps.
338
362
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-mybusinessbusinessinformation</artifactId >
25
- <version >v1-rev20250618 -2.0.0</version >
25
+ <version >v1-rev20250723 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments