Skip to content

Commit e4a63ff

Browse files
1 parent 6c1fac8 commit e4a63ff

File tree

14 files changed

+127
-25
lines changed

14 files changed

+127
-25
lines changed

clients/google-api-services-analyticshub/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticshub</artifactId>
25-
<version>v1-rev20250203-2.0.0</version>
25+
<version>v1-rev20250217-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250217-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/CloudStorageConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public final class CloudStorageConfig extends com.google.api.client.json.Generic
8181

8282
/**
8383
* Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min
84-
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement
84+
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment
8585
* deadline.
8686
* The value may be {@code null}.
8787
*/
@@ -242,7 +242,7 @@ public CloudStorageConfig setMaxBytes(java.lang.Long maxBytes) {
242242

243243
/**
244244
* Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min
245-
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement
245+
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment
246246
* deadline.
247247
* @return value or {@code null} for none
248248
*/
@@ -252,7 +252,7 @@ public String getMaxDuration() {
252252

253253
/**
254254
* Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min
255-
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement
255+
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment
256256
* deadline.
257257
* @param maxDuration maxDuration or {@code null} for none
258258
*/

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/DataExchange.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ public final class DataExchange extends com.google.api.client.json.GenericJson {
8181
@com.google.api.client.util.Key
8282
private java.lang.Integer listingCount;
8383

84+
/**
85+
* Optional. By default, false. If true, the DataExchange has an email sharing mandate enabled.
86+
* The value may be {@code null}.
87+
*/
88+
@com.google.api.client.util.Key
89+
private java.lang.Boolean logLinkedDatasetQueryUserEmail;
90+
8491
/**
8592
* Output only. The resource name of the data exchange. e.g.
8693
* `projects/myproject/locations/US/dataExchanges/123`.
@@ -258,6 +265,23 @@ public DataExchange setListingCount(java.lang.Integer listingCount) {
258265
return this;
259266
}
260267

268+
/**
269+
* Optional. By default, false. If true, the DataExchange has an email sharing mandate enabled.
270+
* @return value or {@code null} for none
271+
*/
272+
public java.lang.Boolean getLogLinkedDatasetQueryUserEmail() {
273+
return logLinkedDatasetQueryUserEmail;
274+
}
275+
276+
/**
277+
* Optional. By default, false. If true, the DataExchange has an email sharing mandate enabled.
278+
* @param logLinkedDatasetQueryUserEmail logLinkedDatasetQueryUserEmail or {@code null} for none
279+
*/
280+
public DataExchange setLogLinkedDatasetQueryUserEmail(java.lang.Boolean logLinkedDatasetQueryUserEmail) {
281+
this.logLinkedDatasetQueryUserEmail = logLinkedDatasetQueryUserEmail;
282+
return this;
283+
}
284+
261285
/**
262286
* Output only. The resource name of the data exchange. e.g.
263287
* `projects/myproject/locations/US/dataExchanges/123`.

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/DeadLetterPolicy.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class DeadLetterPolicy extends com.google.api.client.json.GenericJs
4646
/**
4747
* Optional. The maximum number of delivery attempts for any message. The value must be between 5
4848
* and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and
49-
* number of times the acknowledgement deadline has been exceeded for the message). A NACK is any
49+
* number of times the acknowledgment deadline has been exceeded for the message). A NACK is any
5050
* call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically
5151
* extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is
5252
* 0, a default value of 5 is used.
@@ -85,7 +85,7 @@ public DeadLetterPolicy setDeadLetterTopic(java.lang.String deadLetterTopic) {
8585
/**
8686
* Optional. The maximum number of delivery attempts for any message. The value must be between 5
8787
* and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and
88-
* number of times the acknowledgement deadline has been exceeded for the message). A NACK is any
88+
* number of times the acknowledgment deadline has been exceeded for the message). A NACK is any
8989
* call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically
9090
* extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is
9191
* 0, a default value of 5 is used.
@@ -98,7 +98,7 @@ public java.lang.Integer getMaxDeliveryAttempts() {
9898
/**
9999
* Optional. The maximum number of delivery attempts for any message. The value must be between 5
100100
* and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and
101-
* number of times the acknowledgement deadline has been exceeded for the message). A NACK is any
101+
* number of times the acknowledgment deadline has been exceeded for the message). A NACK is any
102102
* call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically
103103
* extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is
104104
* 0, a default value of 5 is used.

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/GooglePubsubV1Subscription.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public final class GooglePubsubV1Subscription extends com.google.api.client.json
9797
/**
9898
* Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
9999
* a given value of `message_id` on this subscription: * The message sent to a subscriber is
100-
* guaranteed not to be resent before the message's acknowledgement deadline expires. * An
100+
* guaranteed not to be resent before the message's acknowledgment deadline expires. * An
101101
* acknowledged message will not be resent to a subscriber. Note that subscribers may still
102102
* receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
103103
* was published multiple times by a publisher client. These copies are considered distinct by
@@ -192,7 +192,7 @@ public final class GooglePubsubV1Subscription extends com.google.api.client.json
192192
* Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
193193
* If not set, the default retry policy is applied. This generally implies that messages will be
194194
* retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or
195-
* acknowledgement deadline exceeded events for a given message.
195+
* acknowledgment deadline exceeded events for a given message.
196196
* The value may be {@code null}.
197197
*/
198198
@com.google.api.client.util.Key
@@ -364,7 +364,7 @@ public GooglePubsubV1Subscription setDetached(java.lang.Boolean detached) {
364364
/**
365365
* Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
366366
* a given value of `message_id` on this subscription: * The message sent to a subscriber is
367-
* guaranteed not to be resent before the message's acknowledgement deadline expires. * An
367+
* guaranteed not to be resent before the message's acknowledgment deadline expires. * An
368368
* acknowledged message will not be resent to a subscriber. Note that subscribers may still
369369
* receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
370370
* was published multiple times by a publisher client. These copies are considered distinct by
@@ -378,7 +378,7 @@ public java.lang.Boolean getEnableExactlyOnceDelivery() {
378378
/**
379379
* Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
380380
* a given value of `message_id` on this subscription: * The message sent to a subscriber is
381-
* guaranteed not to be resent before the message's acknowledgement deadline expires. * An
381+
* guaranteed not to be resent before the message's acknowledgment deadline expires. * An
382382
* acknowledged message will not be resent to a subscriber. Note that subscribers may still
383383
* receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
384384
* was published multiple times by a publisher client. These copies are considered distinct by
@@ -583,7 +583,7 @@ public GooglePubsubV1Subscription setRetainAckedMessages(java.lang.Boolean retai
583583
* Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
584584
* If not set, the default retry policy is applied. This generally implies that messages will be
585585
* retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or
586-
* acknowledgement deadline exceeded events for a given message.
586+
* acknowledgment deadline exceeded events for a given message.
587587
* @return value or {@code null} for none
588588
*/
589589
public RetryPolicy getRetryPolicy() {
@@ -594,7 +594,7 @@ public RetryPolicy getRetryPolicy() {
594594
* Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
595595
* If not set, the default retry policy is applied. This generally implies that messages will be
596596
* retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or
597-
* acknowledgement deadline exceeded events for a given message.
597+
* acknowledgment deadline exceeded events for a given message.
598598
* @param retryPolicy retryPolicy or {@code null} for none
599599
*/
600600
public GooglePubsubV1Subscription setRetryPolicy(RetryPolicy retryPolicy) {

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/Listing.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ public final class Listing extends com.google.api.client.json.GenericJson {
102102
@com.google.api.client.util.Key
103103
private java.lang.String icon;
104104

105+
/**
106+
* Optional. By default, false. If true, the Listing has an email sharing mandate enabled.
107+
* The value may be {@code null}.
108+
*/
109+
@com.google.api.client.util.Key
110+
private java.lang.Boolean logLinkedDatasetQueryUserEmail;
111+
105112
/**
106113
* Output only. The resource name of the listing. e.g.
107114
* `projects/myproject/locations/US/dataExchanges/123/listings/456`
@@ -364,6 +371,23 @@ public Listing encodeIcon(byte[] icon) {
364371
return this;
365372
}
366373

374+
/**
375+
* Optional. By default, false. If true, the Listing has an email sharing mandate enabled.
376+
* @return value or {@code null} for none
377+
*/
378+
public java.lang.Boolean getLogLinkedDatasetQueryUserEmail() {
379+
return logLinkedDatasetQueryUserEmail;
380+
}
381+
382+
/**
383+
* Optional. By default, false. If true, the Listing has an email sharing mandate enabled.
384+
* @param logLinkedDatasetQueryUserEmail logLinkedDatasetQueryUserEmail or {@code null} for none
385+
*/
386+
public Listing setLogLinkedDatasetQueryUserEmail(java.lang.Boolean logLinkedDatasetQueryUserEmail) {
387+
this.logLinkedDatasetQueryUserEmail = logLinkedDatasetQueryUserEmail;
388+
return this;
389+
}
390+
367391
/**
368392
* Output only. The resource name of the listing. e.g.
369393
* `projects/myproject/locations/US/dataExchanges/123/listings/456`

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/RetryPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* A policy that specifies how Pub/Sub retries message delivery. Retry delay will be exponential
2121
* based on provided minimum and maximum backoffs.
2222
* https://en.wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs or
23-
* acknowledgement deadline exceeded events for a given message. Retry Policy is implemented on a
23+
* acknowledgment deadline exceeded events for a given message. Retry Policy is implemented on a
2424
* best effort basis. At times, the delay between consecutive deliveries may not match the
2525
* configuration. That is, delay can be more or less than configured backoff.
2626
*

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/Subscription.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
9898
@com.google.api.client.util.Key
9999
private java.lang.String listing;
100100

101+
/**
102+
* Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate
103+
* that is enabled for DataExchange/Listing.
104+
* The value may be {@code null}.
105+
*/
106+
@com.google.api.client.util.Key
107+
private java.lang.Boolean logLinkedDatasetQueryUserEmail;
108+
101109
/**
102110
* Output only. The resource name of the subscription. e.g.
103111
* `projects/myproject/locations/US/subscriptions/123`.
@@ -274,6 +282,25 @@ public Subscription setListing(java.lang.String listing) {
274282
return this;
275283
}
276284

285+
/**
286+
* Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate
287+
* that is enabled for DataExchange/Listing.
288+
* @return value or {@code null} for none
289+
*/
290+
public java.lang.Boolean getLogLinkedDatasetQueryUserEmail() {
291+
return logLinkedDatasetQueryUserEmail;
292+
}
293+
294+
/**
295+
* Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate
296+
* that is enabled for DataExchange/Listing.
297+
* @param logLinkedDatasetQueryUserEmail logLinkedDatasetQueryUserEmail or {@code null} for none
298+
*/
299+
public Subscription setLogLinkedDatasetQueryUserEmail(java.lang.Boolean logLinkedDatasetQueryUserEmail) {
300+
this.logLinkedDatasetQueryUserEmail = logLinkedDatasetQueryUserEmail;
301+
return this;
302+
}
303+
277304
/**
278305
* Output only. The resource name of the subscription. e.g.
279306
* `projects/myproject/locations/US/subscriptions/123`.

clients/google-api-services-analyticshub/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-analyticshub</artifactId>
11-
<version>v1-rev20250203-2.0.0</version>
12-
<name>Analytics Hub API v1-rev20250203-2.0.0</name>
11+
<version>v1-rev20250217-2.0.0</version>
12+
<name>Analytics Hub API v1-rev20250217-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-analyticshub/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticshub</artifactId>
25-
<version>v1-rev20250203-2.0.0</version>
25+
<version>v1-rev20250217-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20250217-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticshub/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticshub</artifactId>
25-
<version>v1beta1-rev20250126-2.0.0</version>
25+
<version>v1beta1-rev20250217-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250126-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250217-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticshub/v1beta1/2.0.0/com/google/api/services/analyticshub/v1beta1/model/Subscription.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
9898
@com.google.api.client.util.Key
9999
private java.lang.String listing;
100100

101+
/**
102+
* Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate
103+
* that is enabled for DataExchange/Listing.
104+
* The value may be {@code null}.
105+
*/
106+
@com.google.api.client.util.Key
107+
private java.lang.Boolean logLinkedDatasetQueryUserEmail;
108+
101109
/**
102110
* Output only. The resource name of the subscription. e.g.
103111
* `projects/myproject/locations/US/subscriptions/123`.
@@ -274,6 +282,25 @@ public Subscription setListing(java.lang.String listing) {
274282
return this;
275283
}
276284

285+
/**
286+
* Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate
287+
* that is enabled for DataExchange/Listing.
288+
* @return value or {@code null} for none
289+
*/
290+
public java.lang.Boolean getLogLinkedDatasetQueryUserEmail() {
291+
return logLinkedDatasetQueryUserEmail;
292+
}
293+
294+
/**
295+
* Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate
296+
* that is enabled for DataExchange/Listing.
297+
* @param logLinkedDatasetQueryUserEmail logLinkedDatasetQueryUserEmail or {@code null} for none
298+
*/
299+
public Subscription setLogLinkedDatasetQueryUserEmail(java.lang.Boolean logLinkedDatasetQueryUserEmail) {
300+
this.logLinkedDatasetQueryUserEmail = logLinkedDatasetQueryUserEmail;
301+
return this;
302+
}
303+
277304
/**
278305
* Output only. The resource name of the subscription. e.g.
279306
* `projects/myproject/locations/US/subscriptions/123`.

clients/google-api-services-analyticshub/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-analyticshub</artifactId>
11-
<version>v1beta1-rev20250126-2.0.0</version>
12-
<name>Analytics Hub API v1beta1-rev20250126-2.0.0</name>
11+
<version>v1beta1-rev20250217-2.0.0</version>
12+
<name>Analytics Hub API v1beta1-rev20250217-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-analyticshub/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticshub</artifactId>
25-
<version>v1beta1-rev20250126-2.0.0</version>
25+
<version>v1beta1-rev20250217-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250126-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20250217-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)