Skip to content

Commit 237e7ff

Browse files
1 parent bbeb310 commit 237e7ff

File tree

8 files changed

+30
-30
lines changed

8 files changed

+30
-30
lines changed

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
25-
<version>v1-rev20250107-2.0.0</version>
25+
<version>v1-rev20250129-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-servicenetworking:v1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20250129-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1/2.0.0/com/google/api/services/servicenetworking/v1/model/Page.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
public final class Page extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* The Markdown content of the page. You can use (== include {path} ==) to include content from a
36-
* Markdown file. The content can be used to produce the documentation page such as HTML format
37-
* page.
35+
* The Markdown content of the page. You can use ```(== include {path} ==)``` to include content
36+
* from a Markdown file. The content can be used to produce the documentation page such as HTML
37+
* format page.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -61,19 +61,19 @@ public final class Page extends com.google.api.client.json.GenericJson {
6161
private java.util.List<Page> subpages;
6262

6363
/**
64-
* The Markdown content of the page. You can use (== include {path} ==) to include content from a
65-
* Markdown file. The content can be used to produce the documentation page such as HTML format
66-
* page.
64+
* The Markdown content of the page. You can use ```(== include {path} ==)``` to include content
65+
* from a Markdown file. The content can be used to produce the documentation page such as HTML
66+
* format page.
6767
* @return value or {@code null} for none
6868
*/
6969
public java.lang.String getContent() {
7070
return content;
7171
}
7272

7373
/**
74-
* The Markdown content of the page. You can use (== include {path} ==) to include content from a
75-
* Markdown file. The content can be used to produce the documentation page such as HTML format
76-
* page.
74+
* The Markdown content of the page. You can use ```(== include {path} ==)``` to include content
75+
* from a Markdown file. The content can be used to produce the documentation page such as HTML
76+
* format page.
7777
* @param content content or {@code null} for none
7878
*/
7979
public Page setContent(java.lang.String content) {

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
11-
<version>v1-rev20250107-2.0.0</version>
12-
<name>Service Networking API v1-rev20250107-2.0.0</name>
11+
<version>v1-rev20250129-2.0.0</version>
12+
<name>Service Networking API v1-rev20250129-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
25-
<version>v1-rev20250107-2.0.0</version>
25+
<version>v1-rev20250129-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-servicenetworking:v1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20250129-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20241212-2.0.0</version>
25+
<version>v1beta-rev20250129-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-servicenetworking:v1beta-rev20241212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20250129-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1beta/2.0.0/com/google/api/services/servicenetworking/v1beta/model/Page.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
public final class Page extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* The Markdown content of the page. You can use (== include {path} ==) to include content from a
36-
* Markdown file. The content can be used to produce the documentation page such as HTML format
37-
* page.
35+
* The Markdown content of the page. You can use ```(== include {path} ==)``` to include content
36+
* from a Markdown file. The content can be used to produce the documentation page such as HTML
37+
* format page.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -61,19 +61,19 @@ public final class Page extends com.google.api.client.json.GenericJson {
6161
private java.util.List<Page> subpages;
6262

6363
/**
64-
* The Markdown content of the page. You can use (== include {path} ==) to include content from a
65-
* Markdown file. The content can be used to produce the documentation page such as HTML format
66-
* page.
64+
* The Markdown content of the page. You can use ```(== include {path} ==)``` to include content
65+
* from a Markdown file. The content can be used to produce the documentation page such as HTML
66+
* format page.
6767
* @return value or {@code null} for none
6868
*/
6969
public java.lang.String getContent() {
7070
return content;
7171
}
7272

7373
/**
74-
* The Markdown content of the page. You can use (== include {path} ==) to include content from a
75-
* Markdown file. The content can be used to produce the documentation page such as HTML format
76-
* page.
74+
* The Markdown content of the page. You can use ```(== include {path} ==)``` to include content
75+
* from a Markdown file. The content can be used to produce the documentation page such as HTML
76+
* format page.
7777
* @param content content or {@code null} for none
7878
*/
7979
public Page setContent(java.lang.String content) {

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
11-
<version>v1beta-rev20241212-2.0.0</version>
12-
<name>Service Networking API v1beta-rev20241212-2.0.0</name>
11+
<version>v1beta-rev20250129-2.0.0</version>
12+
<name>Service Networking API v1beta-rev20250129-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20241212-2.0.0</version>
25+
<version>v1beta-rev20250129-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-servicenetworking:v1beta-rev20241212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20250129-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)