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-merchantapi</artifactId>
<version>notifications_v1-rev20260722-2.0.0</version>
<version>notifications_v1-rev20260817-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260817-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -742,47 +742,47 @@ public List setParent(java.lang.String parent) {
}

/**
* The maximum number of notification subscriptions to return in a page. The default value
* for `page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to
* `200`.
* Optional. The maximum number of notification subscriptions to return in a page. The
* default value for `page_size` is 100. The maximum value is `200`. Values above `200` will
* be coerced to `200`.
*/
@com.google.api.client.util.Key
private java.lang.Integer pageSize;

/** The maximum number of notification subscriptions to return in a page. The default value for
`page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to `200`.
/** Optional. The maximum number of notification subscriptions to return in a page. The default value
for `page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to `200`.
*/
public java.lang.Integer getPageSize() {
return pageSize;
}

/**
* The maximum number of notification subscriptions to return in a page. The default value
* for `page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to
* `200`.
* Optional. The maximum number of notification subscriptions to return in a page. The
* default value for `page_size` is 100. The maximum value is `200`. Values above `200` will
* be coerced to `200`.
*/
public List setPageSize(java.lang.Integer pageSize) {
this.pageSize = pageSize;
return this;
}

/**
* Token (if provided) to retrieve the subsequent page. All other parameters must match the
* original call that provided the page token.
* Optional. Token (if provided) to retrieve the subsequent page. All other parameters must
* match the original call that provided the page token.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;

/** Token (if provided) to retrieve the subsequent page. All other parameters must match the original
call that provided the page token.
/** Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the
original call that provided the page token.
*/
public java.lang.String getPageToken() {
return pageToken;
}

/**
* Token (if provided) to retrieve the subsequent page. All other parameters must match the
* original call that provided the page token.
* Optional. Token (if provided) to retrieve the subsequent page. All other parameters must
* match the original call that provided the page token.
*/
public List setPageToken(java.lang.String pageToken) {
this.pageToken = pageToken;
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-merchantapi</artifactId>
<version>notifications_v1-rev20260722-2.0.0</version>
<name>Merchant API notifications_v1-rev20260722-2.0.0</name>
<version>notifications_v1-rev20260817-2.0.0</version>
<name>Merchant API notifications_v1-rev20260817-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-merchantapi</artifactId>
<version>notifications_v1-rev20260722-2.0.0</version>
<version>notifications_v1-rev20260817-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1-rev20260817-2.0.0'
}
```

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-merchantapi</artifactId>
<version>notifications_v1beta-rev20260722-2.0.0</version>
<version>notifications_v1beta-rev20260817-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260817-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -742,47 +742,47 @@ public List setParent(java.lang.String parent) {
}

/**
* The maximum number of notification subscriptions to return in a page. The default value
* for `page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to
* `200`.
* Optional. The maximum number of notification subscriptions to return in a page. The
* default value for `page_size` is 100. The maximum value is `200`. Values above `200` will
* be coerced to `200`.
*/
@com.google.api.client.util.Key
private java.lang.Integer pageSize;

/** The maximum number of notification subscriptions to return in a page. The default value for
`page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to `200`.
/** Optional. The maximum number of notification subscriptions to return in a page. The default value
for `page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to `200`.
*/
public java.lang.Integer getPageSize() {
return pageSize;
}

/**
* The maximum number of notification subscriptions to return in a page. The default value
* for `page_size` is 100. The maximum value is `200`. Values above `200` will be coerced to
* `200`.
* Optional. The maximum number of notification subscriptions to return in a page. The
* default value for `page_size` is 100. The maximum value is `200`. Values above `200` will
* be coerced to `200`.
*/
public List setPageSize(java.lang.Integer pageSize) {
this.pageSize = pageSize;
return this;
}

/**
* Token (if provided) to retrieve the subsequent page. All other parameters must match the
* original call that provided the page token.
* Optional. Token (if provided) to retrieve the subsequent page. All other parameters must
* match the original call that provided the page token.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;

/** Token (if provided) to retrieve the subsequent page. All other parameters must match the original
call that provided the page token.
/** Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the
original call that provided the page token.
*/
public java.lang.String getPageToken() {
return pageToken;
}

/**
* Token (if provided) to retrieve the subsequent page. All other parameters must match the
* original call that provided the page token.
* Optional. Token (if provided) to retrieve the subsequent page. All other parameters must
* match the original call that provided the page token.
*/
public List setPageToken(java.lang.String pageToken) {
this.pageToken = pageToken;
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-merchantapi</artifactId>
<version>notifications_v1beta-rev20260722-2.0.0</version>
<name>Merchant API notifications_v1beta-rev20260722-2.0.0</name>
<version>notifications_v1beta-rev20260817-2.0.0</version>
<name>Merchant API notifications_v1beta-rev20260817-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-merchantapi</artifactId>
<version>notifications_v1beta-rev20260722-2.0.0</version>
<version>notifications_v1beta-rev20260817-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260722-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:notifications_v1beta-rev20260817-2.0.0'
}
```

Expand Down
Loading