Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-mybusinessbusinessinformation</artifactId>
<version>v1-rev20260804-2.0.0</version>
<version>v1-rev20260809-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*/
Expand All @@ -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
Expand All @@ -80,17 +82,19 @@ 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() {
return closeTime;
}

/**
* 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) {
Expand All @@ -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
*/
Expand All @@ -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
*/
Expand Down Expand Up @@ -139,17 +143,19 @@ 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() {
return openTime;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -82,19 +82,19 @@ 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() {
return closeTime;
}

/**
* 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) {
Expand All @@ -120,19 +120,19 @@ 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() {
return openTime;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-mybusinessbusinessinformation</artifactId>
<version>v1-rev20260804-2.0.0</version>
<name>My Business Business Information API v1-rev20260804-2.0.0</name>
<version>v1-rev20260809-2.0.0</version>
<name>My Business Business Information API v1-rev20260809-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-mybusinessbusinessinformation</artifactId>
<version>v1-rev20260804-2.0.0</version>
<version>v1-rev20260809-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Loading