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-rev20260826-2.0.0</version>
<version>v1-rev20260916-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-rev20260826-2.0.0'
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260916-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ public GetGoogleUpdated set(String parameterName, Object value) {
* setting any optional parameters, call the {@link Patch#execute()} method to invoke the remote
* operation.
*
* @param name Google identifier for this location in the form: `locations/{location_id}`.
* @param name Identifier. Google identifier for this location in the form: `locations/{location_id}`.
* @param content the {@link com.google.api.services.mybusinessbusinessinformation.v1.model.Location}
* @return the request
*/
Expand Down Expand Up @@ -2471,7 +2471,7 @@ public class Patch extends MyBusinessBusinessInformationRequest<com.google.api.s
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
* be called to initialize this instance immediately after invoking the constructor. </p>
*
* @param name Google identifier for this location in the form: `locations/{location_id}`.
* @param name Identifier. Google identifier for this location in the form: `locations/{location_id}`.
* @param content the {@link com.google.api.services.mybusinessbusinessinformation.v1.model.Location}
* @since 1.13
*/
Expand Down Expand Up @@ -2540,17 +2540,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
return (Patch) super.setUploadProtocol(uploadProtocol);
}

/** Google identifier for this location in the form: `locations/{location_id}`. */
/**
* Identifier. Google identifier for this location in the form: `locations/{location_id}`.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/** Google identifier for this location in the form: `locations/{location_id}`.
/** Identifier. Google identifier for this location in the form: `locations/{location_id}`.
*/
public java.lang.String getName() {
return name;
}

/** Google identifier for this location in the form: `locations/{location_id}`. */
/**
* Identifier. Google identifier for this location in the form: `locations/{location_id}`.
*/
public Patch setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public final class Location extends com.google.api.client.json.GenericJson {
private java.util.List<MoreHours> moreHours;

/**
* Google identifier for this location in the form: `locations/{location_id}`.
* Identifier. Google identifier for this location in the form: `locations/{location_id}`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -326,15 +326,15 @@ public Location setMoreHours(java.util.List<MoreHours> moreHours) {
}

/**
* Google identifier for this location in the form: `locations/{location_id}`.
* Identifier. Google identifier for this location in the form: `locations/{location_id}`.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
return name;
}

/**
* Google identifier for this location in the form: `locations/{location_id}`.
* Identifier. Google identifier for this location in the form: `locations/{location_id}`.
* @param name name or {@code null} for none
*/
public Location setName(java.lang.String name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public final class Metadata extends com.google.api.client.json.GenericJson {
private java.lang.Boolean canOperateHealthData;

/**
* Output only. Indicates if the listing can manage local posts. Deprecated: This field is no
* longer populated and will be removed in a future version.
* Output only. Deprecated: This field is no longer populated and will be removed in a future
* version.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -113,7 +113,9 @@ public final class Metadata extends com.google.api.client.json.GenericJson {
private java.lang.Boolean hasVoiceOfMerchant;

/**
* Output only.
* Output only. Indicates whether the location is classified as a particularly personal place.
* This means there are restrictions on Location History features. If you believe this was a
* mistake, see the [help center article](https://support.google.com/business/answer/3480441).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -229,17 +231,17 @@ public Metadata setCanOperateHealthData(java.lang.Boolean canOperateHealthData)
}

/**
* Output only. Indicates if the listing can manage local posts. Deprecated: This field is no
* longer populated and will be removed in a future version.
* Output only. Deprecated: This field is no longer populated and will be removed in a future
* version.
* @return value or {@code null} for none
*/
public java.lang.Boolean getCanOperateLocalPost() {
return canOperateLocalPost;
}

/**
* Output only. Indicates if the listing can manage local posts. Deprecated: This field is no
* longer populated and will be removed in a future version.
* Output only. Deprecated: This field is no longer populated and will be removed in a future
* version.
* @param canOperateLocalPost canOperateLocalPost or {@code null} for none
*/
public Metadata setCanOperateLocalPost(java.lang.Boolean canOperateLocalPost) {
Expand Down Expand Up @@ -341,15 +343,19 @@ public Metadata setHasVoiceOfMerchant(java.lang.Boolean hasVoiceOfMerchant) {
}

/**
* Output only.
* Output only. Indicates whether the location is classified as a particularly personal place.
* This means there are restrictions on Location History features. If you believe this was a
* mistake, see the [help center article](https://support.google.com/business/answer/3480441).
* @return value or {@code null} for none
*/
public java.lang.Boolean getIsParticularlyPersonalPlace() {
return isParticularlyPersonalPlace;
}

/**
* Output only.
* Output only. Indicates whether the location is classified as a particularly personal place.
* This means there are restrictions on Location History features. If you believe this was a
* mistake, see the [help center article](https://support.google.com/business/answer/3480441).
* @param isParticularlyPersonalPlace isParticularlyPersonalPlace or {@code null} for none
*/
public Metadata setIsParticularlyPersonalPlace(java.lang.Boolean isParticularlyPersonalPlace) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public final class Places extends com.google.api.client.json.GenericJson {

/**
* The areas represented by place IDs. Limited to a maximum of 20 places.
* Optional. The areas represented by place IDs. Limited to a maximum of 20 places.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -44,15 +44,15 @@ public final class Places extends com.google.api.client.json.GenericJson {
}

/**
* The areas represented by place IDs. Limited to a maximum of 20 places.
* Optional. The areas represented by place IDs. Limited to a maximum of 20 places.
* @return value or {@code null} for none
*/
public java.util.List<PlaceInfo> getPlaceInfos() {
return placeInfos;
}

/**
* The areas represented by place IDs. Limited to a maximum of 20 places.
* Optional. The areas represented by place IDs. Limited to a maximum of 20 places.
* @param placeInfos placeInfos or {@code null} for none
*/
public Places setPlaceInfos(java.util.List<PlaceInfo> placeInfos) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,36 @@
public final class RelationshipData extends com.google.api.client.json.GenericJson {

/**
* The list of children locations that this location has relations with.
* Optional. The list of children locations that this location has relations with.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<RelevantLocation> childrenLocations;

/**
* The resource name of the Chain that this location is member of. How to find Chain ID
* Optional. The resource name of the Chain that this location is member of. How to find Chain ID
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String parentChain;

/**
* The parent location that this location has relations with.
* Optional. The parent location that this location has relations with.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private RelevantLocation parentLocation;

/**
* The list of children locations that this location has relations with.
* Optional. The list of children locations that this location has relations with.
* @return value or {@code null} for none
*/
public java.util.List<RelevantLocation> getChildrenLocations() {
return childrenLocations;
}

/**
* The list of children locations that this location has relations with.
* Optional. The list of children locations that this location has relations with.
* @param childrenLocations childrenLocations or {@code null} for none
*/
public RelationshipData setChildrenLocations(java.util.List<RelevantLocation> childrenLocations) {
Expand All @@ -69,15 +69,15 @@ public RelationshipData setChildrenLocations(java.util.List<RelevantLocation> ch
}

/**
* The resource name of the Chain that this location is member of. How to find Chain ID
* Optional. The resource name of the Chain that this location is member of. How to find Chain ID
* @return value or {@code null} for none
*/
public java.lang.String getParentChain() {
return parentChain;
}

/**
* The resource name of the Chain that this location is member of. How to find Chain ID
* Optional. The resource name of the Chain that this location is member of. How to find Chain ID
* @param parentChain parentChain or {@code null} for none
*/
public RelationshipData setParentChain(java.lang.String parentChain) {
Expand All @@ -86,15 +86,15 @@ public RelationshipData setParentChain(java.lang.String parentChain) {
}

/**
* The parent location that this location has relations with.
* Optional. The parent location that this location has relations with.
* @return value or {@code null} for none
*/
public RelevantLocation getParentLocation() {
return parentLocation;
}

/**
* The parent location that this location has relations with.
* Optional. The parent location that this location has relations with.
* @param parentLocation parentLocation or {@code null} for none
*/
public RelationshipData setParentLocation(RelevantLocation parentLocation) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class ServiceAreaBusiness extends com.google.api.client.json.Generi
private java.lang.String businessType;

/**
* The area that this business serves defined through a set of places.
* Optional. The area that this business serves defined through a set of places.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -79,15 +79,15 @@ public ServiceAreaBusiness setBusinessType(java.lang.String businessType) {
}

/**
* The area that this business serves defined through a set of places.
* Optional. The area that this business serves defined through a set of places.
* @return value or {@code null} for none
*/
public Places getPlaces() {
return places;
}

/**
* The area that this business serves defined through a set of places.
* Optional. The area that this business serves defined through a set of places.
* @param places places or {@code null} for none
*/
public ServiceAreaBusiness setPlaces(Places places) {
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-rev20260826-2.0.0</version>
<name>My Business Business Information API v1-rev20260826-2.0.0</name>
<version>v1-rev20260916-2.0.0</version>
<name>My Business Business Information API v1-rev20260916-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-rev20260826-2.0.0</version>
<version>v1-rev20260916-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-rev20260826-2.0.0'
implementation 'com.google.apis:google-api-services-mybusinessbusinessinformation:v1-rev20260916-2.0.0'
}
```

Expand Down
Loading