Skip to content

Commit 169170c

Browse files
1 parent 60c9fa3 commit 169170c

File tree

12 files changed

+296
-12
lines changed

12 files changed

+296
-12
lines changed

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

clients/google-api-services-dataform/v1/2.0.0/com/google/api/services/dataform/v1/Dataform.java

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10259,6 +10259,34 @@ public QueryDirectoryContents setPath(java.lang.String path) {
1025910259
return this;
1026010260
}
1026110261

10262+
/**
10263+
* Optional. Specifies the metadata to return for each directory entry. If unspecified,
10264+
* the default is `DIRECTORY_CONTENTS_VIEW_BASIC`. Currently the
10265+
* `DIRECTORY_CONTENTS_VIEW_METADATA` view is not supported by CMEK-protected
10266+
* workspaces.
10267+
*/
10268+
@com.google.api.client.util.Key
10269+
private java.lang.String view;
10270+
10271+
/** Optional. Specifies the metadata to return for each directory entry. If unspecified, the default is
10272+
`DIRECTORY_CONTENTS_VIEW_BASIC`. Currently the `DIRECTORY_CONTENTS_VIEW_METADATA` view is not
10273+
supported by CMEK-protected workspaces.
10274+
*/
10275+
public java.lang.String getView() {
10276+
return view;
10277+
}
10278+
10279+
/**
10280+
* Optional. Specifies the metadata to return for each directory entry. If unspecified,
10281+
* the default is `DIRECTORY_CONTENTS_VIEW_BASIC`. Currently the
10282+
* `DIRECTORY_CONTENTS_VIEW_METADATA` view is not supported by CMEK-protected
10283+
* workspaces.
10284+
*/
10285+
public QueryDirectoryContents setView(java.lang.String view) {
10286+
this.view = view;
10287+
return this;
10288+
}
10289+
1026210290
@Override
1026310291
public QueryDirectoryContents set(String parameterName, Object value) {
1026410292
return (QueryDirectoryContents) super.set(parameterName, value);

clients/google-api-services-dataform/v1/2.0.0/com/google/api/services/dataform/v1/model/DirectoryEntry.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class DirectoryEntry extends com.google.api.client.json.GenericJson
4343
@com.google.api.client.util.Key
4444
private java.lang.String file;
4545

46+
/**
47+
* Entry with metadata.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private FilesystemEntryMetadata metadata;
52+
4653
/**
4754
* A child directory in the directory.
4855
* @return value or {@code null} for none
@@ -77,6 +84,23 @@ public DirectoryEntry setFile(java.lang.String file) {
7784
return this;
7885
}
7986

87+
/**
88+
* Entry with metadata.
89+
* @return value or {@code null} for none
90+
*/
91+
public FilesystemEntryMetadata getMetadata() {
92+
return metadata;
93+
}
94+
95+
/**
96+
* Entry with metadata.
97+
* @param metadata metadata or {@code null} for none
98+
*/
99+
public DirectoryEntry setMetadata(FilesystemEntryMetadata metadata) {
100+
this.metadata = metadata;
101+
return this;
102+
}
103+
80104
@Override
81105
public DirectoryEntry set(String fieldName, Object value) {
82106
return (DirectoryEntry) super.set(fieldName, value);
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.dataform.v1.model;
18+
19+
/**
20+
* Represents metadata for a single entry in a filesystem.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Dataform API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class FilesystemEntryMetadata extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Output only. Provides the size of the entry in bytes. For directories, this will be 0.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
37+
private java.lang.Long sizeBytes;
38+
39+
/**
40+
* Output only. Represents the time of the last modification of the entry.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private String updateTime;
45+
46+
/**
47+
* Output only. Provides the size of the entry in bytes. For directories, this will be 0.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.Long getSizeBytes() {
51+
return sizeBytes;
52+
}
53+
54+
/**
55+
* Output only. Provides the size of the entry in bytes. For directories, this will be 0.
56+
* @param sizeBytes sizeBytes or {@code null} for none
57+
*/
58+
public FilesystemEntryMetadata setSizeBytes(java.lang.Long sizeBytes) {
59+
this.sizeBytes = sizeBytes;
60+
return this;
61+
}
62+
63+
/**
64+
* Output only. Represents the time of the last modification of the entry.
65+
* @return value or {@code null} for none
66+
*/
67+
public String getUpdateTime() {
68+
return updateTime;
69+
}
70+
71+
/**
72+
* Output only. Represents the time of the last modification of the entry.
73+
* @param updateTime updateTime or {@code null} for none
74+
*/
75+
public FilesystemEntryMetadata setUpdateTime(String updateTime) {
76+
this.updateTime = updateTime;
77+
return this;
78+
}
79+
80+
@Override
81+
public FilesystemEntryMetadata set(String fieldName, Object value) {
82+
return (FilesystemEntryMetadata) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public FilesystemEntryMetadata clone() {
87+
return (FilesystemEntryMetadata) super.clone();
88+
}
89+
90+
}

clients/google-api-services-dataform/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-dataform</artifactId>
11-
<version>v1-rev20260217-2.0.0</version>
12-
<name>Dataform API v1-rev20260217-2.0.0</name>
11+
<version>v1-rev20260317-2.0.0</version>
12+
<name>Dataform API v1-rev20260317-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-dataform/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-dataform</artifactId>
25-
<version>v1beta1-rev20260217-2.0.0</version>
25+
<version>v1beta1-rev20260317-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-dataform:v1beta1-rev20260217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20260317-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/Dataform.java

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11598,6 +11598,34 @@ public QueryDirectoryContents setPath(java.lang.String path) {
1159811598
return this;
1159911599
}
1160011600

11601+
/**
11602+
* Optional. Specifies the metadata to return for each directory entry. If unspecified,
11603+
* the default is `DIRECTORY_CONTENTS_VIEW_BASIC`. Currently the
11604+
* `DIRECTORY_CONTENTS_VIEW_METADATA` view is not supported by CMEK-protected
11605+
* workspaces.
11606+
*/
11607+
@com.google.api.client.util.Key
11608+
private java.lang.String view;
11609+
11610+
/** Optional. Specifies the metadata to return for each directory entry. If unspecified, the default is
11611+
`DIRECTORY_CONTENTS_VIEW_BASIC`. Currently the `DIRECTORY_CONTENTS_VIEW_METADATA` view is not
11612+
supported by CMEK-protected workspaces.
11613+
*/
11614+
public java.lang.String getView() {
11615+
return view;
11616+
}
11617+
11618+
/**
11619+
* Optional. Specifies the metadata to return for each directory entry. If unspecified,
11620+
* the default is `DIRECTORY_CONTENTS_VIEW_BASIC`. Currently the
11621+
* `DIRECTORY_CONTENTS_VIEW_METADATA` view is not supported by CMEK-protected
11622+
* workspaces.
11623+
*/
11624+
public QueryDirectoryContents setView(java.lang.String view) {
11625+
this.view = view;
11626+
return this;
11627+
}
11628+
1160111629
@Override
1160211630
public QueryDirectoryContents set(String parameterName, Object value) {
1160311631
return (QueryDirectoryContents) super.set(parameterName, value);

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/DirectoryEntry.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class DirectoryEntry extends com.google.api.client.json.GenericJson
4343
@com.google.api.client.util.Key
4444
private java.lang.String file;
4545

46+
/**
47+
* Entry with metadata.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private FilesystemEntryMetadata metadata;
52+
4653
/**
4754
* A child directory in the directory.
4855
* @return value or {@code null} for none
@@ -77,6 +84,23 @@ public DirectoryEntry setFile(java.lang.String file) {
7784
return this;
7885
}
7986

87+
/**
88+
* Entry with metadata.
89+
* @return value or {@code null} for none
90+
*/
91+
public FilesystemEntryMetadata getMetadata() {
92+
return metadata;
93+
}
94+
95+
/**
96+
* Entry with metadata.
97+
* @param metadata metadata or {@code null} for none
98+
*/
99+
public DirectoryEntry setMetadata(FilesystemEntryMetadata metadata) {
100+
this.metadata = metadata;
101+
return this;
102+
}
103+
80104
@Override
81105
public DirectoryEntry set(String fieldName, Object value) {
82106
return (DirectoryEntry) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.dataform.v1beta1.model;
18+
19+
/**
20+
* Represents metadata for a single entry in a filesystem.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Dataform API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class FilesystemEntryMetadata extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Output only. Provides the size of the entry in bytes. For directories, this will be 0.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
37+
private java.lang.Long sizeBytes;
38+
39+
/**
40+
* Output only. Represents the time of the last modification of the entry.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private String updateTime;
45+
46+
/**
47+
* Output only. Provides the size of the entry in bytes. For directories, this will be 0.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.Long getSizeBytes() {
51+
return sizeBytes;
52+
}
53+
54+
/**
55+
* Output only. Provides the size of the entry in bytes. For directories, this will be 0.
56+
* @param sizeBytes sizeBytes or {@code null} for none
57+
*/
58+
public FilesystemEntryMetadata setSizeBytes(java.lang.Long sizeBytes) {
59+
this.sizeBytes = sizeBytes;
60+
return this;
61+
}
62+
63+
/**
64+
* Output only. Represents the time of the last modification of the entry.
65+
* @return value or {@code null} for none
66+
*/
67+
public String getUpdateTime() {
68+
return updateTime;
69+
}
70+
71+
/**
72+
* Output only. Represents the time of the last modification of the entry.
73+
* @param updateTime updateTime or {@code null} for none
74+
*/
75+
public FilesystemEntryMetadata setUpdateTime(String updateTime) {
76+
this.updateTime = updateTime;
77+
return this;
78+
}
79+
80+
@Override
81+
public FilesystemEntryMetadata set(String fieldName, Object value) {
82+
return (FilesystemEntryMetadata) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public FilesystemEntryMetadata clone() {
87+
return (FilesystemEntryMetadata) super.clone();
88+
}
89+
90+
}

0 commit comments

Comments
 (0)