diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md
index ed7e060903e..b4703133279 100644
--- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md
+++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-mybusinessbusinessinformation
- v1-rev20260804-2.0.0
+ v1-rev20260809-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260804-2.0.0'
+ implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260809-2.0.0'
}
```
diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/SpecialHourPeriod.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/SpecialHourPeriod.java
index 9d7ecefb3ee..72272b08d11 100644
--- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/SpecialHourPeriod.java
+++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/SpecialHourPeriod.java
@@ -40,15 +40,16 @@
public final class SpecialHourPeriod extends com.google.api.client.json.GenericJson {
/**
- * Optional. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Must be specified if `closed` is false.
+ * Optional. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. It must be specified if `closed` is `false`. Note: In Proto3 JSON mapping,
+ * default zero values (`00:00`) are omitted, producing `{}` for `close_time`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private TimeOfDay closeTime;
/**
- * Optional. If true, `end_date`, `open_time`, and `close_time` are ignored, and the date
+ * Optional. If `true`, `end_date`, `open_time`, and `close_time` are ignored, and the date
* specified in `start_date` is treated as the location being closed for the entire day.
* The value may be {@code null}.
*/
@@ -65,8 +66,9 @@ public final class SpecialHourPeriod extends com.google.api.client.json.GenericJ
private Date endDate;
/**
- * Optional. Valid values are 00:00-24:00 where 24:00 represents midnight at the end of the
- * specified day field. Must be specified if `closed` is false.
+ * Optional. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. It must be specified if `closed` is `false`. Note: In Proto3 JSON mapping,
+ * default zero values (`00:00`) are omitted, producing `{}` for `open_time`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -80,8 +82,9 @@ public final class SpecialHourPeriod extends com.google.api.client.json.GenericJ
private Date startDate;
/**
- * Optional. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Must be specified if `closed` is false.
+ * Optional. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. It must be specified if `closed` is `false`. Note: In Proto3 JSON mapping,
+ * default zero values (`00:00`) are omitted, producing `{}` for `close_time`.
* @return value or {@code null} for none
*/
public TimeOfDay getCloseTime() {
@@ -89,8 +92,9 @@ public TimeOfDay getCloseTime() {
}
/**
- * Optional. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Must be specified if `closed` is false.
+ * Optional. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. It must be specified if `closed` is `false`. Note: In Proto3 JSON mapping,
+ * default zero values (`00:00`) are omitted, producing `{}` for `close_time`.
* @param closeTime closeTime or {@code null} for none
*/
public SpecialHourPeriod setCloseTime(TimeOfDay closeTime) {
@@ -99,7 +103,7 @@ public SpecialHourPeriod setCloseTime(TimeOfDay closeTime) {
}
/**
- * Optional. If true, `end_date`, `open_time`, and `close_time` are ignored, and the date
+ * Optional. If `true`, `end_date`, `open_time`, and `close_time` are ignored, and the date
* specified in `start_date` is treated as the location being closed for the entire day.
* @return value or {@code null} for none
*/
@@ -108,7 +112,7 @@ public java.lang.Boolean getClosed() {
}
/**
- * Optional. If true, `end_date`, `open_time`, and `close_time` are ignored, and the date
+ * Optional. If `true`, `end_date`, `open_time`, and `close_time` are ignored, and the date
* specified in `start_date` is treated as the location being closed for the entire day.
* @param closed closed or {@code null} for none
*/
@@ -139,8 +143,9 @@ public SpecialHourPeriod setEndDate(Date endDate) {
}
/**
- * Optional. Valid values are 00:00-24:00 where 24:00 represents midnight at the end of the
- * specified day field. Must be specified if `closed` is false.
+ * Optional. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. It must be specified if `closed` is `false`. Note: In Proto3 JSON mapping,
+ * default zero values (`00:00`) are omitted, producing `{}` for `open_time`.
* @return value or {@code null} for none
*/
public TimeOfDay getOpenTime() {
@@ -148,8 +153,9 @@ public TimeOfDay getOpenTime() {
}
/**
- * Optional. Valid values are 00:00-24:00 where 24:00 represents midnight at the end of the
- * specified day field. Must be specified if `closed` is false.
+ * Optional. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. It must be specified if `closed` is `false`. Note: In Proto3 JSON mapping,
+ * default zero values (`00:00`) are omitted, producing `{}` for `open_time`.
* @param openTime openTime or {@code null} for none
*/
public SpecialHourPeriod setOpenTime(TimeOfDay openTime) {
diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/TimePeriod.java b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/TimePeriod.java
index 3102cf97155..d3cc0bac24a 100644
--- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/TimePeriod.java
+++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/TimePeriod.java
@@ -40,9 +40,9 @@ public final class TimePeriod extends com.google.api.client.json.GenericJson {
private java.lang.String closeDay;
/**
- * Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Note: In Proto3 JSON mapping, default zero values (00:00) are omitted,
- * producing `{}` for close_time.
+ * Required. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. Note: In Proto3 JSON mapping, default zero values (`00:00`) are omitted,
+ * producing `{}` for `close_time`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -56,9 +56,9 @@ public final class TimePeriod extends com.google.api.client.json.GenericJson {
private java.lang.String openDay;
/**
- * Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Note: In Proto3 JSON mapping, default zero values (00:00) are omitted,
- * producing `{}` for open_time.
+ * Required. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. Note: In Proto3 JSON mapping, default zero values (`00:00`) are omitted,
+ * producing `{}` for `open_time`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -82,9 +82,9 @@ public TimePeriod setCloseDay(java.lang.String closeDay) {
}
/**
- * Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Note: In Proto3 JSON mapping, default zero values (00:00) are omitted,
- * producing `{}` for close_time.
+ * Required. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. Note: In Proto3 JSON mapping, default zero values (`00:00`) are omitted,
+ * producing `{}` for `close_time`.
* @return value or {@code null} for none
*/
public TimeOfDay getCloseTime() {
@@ -92,9 +92,9 @@ public TimeOfDay getCloseTime() {
}
/**
- * Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Note: In Proto3 JSON mapping, default zero values (00:00) are omitted,
- * producing `{}` for close_time.
+ * Required. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. Note: In Proto3 JSON mapping, default zero values (`00:00`) are omitted,
+ * producing `{}` for `close_time`.
* @param closeTime closeTime or {@code null} for none
*/
public TimePeriod setCloseTime(TimeOfDay closeTime) {
@@ -120,9 +120,9 @@ public TimePeriod setOpenDay(java.lang.String openDay) {
}
/**
- * Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Note: In Proto3 JSON mapping, default zero values (00:00) are omitted,
- * producing `{}` for open_time.
+ * Required. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. Note: In Proto3 JSON mapping, default zero values (`00:00`) are omitted,
+ * producing `{}` for `open_time`.
* @return value or {@code null} for none
*/
public TimeOfDay getOpenTime() {
@@ -130,9 +130,9 @@ public TimeOfDay getOpenTime() {
}
/**
- * Required. Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the
- * specified day field. Note: In Proto3 JSON mapping, default zero values (00:00) are omitted,
- * producing `{}` for open_time.
+ * Required. Valid values are `00:00-24:00`, where `24:00` represents midnight at the end of the
+ * specified day field. Note: In Proto3 JSON mapping, default zero values (`00:00`) are omitted,
+ * producing `{}` for `open_time`.
* @param openTime openTime or {@code null} for none
*/
public TimePeriod setOpenTime(TimeOfDay openTime) {
diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml
index 68fc60e7dd8..a89d10c8564 100644
--- a/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-mybusinessbusinessinformation/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-mybusinessbusinessinformation
- v1-rev20260804-2.0.0
- My Business Business Information API v1-rev20260804-2.0.0
+ v1-rev20260809-2.0.0
+ My Business Business Information API v1-rev20260809-2.0.0
jar
2011
diff --git a/clients/google-api-services-mybusinessbusinessinformation/v1/README.md b/clients/google-api-services-mybusinessbusinessinformation/v1/README.md
index ed7e060903e..b4703133279 100644
--- a/clients/google-api-services-mybusinessbusinessinformation/v1/README.md
+++ b/clients/google-api-services-mybusinessbusinessinformation/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-mybusinessbusinessinformation
- v1-rev20260804-2.0.0
+ v1-rev20260809-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260804-2.0.0'
+ implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260809-2.0.0'
}
```