|
632 | 632 | }
|
633 | 633 | }
|
634 | 634 | },
|
635 |
| - "revision": "20250523", |
| 635 | + "revision": "20250801", |
636 | 636 | "rootUrl": "https://storagetransfer.googleapis.com/",
|
637 | 637 | "schemas": {
|
638 | 638 | "AgentPool": {
|
|
841 | 841 | "id": "ErrorLogEntry",
|
842 | 842 | "properties": {
|
843 | 843 | "errorDetails": {
|
844 |
| - "description": "A list of messages that carry the error details.", |
| 844 | + "description": "Optional. A list of messages that carry the error details.", |
845 | 845 | "items": {
|
846 | 846 | "type": "string"
|
847 | 847 | },
|
848 | 848 | "type": "array"
|
849 | 849 | },
|
850 | 850 | "url": {
|
851 |
| - "description": "Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.", |
| 851 | + "description": "Output only. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.", |
| 852 | + "readOnly": true, |
852 | 853 | "type": "string"
|
853 | 854 | }
|
854 | 855 | },
|
|
1902 | 1903 | "properties": {
|
1903 | 1904 | "awsS3CompatibleDataSource": {
|
1904 | 1905 | "$ref": "AwsS3CompatibleData",
|
1905 |
| - "description": "An AWS S3 compatible data source." |
| 1906 | + "description": "Optional. An AWS S3 compatible data source." |
1906 | 1907 | },
|
1907 | 1908 | "awsS3DataSource": {
|
1908 | 1909 | "$ref": "AwsS3Data",
|
1909 |
| - "description": "An AWS S3 data source." |
| 1910 | + "description": "Optional. An AWS S3 data source." |
1910 | 1911 | },
|
1911 | 1912 | "azureBlobStorageDataSource": {
|
1912 | 1913 | "$ref": "AzureBlobStorageData",
|
1913 |
| - "description": "An Azure Blob Storage data source." |
| 1914 | + "description": "Optional. An Azure Blob Storage data source." |
1914 | 1915 | },
|
1915 | 1916 | "gcsDataSink": {
|
1916 | 1917 | "$ref": "GcsData",
|
1917 |
| - "description": "A Cloud Storage data sink." |
| 1918 | + "description": "Optional. A Cloud Storage data sink." |
1918 | 1919 | },
|
1919 | 1920 | "gcsDataSource": {
|
1920 | 1921 | "$ref": "GcsData",
|
1921 |
| - "description": "A Cloud Storage data source." |
| 1922 | + "description": "Optional. A Cloud Storage data source." |
1922 | 1923 | },
|
1923 | 1924 | "gcsIntermediateDataLocation": {
|
1924 | 1925 | "$ref": "GcsData",
|
1925 | 1926 | "description": "For transfers between file systems, specifies a Cloud Storage bucket to be used as an intermediate location through which to transfer data. See [Transfer data between file systems](https://cloud.google.com/storage-transfer/docs/file-to-file) for more information."
|
1926 | 1927 | },
|
1927 | 1928 | "hdfsDataSource": {
|
1928 | 1929 | "$ref": "HdfsData",
|
1929 |
| - "description": "An HDFS cluster data source." |
| 1930 | + "description": "Optional. An HDFS cluster data source." |
1930 | 1931 | },
|
1931 | 1932 | "httpDataSource": {
|
1932 | 1933 | "$ref": "HttpData",
|
1933 |
| - "description": "An HTTP URL data source." |
| 1934 | + "description": "Optional. An HTTP URL data source." |
1934 | 1935 | },
|
1935 | 1936 | "objectConditions": {
|
1936 | 1937 | "$ref": "ObjectConditions",
|
1937 | 1938 | "description": "Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' \"last modification time\" do not exclude objects in a data sink."
|
1938 | 1939 | },
|
1939 | 1940 | "posixDataSink": {
|
1940 | 1941 | "$ref": "PosixFilesystem",
|
1941 |
| - "description": "A POSIX Filesystem data sink." |
| 1942 | + "description": "Optional. A POSIX Filesystem data sink." |
1942 | 1943 | },
|
1943 | 1944 | "posixDataSource": {
|
1944 | 1945 | "$ref": "PosixFilesystem",
|
1945 |
| - "description": "A POSIX Filesystem data source." |
| 1946 | + "description": "Optional. A POSIX Filesystem data source." |
1946 | 1947 | },
|
1947 | 1948 | "sinkAgentPoolName": {
|
1948 | 1949 | "description": "Specifies the agent pool name associated with the posix data sink. When unspecified, the default name is used.",
|
|
0 commit comments