Skip to content

Commit 9a5ad59

Browse files
1 parent d23a3dc commit 9a5ad59

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

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

+2-2
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-rev20220701-1.32.1</version>
25+
<version>v1beta1-rev20220715-1.32.1</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-rev20220701-1.32.1'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1beta1-rev20220715-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-analyticshub/v1beta1/1.31.0/com/google/api/services/analyticshub/v1beta1/model/DataExchange.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public final class DataExchange extends com.google.api.client.json.GenericJson {
4141

4242
/**
4343
* Required. Human-readable display name of the data exchange. The display name must contain only
44-
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or
45-
* end with spaces. Default value is an empty string. Max length: 63 bytes.
44+
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and
45+
* must not start or end with spaces. Default value is an empty string. Max length: 63 bytes.
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
@@ -111,8 +111,8 @@ public DataExchange setDescription(java.lang.String description) {
111111

112112
/**
113113
* Required. Human-readable display name of the data exchange. The display name must contain only
114-
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or
115-
* end with spaces. Default value is an empty string. Max length: 63 bytes.
114+
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and
115+
* must not start or end with spaces. Default value is an empty string. Max length: 63 bytes.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.String getDisplayName() {
@@ -121,8 +121,8 @@ public java.lang.String getDisplayName() {
121121

122122
/**
123123
* Required. Human-readable display name of the data exchange. The display name must contain only
124-
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and must not start or
125-
* end with spaces. Default value is an empty string. Max length: 63 bytes.
124+
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and
125+
* must not start or end with spaces. Default value is an empty string. Max length: 63 bytes.
126126
* @param displayName displayName or {@code null} for none
127127
*/
128128
public DataExchange setDisplayName(java.lang.String displayName) {

clients/google-api-services-analyticshub/v1beta1/1.31.0/com/google/api/services/analyticshub/v1beta1/model/Listing.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public final class Listing extends com.google.api.client.json.GenericJson {
6363

6464
/**
6565
* Required. Human-readable display name of the listing. The display name must contain only
66-
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end
67-
* with spaces. Default value is an empty string. Max length: 63 bytes.
66+
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and
67+
* can't start or end with spaces. Default value is an empty string. Max length: 63 bytes.
6868
* The value may be {@code null}.
6969
*/
7070
@com.google.api.client.util.Key
@@ -198,8 +198,8 @@ public Listing setDescription(java.lang.String description) {
198198

199199
/**
200200
* Required. Human-readable display name of the listing. The display name must contain only
201-
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end
202-
* with spaces. Default value is an empty string. Max length: 63 bytes.
201+
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and
202+
* can't start or end with spaces. Default value is an empty string. Max length: 63 bytes.
203203
* @return value or {@code null} for none
204204
*/
205205
public java.lang.String getDisplayName() {
@@ -208,8 +208,8 @@ public java.lang.String getDisplayName() {
208208

209209
/**
210210
* Required. Human-readable display name of the listing. The display name must contain only
211-
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), and can't start or end
212-
* with spaces. Default value is an empty string. Max length: 63 bytes.
211+
* Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and
212+
* can't start or end with spaces. Default value is an empty string. Max length: 63 bytes.
213213
* @param displayName displayName or {@code null} for none
214214
*/
215215
public Listing setDisplayName(java.lang.String displayName) {

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

+2-2
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-rev20220701-1.32.1</version>
12-
<name>Analytics Hub API v1beta1-rev20220701-1.32.1</name>
11+
<version>v1beta1-rev20220715-1.32.1</version>
12+
<name>Analytics Hub API v1beta1-rev20220715-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)